sword + olive log

This commit is contained in:
Halbear
2026-07-26 02:26:54 +01:00
parent 782667f50f
commit ce92fdcedd
56 changed files with 707 additions and 173 deletions
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/limestone/limestone1"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/limestone/limestone_grass"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/olive/olive_leaves"
}
}
@@ -1,6 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/limestone_block"
"model": "ageofthegods:block/olive/olive_log1"
}
}
@@ -1,6 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/shale_block"
"model": "ageofthegods:block/shale/shale1"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/shale/shale_grass"
}
}
@@ -1,6 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/olive_leaves"
"model": "ageofthegods:item/xiphos/xiphos"
}
}
@@ -0,0 +1,45 @@
{
"variants": {
"axis=y": [
{
"model": "ageofthegods:block/olive/olive_log1", "weight": 13
},{
"model": "ageofthegods:block/olive/olive_log2", "weight":13
},
{
"model": "ageofthegods:block/olive/olive_log3", "weight": 1
}
],
"axis=z": [
{
"model": "ageofthegods:block/olive/olive_log1_horizontal", "weight": 13,
"x": 90
},
{
"model": "ageofthegods:block/olive/olive_log2_horizontal", "weight": 13,
"x": 90
},
{
"model": "ageofthegods:block/olive/olive_log3_horizontal", "weight": 1,
"x": 90
}
],
"axis=x": [
{
"model": "ageofthegods:block/olive/olive_log1_horizontal", "weight": 13,
"x": 90,
"y": 90
},
{
"model": "ageofthegods:block/olive/olive_log2_horizontal", "weight": 13,
"x": 90,
"y": 90
},
{
"model": "ageofthegods:block/olive/olive_log3_horizontal", "weight": 1,
"x": 90,
"y": 90
}
]
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/limestone_grass_block"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/shale_grass_block"
}
}
@@ -1,7 +1,5 @@
{
"itemGroup.ageofthegods": "Example Mod Tab",
"block.ageofthegods.example_block": "Example Block",
"item.ageofthegods.example_item": "Example Item",
"itemGroup.ageofthegods": "Age of the Gods",
"ageofthegods.configuration.title": "Age of the Gods Configs",
"ageofthegods.configuration.section.ageofthegods.common.toml": "Age of the Gods Configs",
@@ -2,8 +2,8 @@
"parent": "minecraft:block/block",
"textures": {
"particle": "ageofthegods:block/olive/oliveleavesside",
"bottom": "ageofthegods:block/olive/oliveleavestopgreyscale",
"top": "ageofthegods:block/olive/oliveleavestopgreyscale",
"bottom": "ageofthegods:block/olive/oliveleavessideoverlay",
"top": "ageofthegods:block/olive/oliveleavessideoverlay",
"side": "ageofthegods:block/olive/oliveleavessideoverlay",
"overlay": "ageofthegods:block/olive/oliveleavessideoverlay"
},
@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "ageofthegods:block/olive/olive_log_top",
"side": "ageofthegods:block/olive/olive_log_side1"
}
}
@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column_horizontal",
"textures": {
"end": "ageofthegods:block/olive/olive_log_top",
"side": "ageofthegods:block/olive/olive_log_side1"
}
}
@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "ageofthegods:block/olive/olive_log_top",
"side": "ageofthegods:block/olive/olive_log_side2"
}
}
@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column_horizontal",
"textures": {
"end": "ageofthegods:block/olive/olive_log_top",
"side": "ageofthegods:block/olive/olive_log_side2"
}
}
@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "ageofthegods:block/olive/olive_log_top",
"side": "ageofthegods:block/olive/olive_log_side3"
}
}
@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column_horizontal",
"textures": {
"end": "ageofthegods:block/olive/olive_log_top",
"side": "ageofthegods:block/olive/olive_log_side3"
}
}
@@ -1,22 +0,0 @@
{
"parent": "ageofthegods:block/limestone_block",
"display": {
"thirdperson": {
"rotation": [
10,
-45,
170
],
"translation": [
0,
1.5,
-2.75
],
"scale": [
0.375,
0.375,
0.375
]
}
}
}
@@ -1,22 +0,0 @@
{
"parent": "ageofthegods:block/limestone_grass_block",
"display": {
"thirdperson": {
"rotation": [
10,
-45,
170
],
"translation": [
0,
1.5,
-2.75
],
"scale": [
0.375,
0.375,
0.375
]
}
}
}
@@ -1,22 +0,0 @@
{
"parent": "ageofthegods:block/olive_leaves",
"display": {
"thirdperson": {
"rotation": [
10,
-45,
170
],
"translation": [
0,
1.5,
-2.75
],
"scale": [
0.375,
0.375,
0.375
]
}
}
}
@@ -1,22 +0,0 @@
{
"parent": "ageofthegods:block/shale_block",
"display": {
"thirdperson": {
"rotation": [
10,
-45,
170
],
"translation": [
0,
1.5,
-2.75
],
"scale": [
0.375,
0.375,
0.375
]
}
}
}
@@ -1,22 +0,0 @@
{
"parent": "ageofthegods:block/shale_grass_block",
"display": {
"thirdperson": {
"rotation": [
10,
-45,
170
],
"translation": [
0,
1.5,
-2.75
],
"scale": [
0.375,
0.375,
0.375
]
}
}
}
@@ -0,0 +1,143 @@
{
"format_version": "1.21.11",
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"0": "ageofthegods:xiphos/xiphos",
"particle": "ageofthegods:xiphos/xiphos"
},
"elements": [
{
"from": [6.25, -3.25, 6.75],
"to": [9.75, 0.25, 9.25],
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, -2, 7]},
"faces": {
"north": {"uv": [12.008, 8.008, 13.492, 9.492], "texture": "#0"},
"east": {"uv": [12.008, 11.008, 12.992, 12.492], "texture": "#0"},
"south": {"uv": [12.008, 9.508, 13.492, 10.992], "texture": "#0"},
"west": {"uv": [0.008, 12.508, 0.992, 13.992], "texture": "#0"},
"up": {"uv": [2.492, 13.492, 1.008, 12.508], "texture": "#0"},
"down": {"uv": [3.992, 12.508, 2.508, 13.492], "texture": "#0"}
}
},
{
"from": [7, 0, 7],
"to": [9, 5, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]},
"faces": {
"north": {"uv": [9.992, 8.008, 9.008, 10.492], "texture": "#0"},
"east": {"uv": [8.992, 10.508, 8.008, 12.992], "texture": "#0"},
"south": {"uv": [7.992, 10.508, 7.008, 12.992], "texture": "#0"},
"west": {"uv": [10.992, 8.008, 10.008, 10.492], "texture": "#0"},
"up": {"uv": [6.008, 13.492, 6.992, 12.508], "texture": "#0"},
"down": {"uv": [12.008, 12.508, 12.992, 13.492], "texture": "#0"}
}
},
{
"from": [6.85, -0.15, 6.85],
"to": [9.15, 5.15, 9.15],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]},
"faces": {
"north": {"uv": [9.008, 10.508, 9.992, 12.992], "texture": "#0"},
"east": {"uv": [10.008, 10.508, 10.992, 12.992], "texture": "#0"},
"south": {"uv": [11.008, 8.008, 11.992, 10.492], "texture": "#0"},
"west": {"uv": [11.008, 10.508, 11.992, 12.992], "texture": "#0"},
"up": {"uv": [13.992, 2.992, 13.008, 2.008], "texture": "#0"},
"down": {"uv": [13.992, 3.008, 13.008, 3.992], "texture": "#0"}
}
},
{
"from": [7.5, 7, 7.75],
"to": [8.5, 28, 8.25],
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 7, 6.5]},
"faces": {
"north": {"uv": [7.008, 0.008, 7.492, 10.492], "texture": "#0"},
"east": {"uv": [7.508, 0.008, 7.992, 10.492], "texture": "#0"},
"south": {"uv": [8.008, 0.008, 8.492, 10.492], "texture": "#0"},
"west": {"uv": [8.508, 0.008, 8.992, 10.492], "texture": "#0"},
"up": {"uv": [13.492, 4.492, 13.008, 4.008], "texture": "#0"},
"down": {"uv": [13.492, 4.508, 13.008, 4.992], "texture": "#0"}
}
},
{
"from": [4.5, 7, 8],
"to": [11.5, 32, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 7, 7]},
"faces": {
"north": {"uv": [0.008, 0.008, 3.492, 12.492], "texture": "#0"},
"east": {"uv": [-1.05, 0.008, -1.55, 12.492], "texture": "#0"},
"south": {"uv": [3.508, 0.008, 6.992, 12.492], "texture": "#0"},
"west": {"uv": [-1.05, 0.008, -1.55, 12.492], "texture": "#0"},
"up": {"uv": [3.492, -1.05, 0.008, -1.55], "texture": "#0"},
"down": {"uv": [3.492, -1.05, 0.008, -1.55], "texture": "#0"}
}
},
{
"from": [4, 5, 7],
"to": [12, 7, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 7]},
"faces": {
"north": {"uv": [9.008, 4.008, 12.992, 4.992], "texture": "#0"},
"east": {"uv": [13.008, 0.008, 13.992, 0.992], "texture": "#0"},
"south": {"uv": [9.008, 5.008, 12.992, 5.992], "texture": "#0"},
"west": {"uv": [13.008, 1.008, 13.992, 1.992], "texture": "#0"},
"up": {"uv": [12.992, 6.992, 9.008, 6.008], "texture": "#0"},
"down": {"uv": [12.992, 7.008, 9.008, 7.992], "texture": "#0"}
}
},
{
"from": [3.75, 4.75, 6.75],
"to": [12.25, 7.25, 9.25],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 7]},
"faces": {
"north": {"uv": [9.008, 0.008, 12.992, 0.992], "texture": "#0"},
"east": {"uv": [4.008, 12.508, 4.992, 13.492], "texture": "#0"},
"south": {"uv": [9.008, 1.008, 12.992, 1.992], "texture": "#0"},
"west": {"uv": [5.008, 12.508, 5.992, 13.492], "texture": "#0"},
"up": {"uv": [12.992, 2.992, 9.008, 2.008], "texture": "#0"},
"down": {"uv": [12.992, 3.008, 9.008, 3.992], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [0, 90, 0],
"translation": [0, 3.5, 1.75]
},
"thirdperson_lefthand": {
"rotation": [0, 90, 0],
"translation": [0, 3.5, 1.75]
},
"firstperson_righthand": {
"rotation": [0, 90, -2],
"translation": [0, 4.5, 0],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_lefthand": {
"rotation": [0, 90, -2],
"translation": [0, 4.5, 0],
"scale": [0.5, 0.5, 0.5]
},
"ground": {
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [0, 0, -45],
"translation": [-2.5, -2.5, 0],
"scale": [0.6, 0.6, 0.6]
},
"head": {
"rotation": [-90, 0, 0],
"translation": [0, 7, 0]
},
"fixed": {
"rotation": [0, 0, 45],
"translation": [2.75, -2.75, 0],
"scale": [0.7, 0.7, 0.7]
},
"on_shelf": {
"rotation": [0, 0, -180],
"scale": [0.85, 0.85, 0.85]
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 819 B

@@ -0,0 +1,5 @@
{
"values": [
"minecraft:iron_ingot"
]
}