Botania

Botania

133M Downloads

(Forge 1.19.2) Botania breaks the loom

Fr0sto opened this issue ยท 2 comments

commented

Mod Loader

Forge

Minecraft Version

1.19.2

Botania version

1.19.2-436

Modloader version

Forge 43.2.1

Modpack info

No response

The latest.log file

https://hastebin.com/ixikefivok.sql

Issue description

The latest version of Botania for Forge 1.19.2 causes the vanilla loom to be nonfunctional. In vanilla MC when you put a dye and a banner into a loom you will be prompted with dozens of patterns to choose from. When Botania is installed, nothing happens. Banner patterning is essentially made impossible.

Steps to reproduce

  1. Install Botania and dependencies on 1.19.2
  2. Put a banner and dye into a loom, check if you get the option to select a pattern.

This is what you will see with Botania:
Screenshot 2022-12-24 at 9 55 28 PM

This is the vanilla behavior (functioning loom):
Screenshot 2022-12-24 at 10 24 19 PM

Other information

No response

commented

This problem comes from botania somehow clearing BannerPatternTags.NO_ITEM_REQUIRED in forge.
removing no_item_required.json from botania jar fixes this problem (of course doing this breaks the mod's banners)

Upon further test, I notice that reloading botania's datapack (/datapack disable :botania && /datapack enable :botania) does fix the problem, the mod's banner doesn't work on forge at all.

commented

Can confirm that issue still persists in 1.19.2-437
image