mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-17 11:25:10 +01:00
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:
108
src/main/resources/assets/rocks/models/block/geyser_off.json
Normal file
108
src/main/resources/assets/rocks/models/block/geyser_off.json
Normal 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]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user