Aubergine Seed Drop Config Toggle
HenryMaxler opened this issue ยท 6 comments
Describe your suggestion:
I wanted a way to configure the aubergine seeds to not drop when harvesting tall grass
Describe alternatives you've considered:
Tried looking at config but didn't see it there, but everything else was there
What version of Minecraft is this for?
In 1.14 onwards you can use a native datapack to replace the grass injection table in the Mystical World datapack.
In 1.12, there are mods that allow you to modify the drop table of grass.
Its for 1.16.4. Yeah, I'm looking for a solution that works across multiple worlds, and that I could even make a modpack that has the config file. As far as I can tell, the datapacks you'd have to put in each world separate? Crafttweaker I don't believe has the seeds module for 1.16.4...
Look into Open Loader or some other datapack loader to auto-inject your datapacks.
I am looking into changing how aubergine seeds drop but at the minute they're an integral part of the mod and, while I'm one to offer functionality when there's no other way to disable it, there are a bunch of options for disabling them outside of the pack.
If you don't mind my asking, how do you replace the datapacks? I tried using Open Loader, and put some blank json files called \openloader\data\mysticalworld\loot_modifiers\aubergine_from_grass.json and
\openloader\data\mysticalworld\loot_modifiers\aubergine_from_grass.json
but that didn't seem to stop the spawns. I also tried putting the files into the
\saves\New World\datapacks\ folder
I'd recommend looking up guidies on how to make a datapack. They're a vanilla system so there should be plenty.