Fixed a few issues with certain resource files, german translations

This commit is contained in:
Motschen
2020-06-16 21:09:36 +02:00
parent 041137dcfe
commit 3110be2b0f
45 changed files with 804 additions and 3 deletions

View File

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