[0.3.1][Fabric] Cinnamon sapling Botany Pots recipe only outputs oak logs
PaddedShaman opened this issue ยท 1 comments
My apologies if this is the intended behavior.
The recipe built into the mod for the cinnamon sapling has perhaps two typos (?) in its output items:
expandeddelight:cinnamon_stick
doesn't exist, so that entry is skipped when the recipe is loaded. Should beexpandeddelight:raw_cinnamon
?- The log is set to
minecraft:oak_log
. Should beexpandeddelight:cinnamon_log
?
Here is a working version of the recipe that drops cinnamon sticks and cinnamon logs:
cinnamon.json
Anyone else running into the same issue can override it in the meantime by including this recipe in a datapack, in the data/expandeddelight/recipes/botanypots/crops
directory.