diff --git a/src/main/resources/data/techreborn/loot_tables/blocks/rubber_button.json b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_button.json new file mode 100644 index 000000000..58b43cbaf --- /dev/null +++ b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_button.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "techreborn:rubber_button" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/loot_tables/blocks/rubber_door.json b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_door.json new file mode 100644 index 000000000..c853034b3 --- /dev/null +++ b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_door.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "techreborn:rubber_door" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/loot_tables/blocks/rubber_fence.json b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_fence.json new file mode 100644 index 000000000..dfbdf88fd --- /dev/null +++ b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_fence.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "techreborn:rubber_fence" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/loot_tables/blocks/rubber_fence_gate.json b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_fence_gate.json new file mode 100644 index 000000000..28a9fd5c8 --- /dev/null +++ b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_fence_gate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "techreborn:rubber_fence_gate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/loot_tables/blocks/rubber_pressure_plate.json b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_pressure_plate.json new file mode 100644 index 000000000..658ac69ec --- /dev/null +++ b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_pressure_plate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "techreborn:rubber_pressure_plate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file