(Forge 1.19.2) Botania breaks the loom
Fr0sto opened this issue ยท 2 comments
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
- Install Botania and dependencies on 1.19.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:
This is the vanilla behavior (functioning loom):
Other information
No response
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.