Can't edit lucky_eggs.json properly.
99Blocks opened this issue ยท 5 comments
Hey,
I've been playing around with the Lucky Eggs a bit to provide a loot alternative on my pack but I can't seem to get the json to work with altered drops.
I've tried with both modded and vanilla items but something isn't adding up.
Could you provide an example of how a custom drop would work, including where meta data should be and perhaps explaining the different elements of each drop?
Thanks for your time!
Hey I'm not sure whats happening, everything works fine on my end. I know I hadn't gotten to this in a long time. Modding hasn't been a priority atm. I even added in the soul sand you used and it worked fine. I realize it may not matter anymore since its been so long. but just giving you an update.
No problem.
I don't actually have a fully edited file because somewhere along the way I reverted to the default list so I could get the pack to testers.
A sample of the format I'm using is this:
{
"minecraft:soul_sand:0": {
"item": "minecraft:soul_sand",
"minQty": 1,
"maxQty": 2,
"weight": 10
},
"immersiveengineering:wirecoil:0": {
"item": "immersiveengineering:wirecoil",
"minQty": 1,
"maxQty": 3,
"weight": 13
},
"xreliquary:mob_charm_fragment:7": {
"item": "xreliquary:mob_charm_fragment:7",
"minQty": 1,
"maxQty": 2,
"weight": 14
}
}
It's pretty much just pasting over the values that are already there tbh.
Thanks for the quick response, appreciate the assist!
Dont think I will be able to get an update out atm for this particular issues. are you getting any errors in your log files pertaining to json parse issue or anything for hatchery?
Also Id like to see the full file. use pastebin or githubs gist to paste it please.
Edit: Sorry for late responce.. I had been on vacation and been busy since I got back.
Sorry!
I've also been caught up in a ton of stuff.
This is what I have in my luckyegg json - https://pastebin.com/hzFWbt69
Hope that helps, probably a ; or something missing!