mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
2903b7046c
- Fixed Turntable not working with armorstands - Fixed Turntables flinging players away from it - Fixed some z-Fighting in the water wheel model - Basin no longer accepts more than a full stack of an item in its input - Crushing entities now has a fortune modifier - Crushed entities will drop their loot below the wheels - Fixed Crushing wheel stack overflow when attaching one to an existing pair
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"credit": "Made with Blockbench",
|
|
"parent": "block/block",
|
|
"textures": {
|
|
"0": "create:block/axis",
|
|
"1": "block/stripped_spruce_log",
|
|
"2": "block/stripped_spruce_log_top",
|
|
"3": "create:block/axis_top",
|
|
"5": "create:block/gearbox_top",
|
|
"6": "create:block/encased_belt",
|
|
"particle": "block/stripped_spruce_log"
|
|
},
|
|
"elements": [
|
|
{
|
|
"name": "Axis",
|
|
"from": [6, 0, 6],
|
|
"to": [10, 7, 10],
|
|
"shade": false,
|
|
"faces": {
|
|
"north": {"uv": [6, 9, 10, 16], "texture": "#0"},
|
|
"east": {"uv": [6, 9, 10, 16], "texture": "#0"},
|
|
"south": {"uv": [6, 9, 10, 16], "texture": "#0"},
|
|
"west": {"uv": [6, 9, 10, 16], "texture": "#0"},
|
|
"down": {"uv": [6, 6, 10, 10], "texture": "#3"}
|
|
}
|
|
},
|
|
{
|
|
"name": "GearCaseInner",
|
|
"from": [1, 5.9, 1],
|
|
"to": [15, 7.9, 15],
|
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.9, 8]},
|
|
"faces": {
|
|
"north": {"uv": [1, 1, 15, 3], "texture": "#6"},
|
|
"east": {"uv": [1, 1, 15, 3], "texture": "#6"},
|
|
"south": {"uv": [1, 1, 15, 3], "texture": "#6"},
|
|
"west": {"uv": [1, 1, 15, 3], "texture": "#6"},
|
|
"up": {"uv": [1, 1, 15, 15], "texture": "#5"},
|
|
"down": {"uv": [1, 1, 15, 15], "texture": "#2"}
|
|
}
|
|
},
|
|
{
|
|
"name": "GearCaseInner",
|
|
"from": [1, 3.9, 1],
|
|
"to": [15, 5.9, 15],
|
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.9, 8]},
|
|
"faces": {
|
|
"north": {"uv": [1, 3, 15, 5], "texture": "#6"},
|
|
"east": {"uv": [1, 3, 15, 5], "texture": "#6"},
|
|
"south": {"uv": [1, 3, 15, 5], "texture": "#6"},
|
|
"west": {"uv": [1, 3, 15, 5], "texture": "#6"},
|
|
"up": {"uv": [1, 1, 15, 15], "texture": "#2"},
|
|
"down": {"uv": [1, 1, 15, 15], "texture": "#1"}
|
|
}
|
|
}
|
|
]
|
|
} |