Darkhax-Minecraft / BotanyPots

Adds some flower pots that can be used to grow various crops.
GNU Lesser General Public License v2.1
102 stars 77 forks source link

[BUG] Belladonna and Mandrake from Hexerei aren't plantable in pots #437

Open CommanderPhoenix opened 1 month ago

CommanderPhoenix commented 1 month ago

Minecraft Version

1.20.1

Mod Version

13.0.39

Mod Loader

Forge

What environment are you running the mod in?

Client

Issue Description

I'm not sure if it's a bug or an oversight or what have you, but despite the Yellow Dock and Mugwort from the same mod being plantable in pots, the Belladonna and Mandrake aren't.

Scorpin99 commented 1 week ago

this may be due to the recipie for bellodana and mandrake require hexerei:bellodana_flower / hexerei:mandrake_flower respectively, instead of the respective plants like you'd expect. might be a version difference?

Scorpin99 commented 1 week ago

ok i can confirm that both work if you edit the jar to replace "hexerei:bellodana_flower" to "hexerei:bellodana_plant" in the recipe file at data/botanypots/recipes/hexerei/crop/belladonna.json (and the same for mandrake, just replace flower with plant if you want the seed item to be the placeable plant)

you also have to replace the mention of it in the "type": "bookshelf:item_exists", "values": [ section to get the recipe to load