Olive Planks
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "ageofthegods:block/olive/olive_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "ageofthegods:block/olive/olive_planks", "weight": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -7,14 +7,21 @@
|
||||
"block.ageofthegods.shale_grass_block": "Grassy Shale",
|
||||
"block.ageofthegods.olive_leaves": "Olive Leaves",
|
||||
"block.ageofthegods.olive_log": "Olive Log",
|
||||
"block.ageofthegods.olive_planks": "Olive Planks",
|
||||
"block.ageofthegods.alloy_furnace": "Alloy Furnace Segment",
|
||||
"block.ageofthegods.forge": "Forge",
|
||||
"block.ageofthegods.silver_ore": "Silver Ore",
|
||||
"block.ageofthegods.zinc_ore": "Zinc Ore",
|
||||
"block.ageofthegods.tin_ore": "Tin Ore",
|
||||
|
||||
"gui.ageofthegods.alloy_furnace_gui.title": "Alloy Furnace",
|
||||
"gui.ageofthegods.forge_workbench.title": "Forge",
|
||||
|
||||
"item.ageofthegods.xiphos": "Xiphos",
|
||||
"item.ageofthegods.zinc_ingot": "Zinc Ingot",
|
||||
"item.ageofthegods.raw_zinc": "Raw Zinc",
|
||||
"item.ageofthegods.raw_tin": "Raw Tin",
|
||||
"item.ageofthegods.raw_silver": "Raw Silver",
|
||||
"item.ageofthegods.tin_ingot": "Tin Ingot",
|
||||
"item.ageofthegods.silver_ingot": "Silver Ingot",
|
||||
"item.ageofthegods.bronze_ingot": "Bronze Ingot",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "ageofthegods:block/olive/olive_planks"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 385 B |
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"pattern": [
|
||||
" a ",
|
||||
" a ",
|
||||
" b "
|
||||
],
|
||||
"key": {
|
||||
"a": "ageofthegods:bronze_ingot",
|
||||
"c": "minecraft:stick"
|
||||
},
|
||||
"result": {
|
||||
"id": "ageofthegods:xiphos",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"pattern": [
|
||||
"a ",
|
||||
"a ",
|
||||
"b "
|
||||
],
|
||||
"key": {
|
||||
"a": "ageofthegods:bronze_ingot",
|
||||
"c": "minecraft:stick"
|
||||
},
|
||||
"result": {
|
||||
"id": "ageofthegods:xiphos",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"pattern": [
|
||||
" a",
|
||||
" a",
|
||||
" b"
|
||||
],
|
||||
"key": {
|
||||
"a": "ageofthegods:bronze_ingot",
|
||||
"c": "minecraft:stick"
|
||||
},
|
||||
"result": {
|
||||
"id": "ageofthegods:xiphos",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user