'Allo Alloy

Another round of Texture updates, Mostly Andesite.
This commit is contained in:
Kryppers 2023-04-13 16:23:37 +01:00
parent 47dc952382
commit bdf9584633
102 changed files with 794 additions and 803 deletions

View file

@ -2,7 +2,7 @@
"credit": "Made with Blockbench",
"parent": "create:block/bearing/top",
"textures": {
"bearing_top": "create:block/bearing_top_wooden",
"bearing_top": "create:block/bearing_top",
"particle": "create:block/windmill_bearing_side",
"bearing_side": "create:block/windmill_bearing_side",
"brass_casing": "create:block/andesite_casing"

View file

@ -4,66 +4,47 @@
"textures": {
"0": "create:block/clutch_off",
"1": "create:block/gearbox",
"4": "create:block/funnel/andesite_funnel_frame",
"particle": "create:block/axis",
"1_0": "create:block/axis",
"1_1": "create:block/axis_top"
},
"elements": [
{
"name": "Bottom",
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#1"},
"east": {"uv": [0, 14, 16, 16], "texture": "#0"},
"south": {"uv": [0, 14, 16, 16], "texture": "#1"},
"west": {"uv": [0, 14, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"}
}
},
{
"name": "Core",
"from": [1, 2, 1],
"to": [15, 14, 15],
"faces": {
"north": {"uv": [1, 2, 15, 14], "texture": "#1"},
"south": {"uv": [1, 2, 15, 14], "texture": "#1"}
}
},
{
"name": "Top",
"from": [0, 14, 0],
"to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -8]},
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#1"},
"east": {"uv": [0, 0, 16, 2], "texture": "#0"},
"south": {"uv": [0, 0, 16, 2], "texture": "#1"},
"west": {"uv": [0, 0, 16, 2], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
"north": {"uv": [0, 0, 16, 16], "texture": "#4"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
"south": {"uv": [0, 0, 16, 16], "texture": "#4"},
"west": {"uv": [0, 16, 16, 0], "rotation": 180, "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"},
"down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0"}
}
},
{
"name": "SideWest",
"from": [0, 2, 0],
"to": [2, 14, 16],
"from": [1.95, 1.95, 16],
"to": [14.05, 14.05, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -8]},
"faces": {
"north": {"uv": [14, 2, 16, 14], "texture": "#0"},
"east": {"uv": [0, 2, 16, 14], "texture": "#0"},
"south": {"uv": [0, 2, 2, 14], "texture": "#0"},
"west": {"uv": [0, 2, 16, 14], "texture": "#0"}
"east": {"uv": [15, 2, 16, 14], "texture": "#1"},
"south": {"uv": [2, 2, 14, 14], "texture": "#1"},
"west": {"uv": [0, 2, 1, 14], "texture": "#1"},
"up": {"uv": [2, 0, 14, 1], "texture": "#1"},
"down": {"uv": [2, 15, 14, 16], "texture": "#1"}
}
},
{
"name": "SideEast",
"from": [14, 2, 0],
"to": [16, 14, 16],
"from": [1.95, 1.95, 1],
"to": [14.05, 14.05, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -8]},
"faces": {
"north": {"uv": [0, 2, 2, 14], "texture": "#0"},
"east": {"uv": [0, 2, 16, 14], "texture": "#0"},
"south": {"uv": [14, 2, 16, 14], "texture": "#0"},
"west": {"uv": [0, 2, 16, 14], "texture": "#0"}
"north": {"uv": [2, 2, 14, 14], "texture": "#1"},
"east": {"uv": [0, 2, 1, 14], "texture": "#1"},
"west": {"uv": [15, 2, 16, 14], "texture": "#1"},
"up": {"uv": [2, 0, 14, 1], "rotation": 180, "texture": "#1"},
"down": {"uv": [2, 15, 14, 16], "rotation": 180, "texture": "#1"}
}
},
{
@ -80,11 +61,15 @@
}
}
],
"groups": [0, 1, 2, 3, 4,
"groups": [
0,
1,
2,
{
"name": "shaft",
"origin": [8, 8, 8],
"children": [5]
"color": 0,
"children": [3]
}
]
}

View file

@ -22,7 +22,7 @@
"from": [2, 5, 14],
"to": [14, 14, 16],
"faces": {
"north": {"uv": [1, 0, 7, 4.5], "texture": "#1_7"},
"north": {"uv": [1, 9, 7, 13.5], "texture": "#4"},
"south": {"uv": [1, 0, 7, 4.5], "texture": "#4"},
"up": {"uv": [1, 0, 7, 1], "rotation": 180, "texture": "#4"}
}

View file

@ -16,7 +16,7 @@
"from": [0, 0, 0],
"to": [16, 16, 2],
"faces": {
"north": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#6"},
"north": {"uv": [0, 16, 16, 0], "rotation": 90, "texture": "#6"},
"east": {"uv": [0, 14, 16, 16], "rotation": 270, "texture": "#gearbox_top"},
"south": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#gearbox_top"},
"west": {"uv": [0, 14, 16, 16], "rotation": 90, "texture": "#gearbox_top"},
@ -40,7 +40,7 @@
"from": [0, 0, 2],
"to": [16, 2, 12],
"faces": {
"east": {"uv": [0, 2, 2, 12], "rotation": 270, "texture": "#gearbox_top"},
"east": {"uv": [16, 0, 14, 10], "rotation": 270, "texture": "#gearbox_top"},
"south": {"uv": [0, 0, 16, 2], "texture": "#andesite_casing_short"},
"west": {"uv": [14, 0, 16, 10], "rotation": 90, "texture": "#gearbox_top"},
"up": {"uv": [0, 0, 16, 10], "rotation": 180, "texture": "#gearbox_top"},
@ -52,9 +52,9 @@
"from": [0, 14, 2],
"to": [16, 16, 12],
"faces": {
"east": {"uv": [14, 2, 16, 12], "rotation": 270, "texture": "#gearbox_top"},
"east": {"uv": [14, 0, 16, 10], "rotation": 270, "texture": "#gearbox_top"},
"south": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#andesite_casing_short"},
"west": {"uv": [0, 0, 2, 10], "rotation": 90, "texture": "#gearbox_top"},
"west": {"uv": [16, 0, 14, 10], "rotation": 90, "texture": "#gearbox_top"},
"up": {"uv": [0, 4, 16, 14], "rotation": 180, "texture": "#andesite_casing_short"},
"down": {"uv": [0, 0, 16, 10], "texture": "#gearbox_top"}
}
@ -64,6 +64,7 @@
{
"name": "body",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3]
}
]

View file

@ -8,12 +8,12 @@
"6": "create:block/piston_bottom",
"7": "create:block/piston_inner",
"18": "create:block/deployer",
"particle": "create:block/axis",
"gearbox_top": "create:block/gearbox_top",
"gearbox": "create:block/gearbox",
"andesite_casing_short": "create:block/andesite_casing_short",
"mechanical_press_pole": "create:block/mechanical_press_pole",
"mechanical_press_head": "create:block/mechanical_press_head",
"particle": "create:block/axis"
"mechanical_press_head": "create:block/mechanical_press_head"
},
"elements": [
{
@ -21,7 +21,7 @@
"from": [0, 0, 0],
"to": [16, 16, 2],
"faces": {
"north": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"},
"north": {"uv": [0, 16, 16, 0], "rotation": 90, "texture": "#6"},
"east": {"uv": [0, 14, 16, 16], "rotation": 270, "texture": "#andesite_casing_short"},
"south": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#gearbox_top"},
"west": {"uv": [0, 14, 16, 16], "rotation": 90, "texture": "#andesite_casing_short"},
@ -48,7 +48,7 @@
"east": {"uv": [0, 4, 16, 14], "rotation": 270, "texture": "#andesite_casing_short"},
"south": {"uv": [0, 0, 16, 2], "rotation": 270, "texture": "#andesite_casing_short"},
"west": {"uv": [0, 0, 16, 10], "rotation": 90, "texture": "#gearbox_top"},
"up": {"uv": [0, 2, 2, 12], "rotation": 180, "texture": "#gearbox_top"},
"up": {"uv": [16, 0, 14, 10], "rotation": 180, "texture": "#gearbox_top"},
"down": {"uv": [14, 0, 16, 10], "texture": "#gearbox_top"}
}
},
@ -60,8 +60,8 @@
"east": {"uv": [0, 0, 16, 10], "rotation": 270, "texture": "#gearbox_top"},
"south": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#andesite_casing_short"},
"west": {"uv": [0, 4, 16, 14], "rotation": 90, "texture": "#andesite_casing_short"},
"up": {"uv": [14, 2, 16, 12], "rotation": 180, "texture": "#gearbox_top"},
"down": {"uv": [0, 0, 2, 10], "texture": "#gearbox_top"}
"up": {"uv": [14, 0, 16, 10], "rotation": 180, "texture": "#gearbox_top"},
"down": {"uv": [16, 0, 14, 10], "texture": "#gearbox_top"}
}
},
{
@ -231,15 +231,18 @@
{
"name": "body",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3]
},
{
"name": "pole",
"origin": [8, 8, 8],
"color": 0,
"children": [
{
"name": "head",
"origin": [8, 8, 8],
"color": 0,
"children": [4, 5]
}
]
@ -247,14 +250,18 @@
{
"name": "hand_pointing",
"origin": [8, 8, 8],
"color": 0,
"children": [
{
"name": "head",
"origin": [8, 8, 8],
"children": [6,
"color": 0,
"children": [
6,
{
"name": "Pointing",
"origin": [8, 8, 8],
"color": 0,
"children": [7, 8, 9, 10, 11, 12]
}
]
@ -264,6 +271,7 @@
{
"name": "shaft",
"origin": [8, 8, 8],
"color": 0,
"children": [13]
}
]

View file

@ -5,10 +5,10 @@
"textures": {
"6": "create:block/piston_bottom",
"7": "create:block/piston_inner",
"particle": "create:block/gearbox_top",
"gearbox_top": "create:block/gearbox_top",
"gearbox": "create:block/gearbox",
"andesite_casing_short": "create:block/andesite_casing_short",
"particle": "create:block/gearbox_top"
"andesite_casing_short": "create:block/andesite_casing_short"
},
"elements": [
{
@ -16,7 +16,7 @@
"from": [0, 0, 0],
"to": [16, 16, 2],
"faces": {
"north": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"},
"north": {"uv": [0, 16, 16, 0], "rotation": 90, "texture": "#6"},
"east": {"uv": [0, 14, 16, 16], "rotation": 270, "texture": "#andesite_casing_short"},
"south": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#gearbox_top"},
"west": {"uv": [0, 14, 16, 16], "rotation": 90, "texture": "#andesite_casing_short"},
@ -31,8 +31,8 @@
"faces": {
"north": {"uv": [0, 0, 12, 14], "texture": "#gearbox"},
"south": {"uv": [2, 1, 14, 15], "texture": "#7"},
"up": {"uv": [2, 4, 14, 14], "rotation": 180, "texture": "#gearbox"},
"down": {"uv": [2, 4, 14, 14], "texture": "#gearbox"}
"up": {"uv": [2, 12, 14, 2], "rotation": 180, "texture": "#gearbox"},
"down": {"uv": [2, 12, 14, 2], "texture": "#gearbox"}
}
},
{
@ -43,7 +43,7 @@
"east": {"uv": [0, 4, 16, 14], "rotation": 270, "texture": "#andesite_casing_short"},
"south": {"uv": [0, 0, 16, 2], "rotation": 270, "texture": "#andesite_casing_short"},
"west": {"uv": [0, 0, 16, 10], "rotation": 90, "texture": "#gearbox_top"},
"up": {"uv": [0, 2, 2, 12], "rotation": 180, "texture": "#gearbox_top"},
"up": {"uv": [16, 0, 14, 10], "rotation": 180, "texture": "#gearbox_top"},
"down": {"uv": [14, 0, 16, 10], "texture": "#gearbox_top"}
}
},
@ -56,7 +56,7 @@
"south": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#andesite_casing_short"},
"west": {"uv": [0, 4, 16, 14], "rotation": 90, "texture": "#andesite_casing_short"},
"up": {"uv": [14, 2, 16, 12], "rotation": 180, "texture": "#gearbox_top"},
"down": {"uv": [0, 0, 2, 10], "texture": "#gearbox_top"}
"down": {"uv": [16, 0, 14, 10], "texture": "#gearbox_top"}
}
}
],
@ -64,6 +64,7 @@
{
"name": "body",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3]
}
]

View file

@ -2,11 +2,11 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"casing": "create:block/andesite_casing",
"1": "block/stripped_spruce_log_top",
"particle": "create:block/andesite_casing",
"casing": "create:block/andesite_casing",
"side": "create:block/andesite_encased_cogwheel_side",
"1_2": "create:block/cogwheel",
"particle": "#casing"
"1_2": "create:block/cogwheel"
},
"elements": [
{

View file

@ -2,6 +2,7 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"3": "create:block/funnel/andesite_funnel_frame",
"back": "create:block/gearbox",
"fan_casing": "create:block/fan_casing",
"particle": "create:block/fan_side",
@ -9,70 +10,50 @@
},
"elements": [
{
"name": "Bottom",
"from": [0, 0, 0],
"to": [16, 16, 2],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#fan_side"},
"east": {"uv": [14, 0, 16, 16], "texture": "#fan_side"},
"south": {"uv": [0, 0, 16, 16], "texture": "#fan_side"},
"west": {"uv": [14, 0, 16, 16], "rotation": 180, "texture": "#fan_side"},
"up": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#fan_casing"},
"down": {"uv": [0, 14, 16, 16], "texture": "#fan_casing"}
}
},
{
"name": "Top",
"from": [0, 0, 14],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#fan_side"},
"east": {"uv": [0, 0, 2, 16], "texture": "#fan_side"},
"east": {"uv": [0, 0, 16, 16], "texture": "#fan_side"},
"south": {"uv": [0, 0, 16, 16], "texture": "#fan_side"},
"west": {"uv": [14, 0, 16, 16], "texture": "#fan_side"},
"up": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#fan_casing"},
"down": {"uv": [0, 0, 16, 2], "texture": "#fan_casing"}
"west": {"uv": [0, 0, 16, 16], "texture": "#fan_side"},
"up": {"uv": [0, 0, 16, 16], "texture": "#3"},
"down": {"uv": [0, 0, 16, 16], "texture": "#3"}
}
},
{
"name": "Side",
"from": [0, 0, 2],
"to": [2, 16, 14],
"from": [1.9, 16, 1.9],
"to": [14.1, 0, 14.1],
"faces": {
"east": {"uv": [2, 0, 14, 16], "texture": "#fan_side"},
"west": {"uv": [14, 0, 2, 16], "texture": "#fan_side"},
"up": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#fan_casing"},
"down": {"uv": [0, 2, 2, 14], "texture": "#fan_casing"}
"north": {"uv": [2, 0, 14, 16], "rotation": 180, "texture": "#fan_side"},
"east": {"uv": [2, 0, 14, 16], "rotation": 180, "texture": "#fan_side"},
"south": {"uv": [2, 0, 14, 16], "rotation": 180, "texture": "#fan_side"},
"west": {"uv": [2, 0, 14, 16], "rotation": 180, "texture": "#fan_side"}
}
},
{
"name": "Side",
"from": [14, 0, 2],
"to": [16, 16, 14],
"from": [2, 1, 2],
"to": [14, 8, 14],
"faces": {
"east": {"uv": [2, 0, 14, 16], "texture": "#fan_side"},
"west": {"uv": [14, 0, 2, 16], "texture": "#fan_side"},
"up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#fan_casing"},
"down": {"uv": [14, 2, 16, 14], "texture": "#fan_casing"}
"up": {"uv": [2, 2, 14, 14], "texture": "#back"},
"down": {"uv": [2, 2, 14, 14], "texture": "#back"}
}
},
{
"name": "Lattice",
"from": [2, 15, 2],
"to": [14, 15, 14],
"faces": {
"up": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#fan_casing"},
"up": {"uv": [2, 2, 14, 14], "texture": "#fan_casing"},
"down": {"uv": [2, 2, 14, 14], "texture": "#fan_casing"}
}
},
}
],
"groups": [
{
"name": "Back",
"from": [2, 1, 2],
"to": [14, 7, 14],
"faces": {
"up": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#back"},
"down": {"uv": [2, 2, 14, 14], "texture": "#back"}
}
"name": "group",
"origin": [0, 0, 0],
"color": 0,
"children": [0, 1, 2, 3]
}
]
}

View file

@ -3,11 +3,12 @@
"parent": "block/block",
"textures": {
"0": "create:block/axis",
"6": "create:block/pinion_bottom",
"8": "create:block/bearing_top_wooden",
"9": "create:block/windmill_bearing_side",
"10": "create:block/pinion",
"particle": "create:block/andesite_casing",
"opening": "create:block/gearbox"
"opening": "create:block/gearbox",
"particle": "create:block/andesite_casing"
},
"elements": [
{
@ -15,7 +16,7 @@
"from": [0, 0, 0],
"to": [16, 16, 4],
"faces": {
"north": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#8"},
"north": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#6"},
"east": {"uv": [0, 0, 16, 4], "rotation": 270, "texture": "#9"},
"south": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#8"},
"west": {"uv": [0, 0, 16, 4], "rotation": 90, "texture": "#9"},
@ -136,15 +137,25 @@
{
"name": "item_andesite",
"origin": [8, 8, 8],
"color": 0,
"children": []
},
{
"name": "item",
"origin": [8, 8, 8],
"children": [0, 1, 2, 3, 4, 5, 6,
"color": 0,
"children": [
0,
1,
2,
3,
4,
5,
6,
{
"name": "shaft",
"origin": [8, 8, 8],
"color": 0,
"children": []
}
]

View file

@ -9,8 +9,9 @@
"9": "create:block/windmill_bearing_side",
"10": "create:block/pinion",
"11": "create:block/axis_top",
"particle": "create:block/andesite_casing",
"opening": "create:block/gearbox"
"12": "create:block/pinion_bottom",
"opening": "create:block/gearbox",
"particle": "create:block/andesite_casing"
},
"elements": [
{
@ -191,7 +192,7 @@
"south": {"uv": [0, 8, 16, 12], "texture": "#10"},
"west": {"uv": [0, 0, 16, 4], "texture": "#9"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#8"},
"down": {"uv": [0, 0, 16, 16], "texture": "#8"}
"down": {"uv": [0, 0, 16, 16], "texture": "#12"}
}
},
{

View file

@ -3,11 +3,12 @@
"parent": "block/block",
"textures": {
"0": "create:block/axis",
"6": "create:block/pinion_bottom",
"8": "create:block/bearing_top_wooden",
"9": "create:block/windmill_bearing_side",
"10": "create:block/pinion",
"particle": "create:block/andesite_casing",
"opening": "create:block/gearbox"
"opening": "create:block/gearbox",
"particle": "create:block/andesite_casing"
},
"elements": [
{
@ -15,7 +16,7 @@
"from": [0, 0, 0],
"to": [16, 16, 4],
"faces": {
"north": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#8"},
"north": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#6"},
"east": {"uv": [0, 8, 16, 12], "rotation": 270, "texture": "#10"},
"south": {"uv": [0, 0, 16, 16], "texture": "#8"},
"west": {"uv": [0, 8, 16, 12], "rotation": 90, "texture": "#10"},
@ -136,15 +137,25 @@
{
"name": "item_andesite",
"origin": [8, 8, 8],
"color": 0,
"children": []
},
{
"name": "item",
"origin": [8, 8, 8],
"children": [0, 1, 2, 3, 4, 5, 6,
"color": 0,
"children": [
0,
1,
2,
3,
4,
5,
6,
{
"name": "shaft",
"origin": [8, 8, 8],
"color": 0,
"children": []
}
]

View file

@ -1,4 +1,5 @@
{
"credit": "Made with Blockbench",
"textures": {
"2": "create:block/gauge"
},
@ -32,12 +33,12 @@
"to": [16, 13, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 8]},
"faces": {
"north": {"uv": [13, 5, 14, 10], "texture": "#2"},
"north": {"uv": [14, 5, 13, 10], "texture": "#2"},
"east": {"uv": [9, 5, 14, 10], "texture": "#2"},
"south": {"uv": [13, 5, 14, 10], "texture": "#2"},
"south": {"uv": [10, 5, 9, 10], "texture": "#2"},
"west": {"uv": [9, 5, 14, 10], "texture": "#2"},
"up": {"uv": [9, 5, 10, 10], "texture": "#2"},
"down": {"uv": [9, 5, 10, 10], "texture": "#2"}
"up": {"uv": [14, 5, 9, 6], "rotation": 90, "texture": "#2"},
"down": {"uv": [9, 10, 14, 9], "rotation": 90, "texture": "#2"}
}
}
]

View file

@ -18,7 +18,7 @@
"south": {"uv": [0, 10, 6, 16], "texture": "#2"},
"west": {"uv": [9, 10, 16, 16], "texture": "#2"},
"up": {"uv": [9, 10, 16, 16], "rotation": 90, "texture": "#2"},
"down": {"uv": [5, 5, 12, 10], "rotation": 270, "texture": "#2"}
"down": {"uv": [9, 10.5, 16, 15.5], "rotation": 270, "texture": "#2"}
}
},
{
@ -77,25 +77,12 @@
"to": [16, 13, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 8]},
"faces": {
"north": {"uv": [13, 5, 14, 10], "texture": "#2"},
"north": {"uv": [14, 5, 13, 10], "texture": "#2"},
"east": {"uv": [9, 5, 14, 10], "texture": "#2"},
"south": {"uv": [13, 5, 14, 10], "texture": "#2"},
"south": {"uv": [10, 5, 9, 10], "texture": "#2"},
"west": {"uv": [9, 5, 14, 10], "texture": "#2"},
"up": {"uv": [9, 5, 10, 10], "texture": "#2"},
"down": {"uv": [9, 5, 10, 10], "texture": "#2"}
}
},
{
"name": "GaugeColorBar",
"from": [14.5, 2.9, 2.9],
"to": [15.5, 13.1, 13.1],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 8]},
"faces": {
"north": {"uv": [0, 8.5, 5, 9], "rotation": 90, "texture": "#2"},
"south": {"uv": [0, 8.5, 5, 9], "rotation": 90, "texture": "#2"},
"west": {"uv": [9, 5, 14, 10], "texture": "#2"},
"up": {"uv": [0, 8, 5, 8.5], "rotation": 90, "texture": "#2"},
"down": {"uv": [0, 8, 5, 8.5], "rotation": 90, "texture": "#2"}
"up": {"uv": [14, 5, 9, 6], "rotation": 90, "texture": "#2"},
"down": {"uv": [9, 10, 14, 9], "rotation": 90, "texture": "#2"}
}
},
{
@ -148,12 +135,14 @@
{
"name": "Gauge",
"origin": [8, 8, 8],
"children": [0, 1, 2, 3, 4, 5, 6]
"color": 0,
"children": [0, 1, 2, 3, 4, 5]
},
{
"name": "shaft",
"origin": [8, 8, 8],
"children": [7]
"color": 0,
"children": [6]
}
]
}

View file

@ -4,64 +4,45 @@
"textures": {
"0": "create:block/gearshift_off",
"1": "create:block/gearbox",
"2": "create:block/funnel/andesite_funnel_frame",
"particle": "create:block/gearshift_off"
},
"elements": [
{
"name": "Bottom",
"from": [1.95, 16, 1.95],
"to": [14.05, 15, 14.05],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [2, 15, 14, 16], "texture": "#1"},
"east": {"uv": [0, 2, 1, 14], "rotation": 270, "texture": "#1"},
"south": {"uv": [2, 0, 14, 1], "rotation": 180, "texture": "#1"},
"west": {"uv": [15, 2, 16, 14], "rotation": 90, "texture": "#1"},
"up": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#1"}
}
},
{
"from": [1.95, 1, 1.95],
"to": [14.05, 0, 14.05],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [2, 15, 14, 16], "rotation": 180, "texture": "#1"},
"east": {"uv": [15, 2, 16, 14], "rotation": 270, "texture": "#1"},
"south": {"uv": [2, 0, 14, 1], "texture": "#1"},
"west": {"uv": [0, 2, 1, 14], "rotation": 90, "texture": "#1"},
"down": {"uv": [2, 2, 14, 14], "texture": "#1"}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 2],
"faces": {
"north": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0"},
"east": {"uv": [0, 14, 16, 16], "rotation": 270, "texture": "#0"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1"},
"west": {"uv": [0, 14, 16, 16], "rotation": 90, "texture": "#0"},
"up": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#1"},
"down": {"uv": [0, 14, 16, 16], "texture": "#1"}
}
},
{
"name": "Core",
"from": [1, 0.95, 2],
"to": [15, 15.05, 14],
"faces": {
"up": {"uv": [1, 2, 15, 14], "rotation": 180, "texture": "#1"},
"down": {"uv": [1, 2, 15, 14], "texture": "#1"}
}
},
{
"name": "Top",
"from": [0, 0, 14],
"to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"},
"east": {"uv": [0, 0, 16, 2], "rotation": 270, "texture": "#0"},
"south": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0"},
"west": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#0"},
"up": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#1"},
"down": {"uv": [0, 0, 16, 2], "texture": "#1"}
}
},
{
"name": "SideWest",
"from": [0, 0, 2],
"to": [2, 16, 14],
"faces": {
"east": {"uv": [0, 2, 16, 14], "rotation": 270, "texture": "#1"},
"west": {"uv": [0, 2, 16, 14], "rotation": 90, "texture": "#0"},
"up": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#0"},
"down": {"uv": [0, 2, 2, 14], "texture": "#0"}
}
},
{
"name": "SideEast",
"from": [14, 0, 2],
"to": [16, 16, 14],
"faces": {
"east": {"uv": [0, 2, 16, 14], "rotation": 270, "texture": "#0"},
"west": {"uv": [0, 2, 16, 14], "rotation": 90, "texture": "#1"},
"up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"},
"down": {"uv": [14, 2, 16, 14], "texture": "#0"}
"north": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"},
"east": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"},
"south": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"},
"west": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
}
}
]

View file

@ -2,11 +2,11 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"4": "create:block/mechanical_drill_top",
"10": "create:block/andesite_casing_very_short",
"gearbox_top": "create:block/gearbox_top",
"particle": "create:block/gearbox",
"gearbox": "create:block/gearbox",
"andesite_casing_short": "create:block/andesite_casing_short"
"gearbox": "create:block/gearbox"
},
"elements": [
{
@ -14,7 +14,7 @@
"from": [2, 1, 2],
"to": [14, 9, 14],
"faces": {
"up": {"uv": [2, 2, 14, 14], "texture": "#gearbox"},
"up": {"uv": [2, 2, 14, 14], "texture": "#4"},
"down": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#gearbox"}
}
},
@ -23,11 +23,11 @@
"from": [0, 0, 14],
"to": [16, 10, 16],
"faces": {
"north": {"uv": [0, 4, 16, 16], "rotation": 180, "texture": "#andesite_casing_short"},
"east": {"uv": [14, 6, 16, 16], "rotation": 180, "texture": "#10"},
"north": {"uv": [0, 6, 16, 16], "texture": "#10"},
"east": {"uv": [0, 6, 2, 16], "texture": "#10"},
"south": {"uv": [0, 6, 16, 16], "texture": "#10"},
"west": {"uv": [14, 6, 16, 16], "texture": "#10"},
"up": {"uv": [0, 14, 16, 16], "texture": "#gearbox_top"},
"up": {"uv": [0, 14, 16, 16], "texture": "#4"},
"down": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#gearbox_top"}
}
},
@ -36,11 +36,11 @@
"from": [0, 0, 0],
"to": [16, 10, 2],
"faces": {
"north": {"uv": [0, 6, 16, 16], "rotation": 180, "texture": "#10"},
"east": {"uv": [0, 6, 2, 16], "rotation": 180, "texture": "#10"},
"south": {"uv": [0, 4, 16, 16], "texture": "#andesite_casing_short"},
"north": {"uv": [0, 6, 16, 16], "texture": "#10"},
"east": {"uv": [2, 6, 0, 16], "texture": "#10"},
"south": {"uv": [0, 6, 16, 16], "texture": "#10"},
"west": {"uv": [0, 6, 2, 16], "texture": "#10"},
"up": {"uv": [0, 0, 16, 2], "texture": "#gearbox_top"},
"up": {"uv": [0, 0, 16, 2], "texture": "#4"},
"down": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#gearbox_top"}
}
},
@ -49,9 +49,9 @@
"from": [0, 0, 2],
"to": [2, 10, 14],
"faces": {
"east": {"uv": [2, 4, 14, 16], "rotation": 180, "texture": "#andesite_casing_short"},
"east": {"uv": [2, 6, 14, 16], "texture": "#10"},
"west": {"uv": [2, 6, 14, 16], "texture": "#10"},
"up": {"uv": [0, 2, 2, 14], "texture": "#gearbox_top"},
"up": {"uv": [0, 2, 2, 14], "texture": "#4"},
"down": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#gearbox_top"}
}
},
@ -60,9 +60,9 @@
"from": [14, 0, 2],
"to": [16, 10, 14],
"faces": {
"east": {"uv": [2, 6, 14, 16], "rotation": 180, "texture": "#10"},
"west": {"uv": [2, 4, 14, 16], "rotation": 180, "texture": "#andesite_casing_short"},
"up": {"uv": [14, 2, 16, 14], "texture": "#gearbox_top"},
"east": {"uv": [2, 6, 14, 16], "texture": "#10"},
"west": {"uv": [2, 6, 14, 16], "texture": "#10"},
"up": {"uv": [14, 2, 16, 14], "texture": "#4"},
"down": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#gearbox_top"}
}
}
@ -71,6 +71,7 @@
{
"name": "casing",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3, 4]
}
]

View file

@ -5,7 +5,6 @@
"0": "create:block/axis_top",
"1": "create:block/axis",
"2": "block/anvil",
"7": "block/polished_andesite",
"10": "create:block/andesite_casing_very_short",
"particle": "block/anvil"
},
@ -28,12 +27,11 @@
"to": [11, 11, 12],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 6, 6], "texture": "#7"},
"east": {"uv": [0, 2, 6, 5], "rotation": 270, "texture": "#10"},
"east": {"uv": [0, 0, 6, 3], "rotation": 270, "texture": "#10"},
"south": {"uv": [5, 0, 11, 6], "texture": "#2"},
"west": {"uv": [0, 2, 6, 5], "rotation": 90, "texture": "#10"},
"up": {"uv": [0, 2, 6, 5], "rotation": 180, "texture": "#10"},
"down": {"uv": [0, 2, 6, 5], "texture": "#10"}
"west": {"uv": [0, 0, 6, 3], "rotation": 90, "texture": "#10"},
"up": {"uv": [0, 0, 6, 3], "rotation": 180, "texture": "#10"},
"down": {"uv": [0, 0, 6, 3], "texture": "#10"}
}
},
{
@ -149,11 +147,11 @@
}
}
],
"display": {},
"groups": [
{
"name": "head",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
}
]

View file

@ -6,11 +6,10 @@
"1": "create:block/axis",
"2": "block/anvil",
"7": "block/polished_andesite",
"8": "create:block/mechanical_drill_top",
"10": "create:block/andesite_casing_very_short",
"particle": "block/anvil",
"gearbox_top": "create:block/gearbox_top",
"gearbox": "create:block/gearbox",
"andesite_casing_short": "create:block/andesite_casing_short"
"gearbox": "create:block/gearbox"
},
"elements": [
{
@ -32,11 +31,11 @@
"rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 6, 6], "texture": "#7"},
"east": {"uv": [0, 2, 6, 5], "rotation": 270, "texture": "#10"},
"east": {"uv": [0, 0, 6, 3], "rotation": 270, "texture": "#10"},
"south": {"uv": [5, 0, 11, 6], "texture": "#2"},
"west": {"uv": [0, 2, 6, 5], "rotation": 90, "texture": "#10"},
"up": {"uv": [0, 2, 6, 5], "rotation": 180, "texture": "#10"},
"down": {"uv": [0, 2, 6, 5], "texture": "#10"}
"west": {"uv": [0, 0, 6, 3], "rotation": 90, "texture": "#10"},
"up": {"uv": [0, 0, 6, 3], "rotation": 180, "texture": "#10"},
"down": {"uv": [0, 0, 6, 3], "texture": "#10"}
}
},
{
@ -157,7 +156,7 @@
"to": [14, 14, 9],
"faces": {
"north": {"uv": [2, 2, 14, 14], "texture": "#gearbox"},
"south": {"uv": [2, 2, 14, 14], "texture": "#gearbox"}
"south": {"uv": [2, 2, 14, 14], "texture": "#8"}
}
},
{
@ -165,11 +164,11 @@
"from": [0, 0, 0],
"to": [16, 2, 10],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#gearbox_top"},
"east": {"uv": [14, 6, 16, 16], "rotation": 90, "texture": "#10"},
"south": {"uv": [0, 14, 16, 16], "texture": "#gearbox_top"},
"north": {"uv": [0, 14, 16, 16], "texture": "#gearbox"},
"east": {"uv": [0, 6, 2, 16], "rotation": 270, "texture": "#10"},
"south": {"uv": [0, 14, 16, 16], "texture": "#8"},
"west": {"uv": [14, 6, 16, 16], "rotation": 90, "texture": "#10"},
"up": {"uv": [0, 4, 16, 16], "texture": "#andesite_casing_short"},
"up": {"uv": [0, 6, 16, 16], "rotation": 180, "texture": "#10"},
"down": {"uv": [0, 6, 16, 16], "texture": "#10"}
}
},
@ -178,12 +177,12 @@
"from": [0, 14, 0],
"to": [16, 16, 10],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#gearbox_top"},
"east": {"uv": [0, 6, 2, 16], "rotation": 90, "texture": "#10"},
"south": {"uv": [0, 0, 16, 2], "texture": "#gearbox_top"},
"north": {"uv": [0, 0, 16, 2], "texture": "#gearbox"},
"east": {"uv": [2, 6, 0, 16], "rotation": 270, "texture": "#10"},
"south": {"uv": [0, 0, 16, 2], "texture": "#8"},
"west": {"uv": [0, 6, 2, 16], "rotation": 90, "texture": "#10"},
"up": {"uv": [0, 6, 16, 16], "texture": "#10"},
"down": {"uv": [0, 4, 16, 16], "texture": "#andesite_casing_short"}
"up": {"uv": [0, 6, 16, 16], "rotation": 180, "texture": "#10"},
"down": {"uv": [0, 6, 16, 16], "texture": "#10"}
}
},
{
@ -191,9 +190,9 @@
"from": [0, 2, 0],
"to": [2, 14, 10],
"faces": {
"north": {"uv": [14, 2, 16, 14], "texture": "#gearbox_top"},
"east": {"uv": [2, 4, 14, 16], "rotation": 90, "texture": "#andesite_casing_short"},
"south": {"uv": [0, 2, 2, 14], "texture": "#gearbox_top"},
"north": {"uv": [14, 2, 16, 14], "texture": "#gearbox"},
"east": {"uv": [2, 6, 14, 16], "rotation": 270, "texture": "#10"},
"south": {"uv": [0, 2, 2, 14], "texture": "#8"},
"west": {"uv": [2, 6, 14, 16], "rotation": 90, "texture": "#10"}
}
},
@ -202,10 +201,10 @@
"from": [14, 2, 0],
"to": [16, 14, 10],
"faces": {
"north": {"uv": [0, 2, 2, 14], "texture": "#gearbox_top"},
"east": {"uv": [2, 6, 14, 16], "rotation": 90, "texture": "#10"},
"south": {"uv": [14, 2, 16, 14], "texture": "#gearbox_top"},
"west": {"uv": [2, 4, 14, 16], "rotation": 270, "texture": "#andesite_casing_short"}
"north": {"uv": [0, 2, 2, 14], "texture": "#gearbox"},
"east": {"uv": [2, 6, 14, 16], "rotation": 270, "texture": "#10"},
"south": {"uv": [14, 2, 16, 14], "texture": "#8"},
"west": {"uv": [2, 6, 14, 16], "rotation": 90, "texture": "#10"}
}
}
],

View file

@ -138,7 +138,7 @@
"north": {"uv": [0, 0, 1.9, 3], "texture": "#andesite_casing_short"},
"east": {"uv": [0, 0, 8, 3], "texture": "#andesite_casing_short"},
"south": {"uv": [0.1, 8, 2, 11], "texture": "#andesite_casing_short"},
"west": {"uv": [0, 0, 8, 3], "texture": "#andesite_casing_short"},
"west": {"uv": [1, 0, 9, 3], "texture": "#andesite_casing_short"},
"up": {"uv": [0.1, 6, 2, 14], "texture": "#andesite_casing_short"},
"down": {"uv": [0.1, 6, 2, 14], "texture": "#andesite_casing_short"}
}
@ -150,7 +150,7 @@
"rotation": {"angle": 22.5, "axis": "x", "origin": [0, 10, 3]},
"faces": {
"north": {"uv": [0, 0, 1.9, 3], "texture": "#andesite_casing_short"},
"east": {"uv": [0, 0, 8, 3], "texture": "#andesite_casing_short"},
"east": {"uv": [1, 0, 9, 3], "texture": "#andesite_casing_short"},
"south": {"uv": [14, 8, 15.9, 11], "texture": "#andesite_casing_short"},
"west": {"uv": [0, 0, 8, 3], "texture": "#andesite_casing_short"},
"up": {"uv": [14, 6, 15.9, 14], "texture": "#andesite_casing_short"},

View file

@ -1,74 +1,74 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"credit": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"parent": "block/block",
"textures": {
"particle": "create:block/gearbox_top",
"0": "create:block/gearbox_top",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner",
"4": "block/piston_side",
"5": "create:block/pole_end"
},
"elements": [
{
"name": "Bottom",
"from": [ 0.0, 0.0, 0.0 ],
"to": [ 16.0, 2.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
}
},
{
"name": "Inner",
"from": [ 2.0, 2.0, 1.0 ],
"to": [ 14.0, 12.0, 15.0 ],
"faces": {
"north": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"south": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"up": { "texture": "#3", "uv": [ 2.0, 1.0, 14.0, 15.0 ] }
}
},
{
"name": "Side",
"from": [ 0.0, 2.0, 0.0 ],
"to": [ 2.0, 12.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 2.0 ], "rotation": 270 }
}
},
{
"name": "Side2",
"from": [ 14.0, 2.0, 0.0 ],
"to": [ 16.0, 12.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ], "rotation": 270 }
}
},
{
"name": "Extension",
"from": [ 6.0, 12.0, 6.0 ],
"to": [ 10.0, 16.0, 10.0 ],
"faces": {
"north": { "texture": "#4", "uv": [ 12.0, 0.0, 16.0, 4.0 ], "rotation": 270 },
"east": { "texture": "#4", "uv": [ 12.0, 0.0, 16.0, 4.0 ], "rotation": 270 },
"south": { "texture": "#4", "uv": [ 12.0, 0.0, 16.0, 4.0 ], "rotation": 270 },
"west": { "texture": "#4", "uv": [ 12.0, 0.0, 16.0, 4.0 ], "rotation": 270 },
"up": { "texture": "#5", "uv": [ 6.0, 6.0, 10.0, 10.0 ] }
}
}
]
"textures": {
"0": "create:block/andesite_casing_piston",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner",
"4": "block/piston_side",
"5": "create:block/pole_end",
"particle": "create:block/andesite_casing_piston"
},
"elements": [
{
"name": "Bottom",
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#0"},
"east": {"uv": [0, 14, 16, 16], "texture": "#0"},
"south": {"uv": [0, 14, 16, 16], "texture": "#0"},
"west": {"uv": [0, 14, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"name": "Inner",
"from": [2, 2, 1],
"to": [14, 12, 15],
"faces": {
"north": {"uv": [2, 4, 14, 14], "texture": "#2"},
"south": {"uv": [2, 4, 14, 14], "texture": "#2"},
"up": {"uv": [2, 1, 14, 15], "texture": "#3"}
}
},
{
"name": "Side",
"from": [0, 2, 0],
"to": [2, 12, 16],
"faces": {
"north": {"uv": [14, 4, 16, 14], "texture": "#0"},
"east": {"uv": [0, 4, 16, 14], "texture": "#0"},
"south": {"uv": [16, 4, 14, 14], "texture": "#0"},
"west": {"uv": [0, 4, 16, 14], "texture": "#0"},
"up": {"uv": [0, 2, 16, 0], "rotation": 270, "texture": "#0"}
}
},
{
"name": "Side2",
"from": [14, 2, 0],
"to": [16, 12, 16],
"faces": {
"north": {"uv": [16, 4, 14, 14], "texture": "#0"},
"east": {"uv": [0, 4, 16, 14], "texture": "#0"},
"south": {"uv": [14, 4, 16, 14], "texture": "#0"},
"west": {"uv": [0, 4, 16, 14], "texture": "#0"},
"up": {"uv": [0, 0, 16, 2], "rotation": 270, "texture": "#0"}
}
},
{
"name": "Extension",
"from": [6, 12, 6],
"to": [10, 16, 10],
"faces": {
"north": {"uv": [12, 0, 16, 4], "rotation": 270, "texture": "#4"},
"east": {"uv": [12, 0, 16, 4], "rotation": 270, "texture": "#4"},
"south": {"uv": [12, 0, 16, 4], "rotation": 270, "texture": "#4"},
"west": {"uv": [12, 0, 16, 4], "rotation": 270, "texture": "#4"},
"up": {"uv": [6, 6, 10, 10], "texture": "#5"}
}
}
]
}

View file

@ -1,74 +1,74 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"credit": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"parent": "block/block",
"textures": {
"particle": "create:block/gearbox_top",
"0": "create:block/gearbox_top",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner",
"4": "block/piston_side",
"5": "create:block/pole_end"
},
"elements": [
{
"name": "Bottom",
"from": [ 0.0, 0.0, 0.0 ],
"to": [ 16.0, 2.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
}
},
"textures": {
"0": "create:block/andesite_casing_piston",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner",
"4": "block/piston_side",
"5": "create:block/pole_end",
"particle": "create:block/andesite_casing_piston"
},
"elements": [
{
"name": "Inner",
"from": [ 1.0, 2.0, 2.0 ],
"to": [ 15.0, 12.0, 14.0 ],
"faces": {
"east": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"west": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"up": { "texture": "#3", "uv": [ 2.0, 1.0, 14.0, 15.0 ], "rotation": 90 }
}
},
"name": "Bottom",
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#0"},
"east": {"uv": [0, 14, 16, 16], "texture": "#0"},
"south": {"uv": [0, 14, 16, 16], "texture": "#0"},
"west": {"uv": [0, 14, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"name": "Side",
"from": [ 0.0, 2.0, 0.0 ],
"to": [ 16.0, 12.0, 2.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 9.0 ] },
"east": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 2.0 ], "rotation": 0 }
}
},
{
"name": "Side2",
"from": [ 0.0, 2.0, 14.0 ],
"to": [ 16.0, 12.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ], "rotation": 0 }
}
},
{
"name": "Extension",
"from": [ 6.0, 12.0, 6.0 ],
"to": [ 10.0, 16.0, 10.0 ],
"faces": {
"north": { "texture": "#4", "uv": [ 12.0, 0.0, 16.0, 4.0 ], "rotation": 270 },
"east": { "texture": "#4", "uv": [ 12.0, 0.0, 16.0, 4.0 ], "rotation": 270 },
"south": { "texture": "#4", "uv": [ 12.0, 0.0, 16.0, 4.0 ], "rotation": 270 },
"west": { "texture": "#4", "uv": [ 12.0, 0.0, 16.0, 4.0 ], "rotation": 270 },
"up": { "texture": "#5", "uv": [ 6.0, 6.0, 10.0, 10.0 ] }
}
}
]
"name": "Inner",
"from": [1, 2, 2],
"to": [15, 12, 14],
"faces": {
"east": {"uv": [2, 4, 14, 14], "texture": "#2"},
"west": {"uv": [2, 4, 14, 14], "texture": "#2"},
"up": {"uv": [2, 1, 14, 15], "rotation": 90, "texture": "#3"}
}
},
{
"name": "Side",
"from": [0, 2, 0],
"to": [16, 12, 2],
"faces": {
"north": {"uv": [0, 4, 16, 14], "texture": "#0"},
"east": {"uv": [14, 4, 16, 14], "texture": "#0"},
"south": {"uv": [0, 4, 16, 14], "texture": "#0"},
"west": {"uv": [16, 4, 14, 14], "texture": "#0"},
"up": {"uv": [0, 2, 16, 0], "texture": "#0"}
}
},
{
"name": "Side2",
"from": [0, 2, 14],
"to": [16, 12, 16],
"faces": {
"north": {"uv": [0, 4, 16, 14], "texture": "#0"},
"east": {"uv": [16, 4, 14, 14], "texture": "#0"},
"south": {"uv": [0, 4, 16, 14], "texture": "#0"},
"west": {"uv": [14, 4, 16, 14], "texture": "#0"},
"up": {"uv": [0, 0, 16, 2], "texture": "#0"}
}
},
{
"name": "Extension",
"from": [6, 12, 6],
"to": [10, 16, 10],
"faces": {
"north": {"uv": [12, 0, 16, 4], "rotation": 270, "texture": "#4"},
"east": {"uv": [12, 0, 16, 4], "rotation": 270, "texture": "#4"},
"south": {"uv": [12, 0, 16, 4], "rotation": 270, "texture": "#4"},
"west": {"uv": [12, 0, 16, 4], "rotation": 270, "texture": "#4"},
"up": {"uv": [6, 6, 10, 10], "texture": "#5"}
}
}
]
}

View file

@ -1,61 +1,61 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"credit": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"parent": "block/block",
"textures": {
"particle": "create:block/gearbox_top",
"0": "create:block/gearbox_top",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner"
},
"elements": [
{
"name": "Bottom",
"from": [ 0.0, 0.0, 0.0 ],
"to": [ 16.0, 2.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
}
},
{
"name": "Inner",
"from": [ 2.0, 2.0, 1.0 ],
"to": [ 14.0, 12.0, 15.0 ],
"faces": {
"north": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"south": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"up": { "texture": "#3", "uv": [ 2.0, 1.0, 14.0, 15.0 ] },
"down": { "texture": "#2", "uv": [ 0.0, 0.0, 12.0, 14.0 ] }
}
},
{
"name": "Side",
"from": [ 0.0, 2.0, 0.0 ],
"to": [ 2.0, 12.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 2.0 ], "rotation": 270 }
}
},
{
"name": "Side2",
"from": [ 14.0, 2.0, 0.0 ],
"to": [ 16.0, 12.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ], "rotation": 270 }
}
}
]
"textures": {
"0": "create:block/andesite_casing_piston",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner",
"particle": "create:block/andesite_casing_piston"
},
"elements": [
{
"name": "Bottom",
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#0"},
"east": {"uv": [0, 14, 16, 16], "texture": "#0"},
"south": {"uv": [0, 14, 16, 16], "texture": "#0"},
"west": {"uv": [0, 14, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"name": "Inner",
"from": [2, 2, 1],
"to": [14, 12, 15],
"faces": {
"north": {"uv": [2, 4, 14, 14], "texture": "#2"},
"south": {"uv": [2, 4, 14, 14], "texture": "#2"},
"up": {"uv": [2, 1, 14, 15], "texture": "#3"},
"down": {"uv": [0, 0, 12, 14], "texture": "#2"}
}
},
{
"name": "Side",
"from": [0, 2, 0],
"to": [2, 12, 16],
"faces": {
"north": {"uv": [14, 4, 16, 14], "texture": "#0"},
"east": {"uv": [0, 4, 16, 14], "texture": "#0"},
"south": {"uv": [16, 4, 14, 14], "texture": "#0"},
"west": {"uv": [0, 4, 16, 14], "texture": "#0"},
"up": {"uv": [0, 2, 16, 0], "rotation": 270, "texture": "#0"}
}
},
{
"name": "Side2",
"from": [14, 2, 0],
"to": [16, 12, 16],
"faces": {
"north": {"uv": [16, 4, 14, 14], "texture": "#0"},
"east": {"uv": [0, 4, 16, 14], "texture": "#0"},
"south": {"uv": [14, 4, 16, 14], "texture": "#0"},
"west": {"uv": [0, 4, 16, 14], "texture": "#0"},
"up": {"uv": [0, 0, 16, 2], "rotation": 270, "texture": "#0"}
}
}
]
}

View file

@ -1,60 +1,60 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"credit": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"parent": "block/block",
"textures": {
"particle": "create:block/gearbox_top",
"0": "create:block/gearbox_top",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner"
},
"elements": [
{
"name": "Bottom",
"from": [ 0.0, 0.0, 0.0 ],
"to": [ 16.0, 2.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
}
},
"textures": {
"0": "create:block/andesite_casing_piston",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner",
"particle": "create:block/andesite_casing_piston"
},
"elements": [
{
"name": "Inner",
"from": [ 1.0, 2.0, 2.0 ],
"to": [ 15.0, 12.0, 14.0 ],
"faces": {
"east": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"west": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"up": { "texture": "#3", "uv": [ 2.0, 1.0, 14.0, 15.0 ], "rotation": 90 }
}
},
"name": "Bottom",
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#0"},
"east": {"uv": [0, 14, 16, 16], "texture": "#0"},
"south": {"uv": [0, 14, 16, 16], "texture": "#0"},
"west": {"uv": [0, 14, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"name": "Side",
"from": [ 0.0, 2.0, 0.0 ],
"to": [ 16.0, 12.0, 2.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 9.0 ] },
"east": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 2.0 ], "rotation": 0 }
}
},
{
"name": "Side2",
"from": [ 0.0, 2.0, 14.0 ],
"to": [ 16.0, 12.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ], "rotation": 0 }
}
}
]
"name": "Inner",
"from": [1, 2, 2],
"to": [15, 12, 14],
"faces": {
"east": {"uv": [2, 4, 14, 14], "texture": "#2"},
"west": {"uv": [2, 4, 14, 14], "texture": "#2"},
"up": {"uv": [2, 1, 14, 15], "rotation": 90, "texture": "#3"}
}
},
{
"name": "Side",
"from": [0, 2, 0],
"to": [16, 12, 2],
"faces": {
"north": {"uv": [0, 4, 16, 14], "texture": "#0"},
"east": {"uv": [14, 4, 16, 14], "texture": "#0"},
"south": {"uv": [0, 4, 16, 14], "texture": "#0"},
"west": {"uv": [16, 4, 14, 14], "texture": "#0"},
"up": {"uv": [0, 2, 16, 0], "texture": "#0"}
}
},
{
"name": "Side2",
"from": [0, 2, 14],
"to": [16, 12, 16],
"faces": {
"north": {"uv": [0, 4, 16, 14], "texture": "#0"},
"east": {"uv": [16, 4, 14, 14], "texture": "#0"},
"south": {"uv": [0, 4, 16, 14], "texture": "#0"},
"west": {"uv": [14, 4, 16, 14], "texture": "#0"},
"up": {"uv": [0, 0, 16, 2], "texture": "#0"}
}
}
]
}

View file

@ -1,73 +1,73 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"credit": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"parent": "block/block",
"textures": {
"particle": "create:block/gearbox_top",
"0": "create:block/gearbox_top",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner",
"4": "block/piston_side",
"5": "block/piston_top"
},
"elements": [
{
"name": "Bottom",
"from": [ 0.0, 0.0, 0.0 ],
"to": [ 16.0, 2.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
}
},
{
"name": "Inner",
"from": [ 2.0, 2.0, 1.0 ],
"to": [ 14.0, 12.0, 15.0 ],
"faces": {
"north": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"south": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"down": { "texture": "#2", "uv": [ 0.0, 0.0, 12.0, 14.0 ] }
}
},
{
"name": "Side",
"from": [ 0.0, 2.0, 0.0 ],
"to": [ 2.0, 12.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] }
}
},
{
"name": "Side2",
"from": [ 14.0, 2.0, 0.0 ],
"to": [ 16.0, 12.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] }
}
},
{
"name": "Top",
"from": [ 0.0, 12.0, 0.0 ],
"to": [ 16.0, 16.0, 16.0 ],
"faces": {
"north": { "texture": "#4", "uv": [ 0.0, 0.0, 16.0, 4.0 ] },
"east": { "texture": "#4", "uv": [ 0.0, 0.0, 16.0, 4.0 ] },
"south": { "texture": "#4", "uv": [ 0.0, 0.0, 16.0, 4.0 ] },
"west": { "texture": "#4", "uv": [ 0.0, 0.0, 16.0, 4.0 ] },
"up": { "texture": "#5", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
"down": { "texture": "#3", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
}
}
]
"textures": {
"0": "create:block/andesite_casing",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"4": "block/piston_side",
"5": "block/piston_top",
"6": "create:block/andesite_casing_piston",
"particle": "create:block/andesite_casing"
},
"elements": [
{
"name": "Bottom",
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#0"},
"east": {"uv": [0, 14, 16, 16], "texture": "#0"},
"south": {"uv": [0, 14, 16, 16], "texture": "#0"},
"west": {"uv": [0, 14, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"name": "Inner",
"from": [2, 2, 1],
"to": [14, 12, 15],
"faces": {
"north": {"uv": [2, 4, 14, 14], "texture": "#2"},
"south": {"uv": [2, 4, 14, 14], "texture": "#2"},
"down": {"uv": [0, 0, 12, 14], "texture": "#2"}
}
},
{
"name": "Side",
"from": [0, 2, 0],
"to": [2, 12, 16],
"faces": {
"north": {"uv": [14, 0, 16, 10], "texture": "#0"},
"east": {"uv": [0, 4, 16, 14], "texture": "#6"},
"south": {"uv": [0, 0, 2, 10], "texture": "#0"},
"west": {"uv": [0, 4, 16, 14], "texture": "#6"}
}
},
{
"name": "Side2",
"from": [14, 2, 0],
"to": [16, 12, 16],
"faces": {
"north": {"uv": [0, 0, 2, 10], "texture": "#0"},
"east": {"uv": [0, 4, 16, 14], "texture": "#6"},
"south": {"uv": [14, 0, 16, 10], "texture": "#0"},
"west": {"uv": [0, 4, 16, 14], "texture": "#6"}
}
},
{
"name": "Top",
"from": [0, 12, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 4], "texture": "#4"},
"east": {"uv": [0, 0, 16, 4], "texture": "#4"},
"south": {"uv": [0, 0, 16, 4], "texture": "#4"},
"west": {"uv": [0, 0, 16, 4], "texture": "#4"},
"up": {"uv": [0, 0, 16, 16], "texture": "#5"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
}
}
]
}

View file

@ -1,71 +1,70 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"textures": {
"particle": "create:block/gearbox_top",
"0": "create:block/gearbox_top",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner",
"4": "block/piston_side",
"5": "block/piston_top"
},
"elements": [
{
"name": "Bottom",
"from": [ 0.0, 0.0, 0.0 ],
"to": [ 16.0, 2.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 14.0, 16.0, 16.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
}
},
{
"name": "Inner",
"from": [ 1.0, 2.0, 2.0 ],
"to": [ 15.0, 12.0, 14.0 ],
"faces": {
"east": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] },
"west": { "texture": "#2", "uv": [ 2.0, 4.0, 14.0, 14.0 ] }
}
},
{
"name": "Side",
"from": [ 0.0, 2.0, 0.0 ],
"to": [ 16.0, 12.0, 2.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 9.0 ] },
"east": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] }
}
},
{
"name": "Side2",
"from": [ 0.0, 2.0, 14.0 ],
"to": [ 16.0, 12.0, 16.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 10.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 10.0 ] },
"west": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 10.0 ] }
}
},
{
"name": "Top",
"from": [ 0.0, 12.0, 0.0 ],
"to": [ 16.0, 16.0, 16.0 ],
"faces": {
"north": { "texture": "#4", "uv": [ 0.0, 0.0, 16.0, 4.0 ] },
"east": { "texture": "#4", "uv": [ 0.0, 0.0, 16.0, 4.0 ] },
"south": { "texture": "#4", "uv": [ 0.0, 0.0, 16.0, 4.0 ] },
"west": { "texture": "#4", "uv": [ 0.0, 0.0, 16.0, 4.0 ] },
"up": { "texture": "#5", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
"down": { "texture": "#3", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
}
}
]
"credit": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"textures": {
"0": "create:block/andesite_casing_piston",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"4": "block/piston_side",
"5": "block/piston_top",
"particle": "create:block/andesite_casing_piston"
},
"elements": [
{
"name": "Bottom",
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#0"},
"east": {"uv": [0, 14, 16, 16], "texture": "#0"},
"south": {"uv": [0, 14, 16, 16], "texture": "#0"},
"west": {"uv": [0, 14, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"name": "Inner",
"from": [1, 2, 2],
"to": [15, 12, 14],
"faces": {
"east": {"uv": [2, 4, 14, 14], "texture": "#2"},
"west": {"uv": [2, 4, 14, 14], "texture": "#2"}
}
},
{
"name": "Side",
"from": [0, 2, 0],
"to": [16, 12, 2],
"faces": {
"north": {"uv": [0, 4, 16, 14], "texture": "#0"},
"east": {"uv": [14, 4, 16, 14], "texture": "#0"},
"south": {"uv": [0, 4, 16, 14], "texture": "#0"},
"west": {"uv": [0, 4, 2, 14], "texture": "#0"}
}
},
{
"name": "Side2",
"from": [0, 2, 14],
"to": [16, 12, 16],
"faces": {
"north": {"uv": [0, 4, 16, 14], "texture": "#0"},
"east": {"uv": [16, 4, 14, 14], "texture": "#0"},
"south": {"uv": [0, 4, 16, 14], "texture": "#0"},
"west": {"uv": [14, 4, 16, 14], "texture": "#0"}
}
},
{
"name": "Top",
"from": [0, 12, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 4], "texture": "#4"},
"east": {"uv": [0, 0, 16, 4], "texture": "#4"},
"south": {"uv": [0, 0, 16, 4], "texture": "#4"},
"west": {"uv": [0, 0, 16, 4], "texture": "#4"},
"up": {"uv": [0, 0, 16, 16], "texture": "#5"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
}
}
]
}

View file

@ -2,7 +2,7 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "create:block/gearbox_top",
"0": "create:block/andesite_casing_piston",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner",
@ -22,7 +22,7 @@
"east": {"uv": [0, 14, 16, 16], "texture": "#0"},
"south": {"uv": [0, 14, 16, 16], "texture": "#0"},
"west": {"uv": [0, 14, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
@ -41,10 +41,10 @@
"from": [0, 2, 0],
"to": [2, 12, 16],
"faces": {
"north": {"uv": [14, 0, 16, 10], "texture": "#0"},
"east": {"uv": [0, 0, 16, 10], "texture": "#0"},
"south": {"uv": [0, 0, 2, 10], "texture": "#0"},
"west": {"uv": [0, 0, 16, 10], "texture": "#0"}
"north": {"uv": [14, 4, 16, 14], "texture": "#0"},
"east": {"uv": [0, 4, 16, 14], "texture": "#0"},
"south": {"uv": [16, 4, 14, 14], "texture": "#0"},
"west": {"uv": [0, 4, 16, 14], "texture": "#0"}
}
},
{
@ -52,10 +52,10 @@
"from": [14, 2, 0],
"to": [16, 12, 16],
"faces": {
"north": {"uv": [0, 0, 2, 10], "texture": "#0"},
"east": {"uv": [0, 0, 16, 10], "texture": "#0"},
"south": {"uv": [14, 0, 16, 10], "texture": "#0"},
"west": {"uv": [0, 0, 16, 10], "texture": "#0"}
"north": {"uv": [16, 4, 14, 14], "texture": "#0"},
"east": {"uv": [0, 4, 16, 14], "texture": "#0"},
"south": {"uv": [14, 4, 16, 14], "texture": "#0"},
"west": {"uv": [0, 4, 16, 14], "texture": "#0"}
}
},
{
@ -85,10 +85,16 @@
}
}
],
"groups": [0, 1, 2, 3, 4,
"groups": [
0,
1,
2,
3,
4,
{
"name": "shaft",
"origin": [8, 8, 8],
"color": 0,
"children": [5]
}
]

View file

@ -5,13 +5,13 @@
"0": "create:block/axis",
"1": "create:block/axis_top",
"8": "create:block/mechanical_press_side",
"particle": "create:block/mechanical_press_side",
"mechanical_press_head": "create:block/mechanical_press_head",
"gearbox_top": "create:block/gearbox_top",
"mechanical_press_pole": "create:block/mechanical_press_pole",
"gearbox": "create:block/gearbox",
"mechanical_press_top": "create:block/mechanical_press_top",
"mechanical_press_bottom": "create:block/mechanical_press_bottom",
"particle": "create:block/mechanical_press_side"
"mechanical_press_bottom": "create:block/mechanical_press_bottom"
},
"elements": [
{
@ -44,7 +44,7 @@
"faces": {
"north": {"uv": [0, 2, 2, 14], "texture": "#gearbox_top"},
"east": {"uv": [0, 2, 16, 14], "texture": "#8"},
"south": {"uv": [14, 2, 16, 14], "texture": "#gearbox_top"},
"south": {"uv": [14, 4, 16, 16], "texture": "#gearbox_top"},
"west": {"uv": [0, 2, 16, 14], "texture": "#8"},
"down": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#gearbox_top"}
}
@ -54,9 +54,9 @@
"from": [0, 6, 0],
"to": [2, 18, 16],
"faces": {
"north": {"uv": [14, 2, 16, 14], "texture": "#gearbox_top"},
"north": {"uv": [14, 4, 16, 16], "texture": "#gearbox_top"},
"east": {"uv": [0, 2, 16, 14], "texture": "#8"},
"south": {"uv": [0, 2, 2, 14], "texture": "#gearbox_top"},
"south": {"uv": [0, 4, 2, 16], "texture": "#gearbox_top"},
"west": {"uv": [0, 2, 16, 14], "texture": "#8"},
"down": {"uv": [14, 0, 16, 16], "rotation": 180, "texture": "#gearbox_top"}
}
@ -164,10 +164,22 @@
"scale": [0.5, 0.5, 0.5]
}
},
"groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
"groups": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
{
"name": "shaft",
"origin": [8, 8, 8],
"color": 0,
"children": [11]
}
]

View file

@ -86,6 +86,7 @@
{
"name": "ItemCollector",
"origin": [8, 8, 24],
"color": 0,
"children": [0, 1, 2, 3, 4, 5]
}
]

View file

@ -3,10 +3,10 @@
"parent": "block/block",
"textures": {
"3": "create:block/net",
"particle": "create:block/net",
"back": "create:block/gearbox",
"fan_casing": "create:block/fan_casing",
"fan_side": "create:block/fan_side",
"particle": "create:block/net"
"fan_side": "create:block/fan_side"
},
"elements": [
{
@ -16,9 +16,9 @@
"rotation": {"angle": 0, "axis": "x", "origin": [8, 9, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#fan_side"},
"east": {"uv": [0, 0, 16, 2], "texture": "#fan_side"},
"south": {"uv": [0, 0, 16, 2], "texture": "#fan_side"},
"west": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#fan_side"},
"east": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#fan_side"},
"south": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#fan_side"},
"west": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#fan_side"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#fan_casing"},
"down": {"uv": [0, 0, 16, 16], "texture": "#fan_casing"}
}
@ -34,7 +34,7 @@
"south": {"uv": [0, 2, 14, 14], "rotation": 270, "texture": "#3"},
"west": {"uv": [0, 2, 14, 14], "rotation": 270, "texture": "#3"},
"up": {"uv": [0, 2, 12, 14], "rotation": 180, "texture": "#3"},
"down": {"uv": [0, 0, 12, 12], "texture": "#3"}
"down": {"uv": [0, 2, 12, 14], "texture": "#3"}
}
},
{
@ -108,6 +108,7 @@
{
"name": "ItemCollector",
"origin": [8, 8, 24],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6]
}
]

View file

@ -14,7 +14,7 @@
"east": {"uv": [1, 3.5, 7, 8], "texture": "#0"},
"south": {"uv": [1, 3.5, 7, 8], "texture": "#0"},
"west": {"uv": [1, 3.5, 7, 8], "texture": "#0"},
"up": {"uv": [1.5, 3.5, 2, 4], "texture": "#0"}
"up": {"uv": [1.5, 4.5, 2, 5], "texture": "#0"}
}
}
],
@ -22,6 +22,7 @@
{
"name": "Middle",
"origin": [10, 22, 10],
"color": 0,
"children": [0]
}
]

View file

@ -14,7 +14,7 @@
"east": {"uv": [9, 3.5, 15, 8], "texture": "#0"},
"south": {"uv": [9, 3.5, 15, 8], "texture": "#0"},
"west": {"uv": [9, 3.5, 15, 8], "texture": "#0"},
"up": {"uv": [1.5, 3.5, 2, 4], "texture": "#0"}
"up": {"uv": [1.5, 4.5, 2, 5], "texture": "#0"}
}
}
],
@ -22,6 +22,7 @@
{
"name": "Middle",
"origin": [10, 22, 10],
"color": 0,
"children": [0]
}
]

View file

@ -15,7 +15,7 @@
"east": {"uv": [1, 3.5, 7, 8], "texture": "#0"},
"south": {"uv": [1, 3.5, 7, 8], "texture": "#0"},
"west": {"uv": [1, 3.5, 7, 8], "texture": "#0"},
"up": {"uv": [1.5, 3.5, 2, 4], "texture": "#0"}
"up": {"uv": [1.5, 4.5, 2, 5], "texture": "#0"}
}
},
{

View file

@ -15,9 +15,7 @@
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8, 8]},
"faces": {
"north": {"uv": [2, 2, 14, 14], "texture": "#4"},
"south": {"uv": [2, 2, 14, 14], "texture": "#4"},
"up": {"uv": [0, 0, 1, 12], "rotation": 270, "texture": "#3"},
"down": {"uv": [2, 11, 14, 12], "texture": "#4"}
"south": {"uv": [2, 2, 14, 14], "texture": "#4"}
}
},
{
@ -27,9 +25,7 @@
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8, 8]},
"faces": {
"north": {"uv": [14, 2, 2, 14], "texture": "#4"},
"south": {"uv": [14, 2, 2, 14], "texture": "#4"},
"up": {"uv": [1, 0, 0, 12], "rotation": 270, "texture": "#3"},
"down": {"uv": [2, 12, 14, 11], "texture": "#4"}
"south": {"uv": [14, 2, 2, 14], "texture": "#4"}
}
},
{
@ -41,7 +37,7 @@
"north": {"uv": [14, 2, 16, 14], "texture": "#4"},
"east": {"uv": [0, 2, 2, 14], "texture": "#4"},
"south": {"uv": [0, 2, 2, 14], "texture": "#4"},
"west": {"uv": [14, 2, 16, 14], "texture": "#4"},
"west": {"uv": [2, 2, 0, 14], "texture": "#4"},
"up": {"uv": [0, 14, 2, 16], "texture": "#4"},
"down": {"uv": [0, 0, 2, 2], "texture": "#4"}
}
@ -55,7 +51,7 @@
"north": {"uv": [2, 2, 0, 14], "texture": "#4"},
"east": {"uv": [2, 2, 0, 14], "texture": "#4"},
"south": {"uv": [16, 2, 14, 14], "texture": "#4"},
"west": {"uv": [16, 2, 14, 14], "texture": "#4"},
"west": {"uv": [0, 2, 2, 14], "texture": "#4"},
"up": {"uv": [0, 16, 2, 14], "texture": "#4"},
"down": {"uv": [0, 2, 2, 0], "texture": "#4"}
}
@ -98,7 +94,7 @@
"east": {"uv": [0, 14, 2, 16], "texture": "#4"},
"south": {"uv": [0, 14, 16, 16], "texture": "#4"},
"west": {"uv": [14, 14, 16, 16], "texture": "#4"},
"up": {"uv": [0, 0, 12, 2], "texture": "#4"},
"up": {"uv": [0, 2, 16, 0], "texture": "#4"},
"down": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#3"}
}
},
@ -109,11 +105,11 @@
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 8]},
"faces": {
"north": {"uv": [0, 16, 16, 14], "texture": "#4"},
"east": {"uv": [0, 16, 2, 14], "texture": "#4"},
"south": {"uv": [0, 16, 16, 14], "texture": "#4"},
"west": {"uv": [14, 16, 16, 14], "texture": "#4"},
"up": {"uv": [0, 16, 16, 14], "rotation": 180, "texture": "#3"},
"down": {"uv": [0, 2, 12, 0], "texture": "#4"}
"east": {"uv": [0, 0, 2, 2], "texture": "#4"},
"south": {"uv": [0, 0, 16, 2], "texture": "#4"},
"west": {"uv": [2, 0, 0, 2], "texture": "#4"},
"up": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#3"},
"down": {"uv": [0, 0, 16, 2], "texture": "#4"}
}
},
{
@ -126,7 +122,7 @@
"east": {"uv": [2, 14, 0, 16], "texture": "#4"},
"south": {"uv": [16, 14, 0, 16], "texture": "#4"},
"west": {"uv": [16, 14, 14, 16], "texture": "#4"},
"up": {"uv": [0, 2, 12, 0], "texture": "#4"},
"up": {"uv": [0, 0, 16, 2], "texture": "#4"},
"down": {"uv": [0, 14, 16, 16], "texture": "#3"}
}
},
@ -136,12 +132,12 @@
"to": [16, 16, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 8]},
"faces": {
"north": {"uv": [16, 16, 0, 14], "texture": "#4"},
"east": {"uv": [2, 16, 0, 14], "texture": "#4"},
"north": {"uv": [16, 0, 0, 2], "texture": "#4"},
"east": {"uv": [2, 0, 0, 2], "texture": "#4"},
"south": {"uv": [16, 16, 0, 14], "texture": "#4"},
"west": {"uv": [16, 16, 14, 14], "texture": "#4"},
"west": {"uv": [0, 0, 2, 2], "texture": "#4"},
"up": {"uv": [0, 2, 16, 0], "rotation": 180, "texture": "#3"},
"down": {"uv": [0, 0, 12, 2], "texture": "#4"}
"down": {"uv": [0, 2, 16, 0], "texture": "#4"}
}
},
{
@ -174,7 +170,7 @@
"to": [15, 15, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
"faces": {
"east": {"uv": [14, 16, 2, 14], "texture": "#3"},
"east": {"uv": [14, 2, 2, 0], "texture": "#3"},
"west": {"uv": [14, 2, 2, 0], "texture": "#3"},
"up": {"uv": [14, 16, 2, 14], "rotation": 90, "texture": "#3"},
"down": {"uv": [14, 2, 2, 0], "rotation": 90, "texture": "#3"}
@ -187,7 +183,7 @@
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
"faces": {
"east": {"uv": [2, 2, 14, 0], "texture": "#3"},
"west": {"uv": [2, 16, 14, 14], "texture": "#3"},
"west": {"uv": [2, 2, 14, 0], "texture": "#3"},
"up": {"uv": [14, 14, 2, 16], "rotation": 90, "texture": "#3"},
"down": {"uv": [14, 0, 2, 2], "rotation": 90, "texture": "#3"}
}

View file

@ -52,6 +52,47 @@
"down": {"uv": [0, 0, 4, 9], "rotation": 90, "texture": "#5"}
}
},
{
"name": "Axis",
"from": [6, 6, 0],
"to": [10, 10, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [24, 1, -8]},
"faces": {
"north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1"},
"east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#0"},
"south": {"uv": [6, 6, 10, 10], "texture": "#1"},
"west": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#0"},
"up": {"uv": [6, 0, 10, 16], "texture": "#0"},
"down": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#0"}
}
},
{
"name": "rope",
"from": [6.1, 2, 6],
"to": [10.1, 8, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [23.75, 0, -8]},
"faces": {
"north": {"uv": [12, 8, 16, 14], "texture": "#6"},
"east": {"uv": [12, 8, 16, 14], "texture": "#6"},
"south": {"uv": [12, 8, 16, 14], "texture": "#6"},
"west": {"uv": [12, 8, 16, 14], "texture": "#6"},
"up": {"uv": [12, 0, 16, 4], "rotation": 90, "texture": "#6"}
}
},
{
"name": "magnet",
"from": [3.1, 0, 3],
"to": [13.1, 2, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [24, 23, -8]},
"faces": {
"north": {"uv": [0, 10, 10, 12], "texture": "#6"},
"east": {"uv": [0, 10, 10, 12], "texture": "#6"},
"south": {"uv": [0, 10, 10, 12], "texture": "#6"},
"west": {"uv": [0, 10, 10, 12], "texture": "#6"},
"up": {"uv": [0, 0, 10, 10], "texture": "#6"},
"down": {"uv": [0, 0, 10, 10], "texture": "#6"}
}
},
{
"name": "side",
"from": [2, 2, 14],
@ -59,9 +100,7 @@
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8, 8]},
"faces": {
"north": {"uv": [2, 2, 14, 14], "texture": "#4"},
"south": {"uv": [2, 2, 14, 14], "texture": "#4"},
"up": {"uv": [0, 0, 1, 12], "rotation": 270, "texture": "#3"},
"down": {"uv": [2, 11, 14, 12], "texture": "#4"}
"south": {"uv": [2, 2, 14, 14], "texture": "#4"}
}
},
{
@ -71,9 +110,7 @@
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8, 8]},
"faces": {
"north": {"uv": [14, 2, 2, 14], "texture": "#4"},
"south": {"uv": [14, 2, 2, 14], "texture": "#4"},
"up": {"uv": [1, 0, 0, 12], "rotation": 270, "texture": "#3"},
"down": {"uv": [2, 12, 14, 11], "texture": "#4"}
"south": {"uv": [14, 2, 2, 14], "texture": "#4"}
}
},
{
@ -82,12 +119,12 @@
"to": [2, 14, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [14, 2, 16, 14], "texture": "#4"},
"east": {"uv": [0, 2, 2, 14], "texture": "#4"},
"south": {"uv": [0, 2, 2, 14], "texture": "#4"},
"west": {"uv": [14, 2, 16, 14], "texture": "#4"},
"up": {"uv": [0, 14, 2, 16], "texture": "#4"},
"down": {"uv": [0, 0, 2, 2], "texture": "#4"}
"north": {"uv": [14, 2, 16, 14], "texture": "#3"},
"east": {"uv": [0, 2, 2, 14], "texture": "#3"},
"south": {"uv": [0, 2, 2, 14], "texture": "#3"},
"west": {"uv": [2, 2, 0, 14], "texture": "#3"},
"up": {"uv": [0, 14, 2, 16], "texture": "#3"},
"down": {"uv": [0, 0, 2, 2], "texture": "#3"}
}
},
{
@ -96,12 +133,12 @@
"to": [2, 14, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [2, 2, 0, 14], "texture": "#4"},
"east": {"uv": [2, 2, 0, 14], "texture": "#4"},
"south": {"uv": [16, 2, 14, 14], "texture": "#4"},
"west": {"uv": [16, 2, 14, 14], "texture": "#4"},
"up": {"uv": [0, 16, 2, 14], "texture": "#4"},
"down": {"uv": [0, 2, 2, 0], "texture": "#4"}
"north": {"uv": [2, 2, 0, 14], "texture": "#3"},
"east": {"uv": [2, 2, 0, 14], "texture": "#3"},
"south": {"uv": [16, 2, 14, 14], "texture": "#3"},
"west": {"uv": [0, 2, 2, 14], "texture": "#3"},
"up": {"uv": [0, 16, 2, 14], "texture": "#3"},
"down": {"uv": [0, 2, 2, 0], "texture": "#3"}
}
},
{
@ -110,12 +147,12 @@
"to": [16, 14, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [2, 2, 0, 14], "rotation": 180, "texture": "#4"},
"north": {"uv": [2, 2, 0, 14], "rotation": 180, "texture": "#3"},
"east": {"uv": [2, 2, 0, 14], "rotation": 180, "texture": "#3"},
"south": {"uv": [16, 2, 14, 14], "rotation": 180, "texture": "#4"},
"west": {"uv": [2, 2, 0, 14], "texture": "#4"},
"up": {"uv": [2, 14, 0, 16], "texture": "#4"},
"down": {"uv": [2, 0, 0, 2], "texture": "#4"}
"south": {"uv": [16, 2, 14, 14], "rotation": 180, "texture": "#3"},
"west": {"uv": [2, 2, 0, 14], "texture": "#3"},
"up": {"uv": [2, 14, 0, 16], "texture": "#3"},
"down": {"uv": [2, 0, 0, 2], "texture": "#3"}
}
},
{
@ -124,12 +161,12 @@
"to": [16, 14, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#4"},
"north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#3"},
"east": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#3"},
"south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#4"},
"west": {"uv": [0, 2, 2, 14], "texture": "#4"},
"up": {"uv": [2, 16, 0, 14], "texture": "#4"},
"down": {"uv": [2, 2, 0, 0], "texture": "#4"}
"south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#3"},
"west": {"uv": [0, 2, 2, 14], "texture": "#3"},
"up": {"uv": [2, 16, 0, 14], "texture": "#3"},
"down": {"uv": [2, 2, 0, 0], "texture": "#3"}
}
},
{
@ -138,11 +175,11 @@
"to": [16, 2, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#4"},
"east": {"uv": [0, 14, 2, 16], "texture": "#4"},
"south": {"uv": [0, 14, 16, 16], "texture": "#4"},
"west": {"uv": [14, 14, 16, 16], "texture": "#4"},
"up": {"uv": [0, 0, 12, 2], "texture": "#4"},
"north": {"uv": [0, 14, 16, 16], "texture": "#3"},
"east": {"uv": [0, 14, 2, 16], "texture": "#3"},
"south": {"uv": [0, 14, 16, 16], "texture": "#3"},
"west": {"uv": [14, 14, 16, 16], "texture": "#3"},
"up": {"uv": [0, 2, 16, 0], "texture": "#3"},
"down": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#3"}
}
},
@ -152,12 +189,12 @@
"to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 8]},
"faces": {
"north": {"uv": [0, 16, 16, 14], "texture": "#4"},
"east": {"uv": [0, 16, 2, 14], "texture": "#4"},
"south": {"uv": [0, 16, 16, 14], "texture": "#4"},
"west": {"uv": [14, 16, 16, 14], "texture": "#4"},
"up": {"uv": [0, 16, 16, 14], "rotation": 180, "texture": "#3"},
"down": {"uv": [0, 2, 12, 0], "texture": "#4"}
"north": {"uv": [0, 16, 16, 14], "texture": "#3"},
"east": {"uv": [0, 0, 2, 2], "texture": "#3"},
"south": {"uv": [0, 0, 16, 2], "texture": "#3"},
"west": {"uv": [2, 0, 0, 2], "texture": "#3"},
"up": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#3"},
"down": {"uv": [0, 0, 16, 2], "texture": "#3"}
}
},
{
@ -166,11 +203,11 @@
"to": [16, 2, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#4"},
"east": {"uv": [2, 14, 0, 16], "texture": "#4"},
"south": {"uv": [16, 14, 0, 16], "texture": "#4"},
"west": {"uv": [16, 14, 14, 16], "texture": "#4"},
"up": {"uv": [0, 2, 12, 0], "texture": "#4"},
"north": {"uv": [16, 14, 0, 16], "texture": "#3"},
"east": {"uv": [2, 14, 0, 16], "texture": "#3"},
"south": {"uv": [16, 14, 0, 16], "texture": "#3"},
"west": {"uv": [16, 14, 14, 16], "texture": "#3"},
"up": {"uv": [0, 0, 16, 2], "texture": "#3"},
"down": {"uv": [0, 14, 16, 16], "texture": "#3"}
}
},
@ -180,12 +217,12 @@
"to": [16, 16, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 8]},
"faces": {
"north": {"uv": [16, 16, 0, 14], "texture": "#4"},
"east": {"uv": [2, 16, 0, 14], "texture": "#4"},
"south": {"uv": [16, 16, 0, 14], "texture": "#4"},
"west": {"uv": [16, 16, 14, 14], "texture": "#4"},
"north": {"uv": [16, 0, 0, 2], "texture": "#3"},
"east": {"uv": [2, 0, 0, 2], "texture": "#3"},
"south": {"uv": [16, 16, 0, 14], "texture": "#3"},
"west": {"uv": [0, 0, 2, 2], "texture": "#3"},
"up": {"uv": [0, 2, 16, 0], "rotation": 180, "texture": "#3"},
"down": {"uv": [0, 0, 12, 2], "texture": "#4"}
"down": {"uv": [0, 2, 16, 0], "texture": "#3"}
}
},
{
@ -218,7 +255,7 @@
"to": [15, 15, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
"faces": {
"east": {"uv": [14, 16, 2, 14], "texture": "#3"},
"east": {"uv": [14, 2, 2, 0], "texture": "#3"},
"west": {"uv": [14, 2, 2, 0], "texture": "#3"},
"up": {"uv": [14, 16, 2, 14], "rotation": 90, "texture": "#3"},
"down": {"uv": [14, 2, 2, 0], "rotation": 90, "texture": "#3"}
@ -231,52 +268,11 @@
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
"faces": {
"east": {"uv": [2, 2, 14, 0], "texture": "#3"},
"west": {"uv": [2, 16, 14, 14], "texture": "#3"},
"west": {"uv": [2, 2, 14, 0], "texture": "#3"},
"up": {"uv": [14, 14, 2, 16], "rotation": 90, "texture": "#3"},
"down": {"uv": [14, 0, 2, 2], "rotation": 90, "texture": "#3"}
}
},
{
"name": "Axis",
"from": [6, 6, 0],
"to": [10, 10, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1"},
"east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#0"},
"south": {"uv": [6, 6, 10, 10], "texture": "#1"},
"west": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#0"},
"up": {"uv": [6, 0, 10, 16], "texture": "#0"},
"down": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#0"}
}
},
{
"name": "rope",
"from": [6, 2, 6],
"to": [10, 8, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [7.75, 0, 8]},
"faces": {
"north": {"uv": [12, 8, 16, 14], "texture": "#6"},
"east": {"uv": [12, 8, 16, 14], "texture": "#6"},
"south": {"uv": [12, 8, 16, 14], "texture": "#6"},
"west": {"uv": [12, 8, 16, 14], "texture": "#6"},
"up": {"uv": [12, 0, 16, 4], "rotation": 90, "texture": "#6"}
}
},
{
"name": "magnet",
"from": [3, 0, 3],
"to": [13, 2, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 23, 8]},
"faces": {
"north": {"uv": [0, 10, 10, 12], "texture": "#6"},
"east": {"uv": [0, 10, 10, 12], "texture": "#6"},
"south": {"uv": [0, 10, 10, 12], "texture": "#6"},
"west": {"uv": [0, 10, 10, 12], "texture": "#6"},
"up": {"uv": [0, 0, 10, 10], "texture": "#6"},
"down": {"uv": [0, 0, 10, 10], "texture": "#6"}
}
},
{
"name": "top",
"from": [2, 14, 2],
@ -321,15 +317,36 @@
"scale": [0.5, 0.5, 0.5]
}
},
"groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
"groups": [
0,
1,
2,
{
"name": "shaft",
"origin": [8, 8, 8],
"children": [17]
"color": 0,
"children": [3]
},
{
"name": "rope_half_magnet",
"origin": [8, 8, 8],
"children": [18, 19]
}, 20]
"color": 0,
"children": [4, 5]
},
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}

View file

@ -4,7 +4,6 @@
"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_chain_drive",
@ -25,29 +24,15 @@
},
{
"name": "GearCaseInner",
"from": [1, 5.9, 1],
"from": [1, 3.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"},
"north": {"uv": [1, 1, 15, 5], "texture": "#6"},
"east": {"uv": [1, 1, 15, 5], "texture": "#6"},
"south": {"uv": [1, 1, 15, 5], "texture": "#6"},
"west": {"uv": [1, 1, 15, 5], "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"}
}
}

View file

@ -81,11 +81,11 @@
"from": [12, 9.5, -0.5],
"to": [14, 12.5, 2.5],
"faces": {
"north": {"uv": [8, 0, 9, 1.5], "texture": "#3"},
"north": {"uv": [9, 0, 8, 1.5], "texture": "#3"},
"east": {"uv": [14, 0, 15.5, 1.5], "texture": "#3"},
"south": {"uv": [8, 0, 9, 1.5], "rotation": 180, "texture": "#3"},
"south": {"uv": [9, 0, 8, 1.5], "rotation": 180, "texture": "#3"},
"west": {"uv": [14, 0, 15.5, 1.5], "texture": "#3"},
"up": {"uv": [8, 0, 9, 1.5], "rotation": 180, "texture": "#3"},
"up": {"uv": [8, 0, 9, 1.5], "texture": "#3"},
"down": {"uv": [8, 0, 9, 1.5], "rotation": 180, "texture": "#3"}
}
},
@ -106,6 +106,7 @@
{
"name": "casing",
"origin": [0, 0, 0],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6, 7]
}
]

View file

@ -231,16 +231,19 @@
{
"name": "Axle",
"origin": [0, 0, 0],
"color": 0,
"children": [0]
},
{
"name": "Panel",
"origin": [0, 0, 0],
"color": 0,
"children": [1, 2, 3, 4, 5, 6, 7, 8, 9]
},
{
"name": "casing",
"origin": [0, 0, 0],
"color": 0,
"children": [10, 11, 12, 13, 14, 15, 16, 17]
}
]

View file

@ -120,6 +120,7 @@
{
"name": "Panel",
"origin": [0, 0, 0],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6, 7, 8]
}
]

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 748 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 399 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 B

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 B

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 713 B

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 B

Some files were not shown because too many files have changed in this diff Show more