Improve storage block breaking

This commit is contained in:
raoulvdberge
2019-10-13 15:16:43 +02:00
parent 3d7a1f5881
commit 0fdb9b68a2
12 changed files with 195 additions and 50 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "refinedstorage:16k_storage_block",
"functions": [
{
"function": "refinedstorage:storage_block"
}
]
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "refinedstorage:1k_storage_block",
"functions": [
{
"function": "refinedstorage:storage_block"
}
]
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "refinedstorage:4k_storage_block",
"functions": [
{
"function": "refinedstorage:storage_block"
}
]
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "refinedstorage:64k_storage_block",
"functions": [
{
"function": "refinedstorage:storage_block"
}
]
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "refinedstorage:creative_storage_block",
"functions": [
{
"function": "refinedstorage:storage_block"
}
]
}
]
}
]
}