diff --git a/media/terminal.png b/media/terminal.png new file mode 100644 index 0000000..aef4ed1 Binary files /dev/null and b/media/terminal.png differ diff --git a/src/main/resources/data/prettypipes/loot_tables/blocks/item_terminal.json b/src/main/resources/data/prettypipes/loot_tables/blocks/item_terminal.json new file mode 100644 index 0000000..c9dbe88 --- /dev/null +++ b/src/main/resources/data/prettypipes/loot_tables/blocks/item_terminal.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "prettypipes:item_terminal" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file