Electrofried / ModColonies

ModColonies modpack repo
0 stars 2 forks source link

Two empty entries for sifter string gravel loot table #20

Closed redcatone closed 3 years ago

redcatone commented 3 years ago

I am guessing this is a typo since if you wanted to increase the weight of the empty drop it would make more sense to just increase the weight rather than making a duplicate entry. \openloader\data\modcolonies\data\modcolonies\loot_tables\recipes\string\gravel.json

      "entries": [
        {
          "type": "minecraft:empty",
          "weight": 20
        },
        {
          "type": "minecraft:item",
          "weight": 2,
          "name": "minecraft:coal"
        },
        {
          "type": "minecraft:empty",
          "weight": 2
        },
        {
          "type": "minecraft:item",
          "weight": 1,
          "name": "exnihilosequentia:chunk_iron"
        }
      ]
Electrofried commented 3 years ago

fixed in dev