TehNut-Mods / Harvest

Right click harvesting
MIT License
14 stars 19 forks source link

Configuration issue #32

Open Leeo97one opened 3 years ago

Leeo97one commented 3 years ago

So I tried to add some modded crop (from the Sandwichable mod) in the config file but, when the config is loaded the added crop turns into air block? This happen when I try to right click on one of the crop:

[01:00:17] [Server thread/INFO]: [DEBUG] No crop found for state Block{sandwichable:onions}[age=3]
[01:00:17] [Server thread/INFO]: [DEBUG] Valid crops Crop{Block{minecraft:wheat}[age=7]} | Crop{Block{minecraft:nether_wart}[age=3]} | Crop{Block{minecraft:carrots}[age=7]} | Crop{Block{minecraft:potatoes}[age=7]} | Crop{Block{minecraft:beetroots}[age=3]} | Crop{Block{minecraft:air}} | Crop{Block{minecraft:air}} | Crop{Block{minecraft:air}} | Crop{Block{minecraft:air}}
[01:00:17] [Server thread/INFO]: [DEBUG] Attempted crop harvest with result PASS has completed

harvest.json: https://gist.github.com/Leeo97one/8ff9d7096e29c224d09b3b0102ed4377 I also added the associated seeds via a data pack: datapack.zip

Tested with: Minecraft 1.16.3 Fabric Loader 0.10.3+build.211

Leeo97one commented 3 years ago

Oh god this issue is really strange... It happen only when all these mods are loaded??https://gitlab.com/Leeo97one/yolopackmc/-/tree/0.2.1/mods

Because it seems that after removing any of these mod, the issue is gone. 🤔 I'm so confused...