item terminal loot table and also a nice picture for you

This commit is contained in:
Ellpeck 2020-05-07 23:28:10 +02:00
parent 71f884ce2b
commit 157c6e4d8c
2 changed files with 19 additions and 0 deletions

BIN
media/terminal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "prettypipes:item_terminal"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}