X-Niter / DTM-Integrations

1 stars 0 forks source link

Looting table, dresser #34

Open Nykrdaudr opened 1 year ago

Nykrdaudr commented 1 year ago

Hi. im not sure if you know, but the looting table for the dresser, in the original 7dtm doesnt work. after talking to Nuparu00 i managed to fix it and i thought you might want to add it to your mod, thus fixing it for "everyone" including yourself ofc. all you need to do is to replace the first few lines of the json with this: (add "name": "main",)

{ "type": "minecraft:generic", "pools": [ { "name": "main", "rolls":{ "min":0, "max":3

for comparison, the original file will look like this: { "type": "minecraft:generic", "pools": [ { "rolls":{ "min":0, "max":3