diff --git a/resources/data/storagetech/loot_tables/chemicaldrive.json b/resources/data/storagetech/loot_tables/blocks/chemicaldrive.json similarity index 100% rename from resources/data/storagetech/loot_tables/chemicaldrive.json rename to resources/data/storagetech/loot_tables/blocks/chemicaldrive.json diff --git a/resources/data/storagetech/loot_tables/chemicalexporter.json b/resources/data/storagetech/loot_tables/blocks/chemicalexporter.json similarity index 100% rename from resources/data/storagetech/loot_tables/chemicalexporter.json rename to resources/data/storagetech/loot_tables/blocks/chemicalexporter.json diff --git a/resources/data/storagetech/loot_tables/chemicalgrid.json b/resources/data/storagetech/loot_tables/blocks/chemicalgrid.json similarity index 100% rename from resources/data/storagetech/loot_tables/chemicalgrid.json rename to resources/data/storagetech/loot_tables/blocks/chemicalgrid.json diff --git a/resources/data/storagetech/loot_tables/chemicalimporter.json b/resources/data/storagetech/loot_tables/blocks/chemicalimporter.json similarity index 100% rename from resources/data/storagetech/loot_tables/chemicalimporter.json rename to resources/data/storagetech/loot_tables/blocks/chemicalimporter.json diff --git a/resources/data/storagetech/loot_tables/partscombiner.json b/resources/data/storagetech/loot_tables/blocks/partscombiner.json similarity index 100% rename from resources/data/storagetech/loot_tables/partscombiner.json rename to resources/data/storagetech/loot_tables/blocks/partscombiner.json diff --git a/resources/data/storagetech/loot_tables/blocks/poedrive.json b/resources/data/storagetech/loot_tables/blocks/poedrive.json new file mode 100644 index 0000000..d14e2c2 --- /dev/null +++ b/resources/data/storagetech/loot_tables/blocks/poedrive.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "storagetech:poedrive" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/resources/data/storagetech/loot_tables/poeexporter.json b/resources/data/storagetech/loot_tables/blocks/poeexporter.json similarity index 100% rename from resources/data/storagetech/loot_tables/poeexporter.json rename to resources/data/storagetech/loot_tables/blocks/poeexporter.json diff --git a/resources/data/storagetech/loot_tables/poefurnace.json b/resources/data/storagetech/loot_tables/blocks/poefurnace.json similarity index 100% rename from resources/data/storagetech/loot_tables/poefurnace.json rename to resources/data/storagetech/loot_tables/blocks/poefurnace.json diff --git a/resources/data/storagetech/loot_tables/poeimporter.json b/resources/data/storagetech/loot_tables/blocks/poeimporter.json similarity index 100% rename from resources/data/storagetech/loot_tables/poeimporter.json rename to resources/data/storagetech/loot_tables/blocks/poeimporter.json diff --git a/resources/data/storagetech/loot_tables/structureconstructor.json b/resources/data/storagetech/loot_tables/blocks/structureconstructor.json similarity index 100% rename from resources/data/storagetech/loot_tables/structureconstructor.json rename to resources/data/storagetech/loot_tables/blocks/structureconstructor.json