Added full olive wood set.

Broken inventory item models.
This commit is contained in:
paladin
2026-08-04 00:06:42 +01:00
parent 5639f6ffce
commit cfb24df5f8
49 changed files with 569 additions and 3 deletions
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/olive/olive_button"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/olive/olive_fence_inventory"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/olive/olive_fence_gate_inventory"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/olive/olive_pressure_plate"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/olive/olive_slab"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/olive/olive_stairs"
}
}
@@ -0,0 +1,30 @@
{
"variants": {
"face=floor,facing=north,powered=false": { "model": "ageofthegods:block/olive/olive_button", "y": 180 },
"face=floor,facing=east,powered=false": { "model": "ageofthegods:block/olive/olive_button", "y": 270 },
"face=floor,facing=south,powered=false": { "model": "ageofthegods:block/olive/olive_button" },
"face=floor,facing=west,powered=false": { "model": "ageofthegods:block/olive/olive_button", "y": 90 },
"face=floor,facing=north,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "y": 180 },
"face=floor,facing=east,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "y": 270 },
"face=floor,facing=south,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed" },
"face=floor,facing=west,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "y": 90 },
"face=wall,facing=north,powered=false": { "model": "ageofthegods:block/olive/olive_button", "x": 90 },
"face=wall,facing=east,powered=false": { "model": "ageofthegods:block/olive/olive_button", "x": 90, "y": 90 },
"face=wall,facing=south,powered=false": { "model": "ageofthegods:block/olive/olive_button", "x": 90, "y": 180 },
"face=wall,facing=west,powered=false": { "model": "ageofthegods:block/olive/olive_button", "x": 90, "y": 270 },
"face=wall,facing=north,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "x": 90 },
"face=wall,facing=east,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "x": 90, "y": 90 },
"face=wall,facing=south,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "x": 90, "y": 180 },
"face=wall,facing=west,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "x": 90, "y": 270 },
"face=ceiling,facing=north,powered=false": { "model": "ageofthegods:block/olive/olive_button", "x": 180, "y": 180 },
"face=ceiling,facing=east,powered=false": { "model": "ageofthegods:block/olive/olive_button", "x": 180, "y": 270 },
"face=ceiling,facing=south,powered=false": { "model": "ageofthegods:block/olive/olive_button", "x": 180 },
"face=ceiling,facing=west,powered=false": { "model": "ageofthegods:block/olive/olive_button", "x": 180, "y": 90 },
"face=ceiling,facing=north,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "x": 180, "y": 180 },
"face=ceiling,facing=east,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "x": 180, "y": 270 },
"face=ceiling,facing=south,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "x": 180 },
"face=ceiling,facing=west,powered=true": { "model": "ageofthegods:block/olive/olive_button_pressed", "x": 180, "y": 90 }
}
}
@@ -0,0 +1,23 @@
{
"multipart": [
{
"apply": { "model": "ageofthegods:block/olive/olive_fence_post" }
},
{
"when": { "north": "true" },
"apply": { "model": "ageofthegods:block/olive/olive_fence_side", "uvlock": true }
},
{
"when": { "east": "true" },
"apply": { "model": "ageofthegods:block/olive/olive_fence_side", "y": 90, "uvlock": true }
},
{
"when": { "south": "true" },
"apply": { "model": "ageofthegods:block/olive/olive_fence_side", "y": 180, "uvlock": true }
},
{
"when": { "west": "true" },
"apply": { "model": "ageofthegods:block/olive/olive_fence_side", "y": 270, "uvlock": true }
}
]
}
@@ -0,0 +1,20 @@
{
"variants": {
"facing=north,in_wall=false,open=false": { "model": "ageofthegods:block/olive/olive_fence_gate_closed" },
"facing=south,in_wall=false,open=false": { "model": "ageofthegods:block/olive/olive_fence_gate_closed", "y": 180 },
"facing=west,in_wall=false,open=false": { "model": "ageofthegods:block/olive/olive_fence_gate_closed", "y": 270 },
"facing=east,in_wall=false,open=false": { "model": "ageofthegods:block/olive/olive_fence_gate_closed", "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "ageofthegods:block/olive/olive_fence_gate_open" },
"facing=south,in_wall=false,open=true": { "model": "ageofthegods:block/olive/olive_fence_gate_open", "y": 180 },
"facing=west,in_wall=false,open=true": { "model": "ageofthegods:block/olive/olive_fence_gate_open", "y": 270 },
"facing=east,in_wall=false,open=true": { "model": "ageofthegods:block/olive/olive_fence_gate_open", "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "ageofthegods:block/olive/olive_fence_gate_wall" },
"facing=south,in_wall=true,open=false": { "model": "ageofthegods:block/olive/olive_fence_gate_wall", "y": 180 },
"facing=west,in_wall=true,open=false": { "model": "ageofthegods:block/olive/olive_fence_gate_wall", "y": 270 },
"facing=east,in_wall=true,open=false": { "model": "ageofthegods:block/olive/olive_fence_gate_wall", "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "ageofthegods:block/olive/olive_fence_gate_wall_open" },
"facing=south,in_wall=true,open=true": { "model": "ageofthegods:block/olive/olive_fence_gate_wall_open", "y": 180 },
"facing=west,in_wall=true,open=true": { "model": "ageofthegods:block/olive/olive_fence_gate_wall_open", "y": 270 },
"facing=east,in_wall=true,open=true": { "model": "ageofthegods:block/olive/olive_fence_gate_wall_open", "y": 90 }
}
}
@@ -0,0 +1,6 @@
{
"variants": {
"powered=false": { "model": "ageofthegods:block/olive/olive_pressure_plate" },
"powered=true": { "model": "ageofthegods:block/olive/olive_pressure_plate_down" }
}
}
@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "ageofthegods:block/olive/olive_slab"
},
"type=double": {
"model": "ageofthegods:block/olive/olive_planks"
},
"type=top": {
"model": "ageofthegods:block/olive/olive_slab_top"
}
}
}
@@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "ageofthegods:block/olive/olive_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "ageofthegods:block/olive/olive_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "ageofthegods:block/olive/olive_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "ageofthegods:block/olive/olive_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "ageofthegods:block/olive/olive_stairs_outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "ageofthegods:block/olive/olive_stairs_outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "ageofthegods:block/olive/olive_stairs_outer", "y": 0, "uvlock": true },
"facing=north,half=bottom,shape=outer_left": { "model": "ageofthegods:block/olive/olive_stairs_outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "ageofthegods:block/olive/olive_stairs_outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "ageofthegods:block/olive/olive_stairs_outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "ageofthegods:block/olive/olive_stairs_outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "ageofthegods:block/olive/olive_stairs_outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "ageofthegods:block/olive/olive_stairs_inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "ageofthegods:block/olive/olive_stairs_inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "ageofthegods:block/olive/olive_stairs_inner", "y": 0, "uvlock": true },
"facing=north,half=bottom,shape=inner_left": { "model": "ageofthegods:block/olive/olive_stairs_inner", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "ageofthegods:block/olive/olive_stairs_inner", "y": 0, "uvlock": true },
"facing=west,half=bottom,shape=inner_right": { "model": "ageofthegods:block/olive/olive_stairs_inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "ageofthegods:block/olive/olive_stairs_inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "ageofthegods:block/olive/olive_stairs_inner", "y": 270, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "ageofthegods:block/olive/olive_stairs", "x": 180, "y": 0, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "ageofthegods:block/olive/olive_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "ageofthegods:block/olive/olive_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "ageofthegods:block/olive/olive_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "ageofthegods:block/olive/olive_stairs_outer", "x": 180, "y": 0, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "ageofthegods:block/olive/olive_stairs_outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "ageofthegods:block/olive/olive_stairs_outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "ageofthegods:block/olive/olive_stairs_outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "ageofthegods:block/olive/olive_stairs_outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "ageofthegods:block/olive/olive_stairs_outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "ageofthegods:block/olive/olive_stairs_outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "ageofthegods:block/olive/olive_stairs_outer", "x": 180, "y": 0, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "ageofthegods:block/olive/olive_stairs_inner", "x": 180, "y": 0, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "ageofthegods:block/olive/olive_stairs_inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "ageofthegods:block/olive/olive_stairs_inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "ageofthegods:block/olive/olive_stairs_inner", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "ageofthegods:block/olive/olive_stairs_inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "ageofthegods:block/olive/olive_stairs_inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "ageofthegods:block/olive/olive_stairs_inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "ageofthegods:block/olive/olive_stairs_inner", "x": 180, "y": 0, "uvlock": true }
}
}
@@ -8,6 +8,12 @@
"block.ageofthegods.olive_leaves": "Olive Leaves",
"block.ageofthegods.olive_log": "Olive Log",
"block.ageofthegods.olive_planks": "Olive Planks",
"block.ageofthegods.olive_fence": "Olive Fence",
"block.ageofthegods.olive_stairs": "Olive Stairs",
"block.ageofthegods.olive_slab": "Olive Slab",
"block.ageofthegods.olive_button": "Olive Button",
"block.ageofthegods.olive_pressure_plate": "Olive Pressure Plate",
"block.ageofthegods.olive_fence_gate": "Olive Fence Gate",
"block.ageofthegods.alloy_furnace": "Alloy Furnace Segment",
"block.ageofthegods.forge": "Forge",
"block.ageofthegods.silver_ore": "Silver Ore",
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/button",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/button_pressed",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_inventory",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_open",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall_open",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_post",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_side",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/pressure_plate_up",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/pressure_plate_down",
"textures": {
"texture": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "ageofthegods:block/olive/olive_planks",
"top": "ageofthegods:block/olive/olive_planks",
"side": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "ageofthegods:block/olive/olive_planks",
"top": "ageofthegods:block/olive/olive_planks",
"side": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/stairs",
"textures": {
"bottom": "ageofthegods:block/olive/olive_planks",
"top": "ageofthegods:block/olive/olive_planks",
"side": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/inner_stairs",
"textures": {
"bottom": "ageofthegods:block/olive/olive_planks",
"top": "ageofthegods:block/olive/olive_planks",
"side": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/outer_stairs",
"textures": {
"bottom": "ageofthegods:block/olive/olive_planks",
"top": "ageofthegods:block/olive/olive_planks",
"side": "ageofthegods:block/olive/olive_planks"
}
}
@@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"category": "equipment",
"ingredients": [
"ageofthegods:olive_planks"
],
"result": {
"id": "ageofthegods:olive_button",
"count": 1
}
}
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" ",
"aba",
"aba"
],
"key": {
"a": "ageofthegods:olive_planks",
"b": "minecraft:stick"
},
"result": {
"id": "ageofthegods:olive_fence",
"count": 4
}
}
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aba",
"aba",
" "
],
"key": {
"a": "ageofthegods:olive_planks",
"b": "minecraft:stick"
},
"result": {
"id": "ageofthegods:olive_fence",
"count": 4
}
}
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"bab",
"bab",
" "
],
"key": {
"a": "ageofthegods:olive_planks",
"b": "minecraft:stick"
},
"result": {
"id": "ageofthegods:olive_fence_gate",
"count": 1
}
}
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" ",
"bab",
"bab"
],
"key": {
"a": "ageofthegods:olive_planks",
"b": "minecraft:stick"
},
"result": {
"id": "ageofthegods:olive_fence_gate",
"count": 1
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" ",
" ",
"aa "
],
"key": {
"a": "ageofthegods:olive_planks"
},
"result": {
"id": "ageofthegods:olive_pressure_plate",
"count": 1
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" ",
"aa ",
" "
],
"key": {
"a": "ageofthegods:olive_planks"
},
"result": {
"id": "ageofthegods:olive_pressure_plate",
"count": 1
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aa ",
" ",
" "
],
"key": {
"a": "ageofthegods:olive_planks"
},
"result": {
"id": "ageofthegods:olive_pressure_plate",
"count": 1
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" ",
" ",
" aa"
],
"key": {
"a": "ageofthegods:olive_planks"
},
"result": {
"id": "ageofthegods:olive_pressure_plate",
"count": 1
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" ",
" aa",
" "
],
"key": {
"a": "ageofthegods:olive_planks"
},
"result": {
"id": "ageofthegods:olive_pressure_plate",
"count": 1
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" aa",
" ",
" "
],
"key": {
"a": "ageofthegods:olive_planks"
},
"result": {
"id": "ageofthegods:olive_pressure_plate",
"count": 1
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" a",
" aa",
"aaa"
],
"key": {
"a": "ageofthegods:olive_planks"
},
"result": {
"id": "ageofthegods:olive_stairs",
"count": 4
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"a ",
"aa ",
"aaa"
],
"key": {
"a": "ageofthegods:olive_planks"
},
"result": {
"id": "ageofthegods:olive_stairs",
"count": 4
}
}
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"ageofthegods:olive_fence_gate"
]
}
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"ageofthegods:olive_fence"
]
}
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"ageofthegods:olive_stairs"
]
}