adjustments + olive leaves

This commit is contained in:
Halbear
2026-07-25 22:00:42 +01:00
parent dcbaf1aaa1
commit 782667f50f
35 changed files with 740 additions and 88 deletions
@@ -0,0 +1,9 @@
{
"variants": {
"": [
{
"model": "ageofthegods:block/olive/olive_leaves", "weight": 3
}
]
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/limestone_block"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/limestone_grass_block"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/olive_leaves"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/shale_block"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/shale_grass_block"
}
}
@@ -0,0 +1,34 @@
{
"parent": "minecraft:block/block",
"textures": {
"particle": "ageofthegods:block/olive/oliveleavesside",
"bottom": "ageofthegods:block/olive/oliveleavestopgreyscale",
"top": "ageofthegods:block/olive/oliveleavestopgreyscale",
"side": "ageofthegods:block/olive/oliveleavessideoverlay",
"overlay": "ageofthegods:block/olive/oliveleavessideoverlay"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"down": { "texture": "#bottom", "cullface": "down", "tintindex": 0 },
"up": { "texture": "#top", "cullface": "up", "tintindex": 0 },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": { "texture": "#overlay", "cullface": "north", "tintindex": 0 },
"south": { "texture": "#overlay", "cullface": "south", "tintindex": 0 },
"west": { "texture": "#overlay", "cullface": "west", "tintindex": 0 },
"east": { "texture": "#overlay", "cullface": "east", "tintindex": 0 }
}
}
]
}
@@ -1,6 +1,22 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/limestone_block"
"parent": "ageofthegods:block/limestone_block",
"display": {
"thirdperson": {
"rotation": [
10,
-45,
170
],
"translation": [
0,
1.5,
-2.75
],
"scale": [
0.375,
0.375,
0.375
]
}
}
}
@@ -0,0 +1,22 @@
{
"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
]
}
}
}
@@ -0,0 +1,22 @@
{
"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,6 +1,22 @@
{
"model": {
"type": "minecraft:model",
"model": "ageofthegods:block/shale_block"
"parent": "ageofthegods:block/shale_block",
"display": {
"thirdperson": {
"rotation": [
10,
-45,
170
],
"translation": [
0,
1.5,
-2.75
],
"scale": [
0.375,
0.375,
0.375
]
}
}
}
@@ -0,0 +1,22 @@
{
"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
]
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B