Added translations and fixed the loot table for some of the doors

This commit is contained in:
Sollace 2024-01-03 22:59:58 +01:00
parent 6eea0944d2
commit 19831a635f
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
3 changed files with 19 additions and 2 deletions

View file

@ -308,6 +308,10 @@
"block.unicopia.cloud_bed": "Cloud Bed",
"block.unicopia.cloud_chest": "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_stem": "Oats",

View file

@ -13,14 +13,14 @@
"type": "minecraft:item",
"conditions": [
{
"block": "unicopia:darK_oak_stable_door",
"block": "unicopia:dark_oak_stable_door",
"condition": "minecraft:block_state_property",
"properties": {
"half": "lower"
}
}
],
"name": "unicopia:darK_oak_stable_door"
"name": "unicopia:dark_oak_stable_door"
}
],
"rolls": 1.0

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": [
{ "item": "unicopia:cloud_block" }
]
},
"result": { "item": "unicopia:cloud_door", "count": 1 }
}