Disk drive drops

This commit is contained in:
raoulvdberge
2019-10-03 22:16:09 +02:00
parent 595f86edd8
commit 6845a45f7f
5 changed files with 65 additions and 32 deletions

View File

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