brass/andesite cog retexture + others

-brass and andesite cogs got a glowup
-the smouldering blaze now looks properly ominously hot
-owo
This commit is contained in:
Daniel Amberson 2020-08-04 12:00:52 -05:00
parent b5628704f4
commit 0a34d289a5
10 changed files with 145 additions and 53 deletions

View file

@ -1,20 +1,23 @@
{ {
"credit": "Made with Blockbench", "credit": "Made with Blockbench",
"parent": "block/block", "parent": "block/block",
"texture_size": [32, 32],
"textures": { "textures": {
"5": "create:block/mechanical_arm", "5": "create:block/mechanical_arm"
"particle": "create:block/crafter_top"
}, },
"elements": [ "elements": [
{ {
"name": "GearCaseOuter", "name": "GearCaseOuter",
"from": [4, 6, 4], "from": [4, 5.5, 4],
"to": [12, 10, 12], "to": [12, 10.5, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]},
"faces": { "faces": {
"north": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"}, "north": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"},
"east": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"}, "east": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"},
"south": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"}, "south": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"},
"west": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"} "west": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"},
"up": {"uv": [1, 1, 5, 5], "texture": "#5"},
"down": {"uv": [1, 1, 5, 5], "texture": "#5"}
} }
}, },
{ {
@ -79,10 +82,10 @@
"to": [14, 9.5, 14], "to": [14, 9.5, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.5, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.5, 8]},
"faces": { "faces": {
"north": {"uv": [6, 0, 7.5, 6], "rotation": 90, "texture": "#5"}, "north": {"uv": [5.5, 0, 7, 6], "rotation": 90, "texture": "#5"},
"east": {"uv": [6, 0, 7.5, 6], "rotation": 90, "texture": "#5"}, "east": {"uv": [5.5, 0, 7, 6], "rotation": 90, "texture": "#5"},
"south": {"uv": [6, 0, 7.5, 6], "rotation": 90, "texture": "#5"}, "south": {"uv": [5.5, 0, 7, 6], "rotation": 90, "texture": "#5"},
"west": {"uv": [6, 0, 7.5, 6], "rotation": 90, "texture": "#5"}, "west": {"uv": [5.5, 0, 7, 6], "rotation": 90, "texture": "#5"},
"up": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#5"}, "up": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#5"},
"down": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#5"} "down": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#5"}
} }

View file

@ -1,33 +1,21 @@
{ {
"credit": "Made with Blockbench", "credit": "Made with Blockbench",
"parent": "create:block/large_wheels", "parent": "block/block",
"texture_size": [32, 32],
"textures": { "textures": {
"5": "create:block/millstone", "5": "create:block/millstone",
"particle": "create:block/fluid_pipe" "particle": "create:block/fluid_pipe"
}, },
"elements": [ "elements": [
{
"name": "Gear5",
"from": [6.5, -1, 5],
"to": [9.5, 17, 11],
"faces": {
"north": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"},
"east": {"uv": [0, 10, 9, 13], "rotation": 270, "texture": "#5"},
"south": {"uv": [0, 8.5, 9, 10], "rotation": 270, "texture": "#5"},
"west": {"uv": [0, 10, 9, 13], "rotation": 90, "texture": "#5"},
"up": {"uv": [9, 10, 10.5, 13], "rotation": 180, "texture": "#5"},
"down": {"uv": [9, 10, 10.5, 13], "texture": "#5"}
}
},
{ {
"name": "Gear6", "name": "Gear6",
"from": [6.5, -1, 5], "from": [6.5, -1, 5],
"to": [9.5, 17, 11], "to": [9.5, 17, 11],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]},
"faces": { "faces": {
"north": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"}, "north": {"uv": [6, 3, 15, 4.5], "rotation": 270, "texture": "#5"},
"east": {"uv": [0, 10, 9, 13], "rotation": 270, "texture": "#5"}, "east": {"uv": [0, 10, 9, 13], "rotation": 270, "texture": "#5"},
"south": {"uv": [0, 8.5, 9, 10], "rotation": 270, "texture": "#5"}, "south": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"},
"west": {"uv": [0, 10, 9, 13], "rotation": 90, "texture": "#5"}, "west": {"uv": [0, 10, 9, 13], "rotation": 90, "texture": "#5"},
"up": {"uv": [9, 10, 10.5, 13], "rotation": 180, "texture": "#5"}, "up": {"uv": [9, 10, 10.5, 13], "rotation": 180, "texture": "#5"},
"down": {"uv": [9, 10, 10.5, 13], "texture": "#5"} "down": {"uv": [9, 10, 10.5, 13], "texture": "#5"}
@ -35,26 +23,41 @@
}, },
{ {
"name": "Gear7", "name": "Gear7",
"from": [6.5, -1, 5],
"to": [9.5, 17, 11],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 6.5]},
"faces": {
"north": {"uv": [6, 3, 15, 4.5], "rotation": 270, "texture": "#5"},
"east": {"uv": [0, 10, 9, 13], "rotation": 270, "texture": "#5"},
"south": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"},
"west": {"uv": [0, 10, 9, 13], "rotation": 90, "texture": "#5"},
"up": {"uv": [9, 10, 10.5, 13], "rotation": 180, "texture": "#5"},
"down": {"uv": [9, 10, 10.5, 13], "texture": "#5"}
}
},
{
"name": "Gear8",
"from": [-1, 6.5, 5], "from": [-1, 6.5, 5],
"to": [17, 9.5, 11], "to": [17, 9.5, 11],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 6.5]},
"faces": { "faces": {
"north": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"}, "north": {"uv": [6, 3, 15, 4.5], "texture": "#5"},
"east": {"uv": [9, 10, 10.5, 13], "rotation": 270, "texture": "#5"}, "east": {"uv": [9, 10, 10.5, 13], "rotation": 270, "texture": "#5"},
"south": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"}, "south": {"uv": [6, 3, 15, 4.5], "texture": "#5"},
"west": {"uv": [9, 10, 10.5, 13], "rotation": 90, "texture": "#5"}, "west": {"uv": [9, 10, 10.5, 13], "rotation": 90, "texture": "#5"},
"up": {"uv": [0, 10, 9, 13], "rotation": 180, "texture": "#5"}, "up": {"uv": [0, 10, 9, 13], "rotation": 180, "texture": "#5"},
"down": {"uv": [0, 10, 9, 13], "texture": "#5"} "down": {"uv": [0, 10, 9, 13], "texture": "#5"}
} }
}, },
{ {
"name": "Gear7", "name": "Gear8",
"from": [-1, 6.5, 5], "from": [-1, 6.5, 5],
"to": [17, 9.5, 11], "to": [17, 9.5, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]},
"faces": { "faces": {
"north": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"}, "north": {"uv": [6, 3, 15, 4.5], "texture": "#5"},
"east": {"uv": [9, 10, 10.5, 13], "rotation": 270, "texture": "#5"}, "east": {"uv": [9, 10, 10.5, 13], "rotation": 270, "texture": "#5"},
"south": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"}, "south": {"uv": [6, 3, 15, 4.5], "texture": "#5"},
"west": {"uv": [9, 10, 10.5, 13], "rotation": 90, "texture": "#5"}, "west": {"uv": [9, 10, 10.5, 13], "rotation": 90, "texture": "#5"},
"up": {"uv": [0, 10, 9, 13], "rotation": 180, "texture": "#5"}, "up": {"uv": [0, 10, 9, 13], "rotation": 180, "texture": "#5"},
"down": {"uv": [0, 10, 9, 13], "texture": "#5"} "down": {"uv": [0, 10, 9, 13], "texture": "#5"}
@ -64,14 +67,29 @@
"name": "GearCaseInner", "name": "GearCaseInner",
"from": [2, 2, 5.5], "from": [2, 2, 5.5],
"to": [14, 14, 10.5], "to": [14, 14, 10.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7]},
"faces": { "faces": {
"north": {"uv": [0, 0, 6, 6], "texture": "#5"}, "north": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#5"},
"east": {"uv": [0, 6, 6, 8.5], "rotation": 270, "texture": "#5"}, "east": {"uv": [0, 6, 6, 8.5], "rotation": 270, "texture": "#5"},
"south": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#5"}, "south": {"uv": [0, 0, 6, 6], "texture": "#5"},
"west": {"uv": [0, 6, 6, 8.5], "rotation": 90, "texture": "#5"}, "west": {"uv": [0, 6, 6, 8.5], "rotation": 90, "texture": "#5"},
"up": {"uv": [0, 6, 6, 8.5], "rotation": 180, "texture": "#5"}, "up": {"uv": [0, 6, 6, 8.5], "rotation": 180, "texture": "#5"},
"down": {"uv": [0, 6, 6, 8.5], "texture": "#5"} "down": {"uv": [0, 6, 6, 8.5], "texture": "#5"}
} }
},
{
"name": "GearCaseOuter",
"from": [4, 4, 4.5],
"to": [12, 12, 11.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]},
"faces": {
"north": {"uv": [1, 1, 5, 5], "rotation": 180, "texture": "#5"},
"east": {"uv": [6, 4.5, 10, 8], "rotation": 270, "texture": "#5"},
"south": {"uv": [1, 1, 5, 5], "texture": "#5"},
"west": {"uv": [6, 4.5, 10, 8], "rotation": 90, "texture": "#5"},
"up": {"uv": [6, 4.5, 10, 8], "rotation": 180, "texture": "#5"},
"down": {"uv": [6, 4.5, 10, 8], "texture": "#5"}
}
} }
], ],
"display": { "display": {
@ -112,7 +130,7 @@
{ {
"name": "cogwheel", "name": "cogwheel",
"origin": [8, 8, 8], "origin": [8, 8, 8],
"children": [0, 1, 2, 3, 4] "children": [0, 1, 2, 3, 4, 5]
} }
] ]
} }

View file

@ -1,6 +1,7 @@
{ {
"credit": "Made with Blockbench", "credit": "Made with Blockbench",
"parent": "block/block", "parent": "block/block",
"texture_size": [32, 32],
"textures": { "textures": {
"5": "create:block/millstone", "5": "create:block/millstone",
"particle": "create:block/axis", "particle": "create:block/axis",
@ -17,8 +18,8 @@
"east": {"uv": [0, 10, 9, 13], "texture": "#5"}, "east": {"uv": [0, 10, 9, 13], "texture": "#5"},
"south": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, "south": {"uv": [9, 10, 10.5, 13], "texture": "#5"},
"west": {"uv": [0, 10, 9, 13], "texture": "#5"}, "west": {"uv": [0, 10, 9, 13], "texture": "#5"},
"up": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"}, "up": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"},
"down": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"} "down": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"}
} }
}, },
{ {
@ -31,8 +32,8 @@
"east": {"uv": [0, 10, 9, 13], "texture": "#5"}, "east": {"uv": [0, 10, 9, 13], "texture": "#5"},
"south": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, "south": {"uv": [9, 10, 10.5, 13], "texture": "#5"},
"west": {"uv": [0, 10, 9, 13], "texture": "#5"}, "west": {"uv": [0, 10, 9, 13], "texture": "#5"},
"up": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"}, "up": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"},
"down": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"} "down": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"}
} }
}, },
{ {
@ -45,8 +46,8 @@
"east": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, "east": {"uv": [9, 10, 10.5, 13], "texture": "#5"},
"south": {"uv": [0, 10, 9, 13], "texture": "#5"}, "south": {"uv": [0, 10, 9, 13], "texture": "#5"},
"west": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, "west": {"uv": [9, 10, 10.5, 13], "texture": "#5"},
"up": {"uv": [0, 8.5, 9, 10], "texture": "#5"}, "up": {"uv": [6, 3, 15, 4.5], "texture": "#5"},
"down": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"} "down": {"uv": [6, 3, 15, 4.5], "rotation": 180, "texture": "#5"}
} }
}, },
{ {
@ -58,14 +59,15 @@
"east": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, "east": {"uv": [9, 10, 10.5, 13], "texture": "#5"},
"south": {"uv": [0, 10, 9, 13], "texture": "#5"}, "south": {"uv": [0, 10, 9, 13], "texture": "#5"},
"west": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, "west": {"uv": [9, 10, 10.5, 13], "texture": "#5"},
"up": {"uv": [0, 8.5, 9, 10], "texture": "#5"}, "up": {"uv": [6, 3, 15, 4.5], "texture": "#5"},
"down": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"} "down": {"uv": [6, 3, 15, 4.5], "rotation": 180, "texture": "#5"}
} }
}, },
{ {
"name": "GearCaseInner", "name": "GearCaseInner",
"from": [2, 6.6, 2], "from": [2, 7, 2],
"to": [14, 11.6, 14], "to": [14, 12, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]},
"faces": { "faces": {
"north": {"uv": [0, 6, 6, 8.5], "texture": "#5"}, "north": {"uv": [0, 6, 6, 8.5], "texture": "#5"},
"east": {"uv": [0, 6, 6, 8.5], "texture": "#5"}, "east": {"uv": [0, 6, 6, 8.5], "texture": "#5"},
@ -80,10 +82,10 @@
"from": [4, 6, 4], "from": [4, 6, 4],
"to": [12, 13, 12], "to": [12, 13, 12],
"faces": { "faces": {
"north": {"uv": [1, 1.5, 5, 5], "texture": "#5"}, "north": {"uv": [6, 4.5, 10, 8], "texture": "#5"},
"east": {"uv": [1, 1.5, 5, 5], "texture": "#5"}, "east": {"uv": [6, 4.5, 10, 8], "texture": "#5"},
"south": {"uv": [1, 1.5, 5, 5], "texture": "#5"}, "south": {"uv": [6, 4.5, 10, 8], "texture": "#5"},
"west": {"uv": [1, 1.5, 5, 5], "texture": "#5"}, "west": {"uv": [6, 4.5, 10, 8], "texture": "#5"},
"up": {"uv": [1, 1, 5, 5], "texture": "#5"}, "up": {"uv": [1, 1, 5, 5], "texture": "#5"},
"down": {"uv": [1, 1, 5, 5], "texture": "#5"} "down": {"uv": [1, 1, 5, 5], "texture": "#5"}
} }
@ -94,10 +96,10 @@
"to": [10, 8, 10], "to": [10, 8, 10],
"shade": false, "shade": false,
"faces": { "faces": {
"north": {"uv": [6, 0, 10, 8], "rotation": 180, "texture": "#1_0"}, "north": {"uv": [6, 8, 10, 16], "rotation": 180, "texture": "#1_0"},
"east": {"uv": [6, 0, 10, 8], "rotation": 180, "texture": "#1_0"}, "east": {"uv": [6, 8, 10, 16], "rotation": 180, "texture": "#1_0"},
"south": {"uv": [6, 0, 10, 8], "rotation": 180, "texture": "#1_0"}, "south": {"uv": [6, 8, 10, 16], "rotation": 180, "texture": "#1_0"},
"west": {"uv": [6, 0, 10, 8], "rotation": 180, "texture": "#1_0"}, "west": {"uv": [6, 8, 10, 16], "rotation": 180, "texture": "#1_0"},
"up": {"uv": [6, 6, 10, 10], "texture": "#1_1"}, "up": {"uv": [6, 6, 10, 10], "texture": "#1_1"},
"down": {"uv": [6, 6, 10, 10], "texture": "#1_1"} "down": {"uv": [6, 6, 10, 10], "texture": "#1_1"}
} }

View file

@ -0,0 +1,69 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "create:block/refined_radiance_block",
"particle": "create:block/refined_radiance_block"
},
"elements": [
{
"from": [1, 1, 1],
"to": [15, 15, 15],
"shade": false,
"rotation": {"angle": 0, "axis": "y", "origin": [9, 9, 9]},
"faces": {
"north": {"uv": [1, 1, 15, 15], "rotation": 270, "texture": "#0"},
"east": {"uv": [1, 1, 15, 15], "texture": "#0"},
"south": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#0"},
"west": {"uv": [1, 1, 15, 15], "texture": "#0"},
"up": {"uv": [1, 1, 15, 15], "texture": "#0"},
"down": {"uv": [1, 1, 15, 15], "rotation": 180, "texture": "#0"}
}
},
{
"name": "cube_outline",
"from": [15.99, 15.99, 15.99],
"to": [0.01, 0.01, 0.01],
"shade": false,
"rotation": {"angle": 0, "axis": "y", "origin": [9, 9, 9]},
"faces": {
"north": {"uv": [15, 0, 16, 16], "rotation": 180, "texture": "#0"},
"east": {"uv": [15, 0, 16, 16], "rotation": 180, "texture": "#0"},
"south": {"uv": [15, 0, 16, 16], "rotation": 180, "texture": "#0"},
"west": {"uv": [15, 0, 16, 16], "rotation": 180, "texture": "#0"},
"up": {"uv": [0, 15, 16, 16], "rotation": 180, "texture": "#0"},
"down": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 B

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 B

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 B

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 933 B

After

Width:  |  Height:  |  Size: 1,017 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B