This Rocks 1.2.0

-Added geysers!
-Added Granite, Diorite, Andesite, Gravel, Netherrack and Soul Soil rocks!
-Tweaked worldgen to fix some minor issues.
This commit is contained in:
Motschen
2020-11-14 17:38:01 +01:00
parent 2fcb0f209b
commit 4b53dcd289
87 changed files with 1265 additions and 66 deletions

View File

@@ -0,0 +1,108 @@
{
"credit": "made by Motschen",
"parent": "block/block",
"textures": {
"0": "block/snow",
"2": "block/black_concrete",
"particle": "block/snow"
},
"elements": [
{
"from": [5, 0, 5],
"to": [11, 1, 6],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8, 13]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
"up": {"uv": [0, 0, 6, 1], "texture": "#0"},
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
}
},
{
"from": [10, 0, 6],
"to": [11, 1, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8, 14]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
"up": {"uv": [0, 2, 1, 6], "texture": "#0"},
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
}
},
{
"from": [5, 0, 6],
"to": [6, 1, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
"up": {"uv": [15, 1, 16, 5], "texture": "#0"},
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
}
},
{
"from": [5, 0, 10],
"to": [11, 1, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8, 18]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
"up": {"uv": [0, 5, 6, 6], "texture": "#0"},
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
}
},
{
"from": [6, 0, 6],
"to": [10, 0.1, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8, 13]},
"faces": {
"north": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"south": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"up": {"uv": [0, 0, 4, 4], "texture": "#2"},
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [0, 2.25, -1.5],
"scale": [0.5, 0.5, 0.5]
},
"thirdperson_lefthand": {
"translation": [0, 2.25, -1.5],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_righthand": {
"translation": [2.5, 8.25, -0.25]
},
"firstperson_lefthand": {
"translation": [2.5, 8.25, -0.25]
},
"ground": {
"translation": [0, 5.75, 0]
},
"gui": {
"rotation": [45, 45, 0],
"translation": [0, 7.25, 0],
"scale": [1.5, 1.5, 1.5]
},
"head": {
"translation": [0, 14.5, 0]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -12],
"scale": [1.5, 1.5, 1.5]
}
}
}

View File

@@ -0,0 +1,7 @@
{
"credit": "made by Motschen",
"parent": "rocks:block/geyser_off",
"textures": {
"2": "block/magma"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/andesite",
"particle": "block/andesite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/diorite",
"particle": "block/diorite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/granite",
"particle": "block/granite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/gravel",
"particle": "block/gravel"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/netherrack",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/soul_soil",
"particle": "block/soul_soil"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/andesite",
"particle": "block/andesite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/diorite",
"particle": "block/diorite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/granite",
"particle": "block/granite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/gravel",
"particle": "block/gravel"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/netherrack",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/soul_soil",
"particle": "block/soul_soil"
}
}

View File

@@ -0,0 +1,9 @@
{
"credit": "made by Motschen",
"parent": "rocks:block/geyser_off",
"textures": {
"0": "block/netherrack",
"2": "block/black_concrete",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,7 @@
{
"credit": "made by Motschen",
"parent": "rocks:block/nether_geyser_off",
"textures": {
"2": "block/magma"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/andesite",
"particle": "block/andesite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/diorite",
"particle": "block/diorite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/granite",
"particle": "block/granite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/gravel",
"particle": "block/gravel"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/netherrack",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/soul_soil",
"particle": "block/soul_soil"
}
}

View File

@@ -0,0 +1,87 @@
{
"credit": "made by Motschen",
"parent": "block/block",
"textures": {
"0": "block/snow",
"2": "block/black_concrete",
"particle": "block/snow"
},
"elements": [
{
"from": [5, 2, 5],
"to": [11, 3, 6],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 10, 13]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
"up": {"uv": [0, 0, 6, 1], "texture": "#0"},
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
}
},
{
"from": [10, 2, 6],
"to": [11, 3, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 10, 14]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
"up": {"uv": [0, 2, 1, 6], "texture": "#0"},
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
}
},
{
"from": [5, 2, 6],
"to": [6, 3, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 14]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
"up": {"uv": [15, 1, 16, 5], "texture": "#0"},
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
}
},
{
"from": [5, 2, 10],
"to": [11, 3, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 10, 18]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
"up": {"uv": [0, 5, 6, 6], "texture": "#0"},
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
}
},
{
"from": [6, 2, 6],
"to": [10, 2.1, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 10, 13]},
"faces": {
"north": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"south": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"up": {"uv": [0, 0, 4, 4], "texture": "#2"},
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
}
},
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#0"},
"east": {"uv": [0, 0, 16, 2], "texture": "#0"},
"south": {"uv": [0, 0, 16, 2], "texture": "#0"},
"west": {"uv": [0, 0, 16, 2], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
}
]
}

View File

@@ -0,0 +1,7 @@
{
"credit": "made by Motschen",
"parent": "rocks:block/snowy_geyser_off",
"textures": {
"2": "block/magma"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/andesite",
"particle": "block/andesite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/diorite",
"particle": "block/diorite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/granite",
"particle": "block/granite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/gravel",
"particle": "block/gravel"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/netherrack",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/soul_soil",
"particle": "block/soul_soil"
}
}