1.12.2 no drops for the Chaos Guardian
jusitnboggs opened this issue ยท 9 comments
I'm not getting any drops for this mob all the other mobs I have used get drops just fine.
Which mod pack are your using?
Can you show me the contents of the file "config/woot/factory_ingredients.json"
A screenshot of the gui would also help, just to see if I spot anything wrong there.
Both the Chaos Guardian and the Ender Dragon require you to feed the factory with specific items.
If you open up the gui you should see a list showing what you need.
I think, by default, it requires an Awakened Core, per Chaos Guardian.
If you are playing a modpack, then the author may have changed those ingredients, but those changes are shown in the gui.
custom_drops
https://pastebin.com/F0fKLY4c
the log files were too big for pastebin so I uploaded the files.
I don't think I have edit custom_drops.json
should I del the configs and let them regen?
The answer is easy. The custom_drops.json does not have the Chaos Guardian drops.
The question would be why.
If this is someone else's mod pack then they might have removed them for the Chaos Guardian.
Woot ships by default 1.12.2-1.2.1 with it filled in.
You could delete the file and reload, that should regen it.
I am also using version 1.12.2-1.2.1
{ "version": 1, "ingredients": [ { "mobName": "minecraft:wither", "items": [ { "item": "minecraft:soul_sand", "count": 4 }, { "item": "minecraft:skull", "data": 1, "count": 3 } ], "fluids": [] }, { "mobName": "minecraft:ender_dragon", "items": [ { "item": "minecraft:end_crystal", "count": 4 } ], "fluids": [] } ] }
The ingredients have been removed from that file, but that is fine.
The gui should show the hardcoded drops in the drops section, but it doesn't.
That suggests a modification to custom_drops.json has caused it to fail to load.
Best way to confirm this is to show me the config/woot/custom_drops.json.
Basically syntax errors in the config files can really screw things up as the file will stop processing.
It might be worth putting your log file on pastebin and I'll check if you have any errors there that could this or any other issues.