mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-12-02 17:08:00 +01:00
Added translations and fixed the loot table for some of the doors
This commit is contained in:
parent
6eea0944d2
commit
19831a635f
3 changed files with 19 additions and 2 deletions
|
@ -308,6 +308,10 @@
|
||||||
"block.unicopia.cloud_bed": "Cloud Bed",
|
"block.unicopia.cloud_bed": "Cloud Bed",
|
||||||
"block.unicopia.cloud_chest": "Cloudsdale Chest",
|
"block.unicopia.cloud_chest": "Cloudsdale Chest",
|
||||||
"block.unicopia.cloud_chest.double": "Large Cloudsdale Chest",
|
"block.unicopia.cloud_chest.double": "Large Cloudsdale Chest",
|
||||||
|
"block.unicopia.cloud_door": "Cloud Door",
|
||||||
|
"block.unicopia.crystal_door": "Crystal Door",
|
||||||
|
"block.unicopia.stable_door": "Stable Door",
|
||||||
|
"block.unicopia.dark_oak_stable_door": "Wooden Stable Door",
|
||||||
|
|
||||||
"block.unicopia.oats": "Oats",
|
"block.unicopia.oats": "Oats",
|
||||||
"block.unicopia.oats_stem": "Oats",
|
"block.unicopia.oats_stem": "Oats",
|
||||||
|
|
|
@ -13,14 +13,14 @@
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"conditions": [
|
"conditions": [
|
||||||
{
|
{
|
||||||
"block": "unicopia:darK_oak_stable_door",
|
"block": "unicopia:dark_oak_stable_door",
|
||||||
"condition": "minecraft:block_state_property",
|
"condition": "minecraft:block_state_property",
|
||||||
"properties": {
|
"properties": {
|
||||||
"half": "lower"
|
"half": "lower"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"name": "unicopia:darK_oak_stable_door"
|
"name": "unicopia:dark_oak_stable_door"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rolls": 1.0
|
"rolls": 1.0
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"##",
|
||||||
|
"##"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": [
|
||||||
|
{ "item": "unicopia:cloud_block" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"result": { "item": "unicopia:cloud_door", "count": 1 }
|
||||||
|
}
|
Loading…
Reference in a new issue