Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Required features for Patchouli #99

@ZNixian

Description

@ZNixian

An in-game book mod, required for quite a few mods including Botania - CurseForge.

As per my issue for Curios, this list is probably not complete. It allowed me to start the game and open the landing page of the 1.15 sample book, however the contents failed to load (probably either because it's a 1.15 book on 1.14, or due to a fault in Patchwork's config implementation - the latter seems fairly likely - see below).

Required features

patchwork-entity-events

  • AdvancementEvent

patchwork-rendering

patchwork-fml

patchwork-gui

  • GuiUtils.preItemToolTip
  • GuiUtils.postItemToolTip
  • GuiUtils.drawHoveringText (specifically, the List, int, int, int, int, int, TextRenderer overload)

Misc:

  • The java3d.vecmath library - this is included with Forge. Version 1.3.1 seems to work fine, though Forge uses 1.5.2 which isn't in Maven Central.
  • MinecraftForgeClient.getLocale must be implemented

Book loading issue

I was having trouble with book entries not showing up. Try setting a breakpoint on BookCategory.getConfigFile if you'd like to investigate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    features needed for modA list of things needed for a specific Forge mod to work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions