Seeds don't drop from grass regardless of config settings
MokahTGS opened this issue ยท 4 comments
Using the 1.15.2 on a server and seeds are not dropping from grass even if we have them set to in the configs.
Our config setup:
are you making sure to change this setting inside the config file that is inside the world folder and not the one inside the regular config folder? there were changes to configs in Forge 1.14+ that moved the configs to the worlds folder (but also seem to create invalid ones in the ./minecraft/config folder (or server_folder/config)
Yes, this on a server so the configs are in the default config folder before the world is created.
can you check that after the world is created, the config in the world/config folder matches the default you set in the configs folder?
I ask this to determine 4 scenarios:
world config says drop, default config says dont drop -> if the game drops, config is loaded correctly
world config says dont drop, default says drop -> if the game drops, config is loaded from incorrect location
world and default say dont drop -> if the game drops, config is ignored entirely
world and default say drop -> if the game drops here, but not in any other scenario, config is somehow conflicting with itself
if it never drops, then the mod's events are not being registered in the forge event bus (or the loot table interface is failing), which is another issue entirely and should be troubleshot to determine forge or mod inconsistency (its also a 6% chance from what i gather, you could run testing on a creative mode side of filling grass blocks, not grass_block blocks, and breaking them via the /fill command)