polished bell assets: part 1

the currently named "peculiar bell" has been tweaked, and the stands for the bell have been completely remodeled

the cursed bell has not been touched, waiting on an animated texture from kryppers before proceeding
This commit is contained in:
Daniel Amberson 2021-07-04 12:15:29 -05:00
parent 5179aad4fe
commit abd6e97801
9 changed files with 187 additions and 116 deletions

View file

@ -2,12 +2,12 @@
"credit": "Made with Blockbench", "credit": "Made with Blockbench",
"textures": { "textures": {
"0": "create:block/bell", "0": "create:block/bell",
"particle": "create:block/bell" "particle": "create:block/bell"
}, },
"elements": [ "elements": [
{ {
"from": [14, 7, 7], "from": [13, 7, 7],
"to": [16, 9, 9], "to": [15, 9, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": { "faces": {
"north": {"uv": [10.5, 6, 9.5, 7], "texture": "#0"}, "north": {"uv": [10.5, 6, 9.5, 7], "texture": "#0"},
@ -19,8 +19,8 @@
} }
}, },
{ {
"from": [0, 7, 7], "from": [1, 7, 7],
"to": [2, 9, 9], "to": [3, 9, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": { "faces": {
"north": {"uv": [9.5, 6, 10.5, 7], "texture": "#0"}, "north": {"uv": [9.5, 6, 10.5, 7], "texture": "#0"},
@ -32,8 +32,8 @@
} }
}, },
{ {
"from": [3, 0, 3], "from": [3, 1, 3],
"to": [13, 2, 13], "to": [13, 3, 13],
"faces": { "faces": {
"north": {"uv": [0, 15, 5, 16], "texture": "#0"}, "north": {"uv": [0, 15, 5, 16], "texture": "#0"},
"east": {"uv": [0, 15, 5, 16], "texture": "#0"}, "east": {"uv": [0, 15, 5, 16], "texture": "#0"},
@ -44,8 +44,8 @@
} }
}, },
{ {
"from": [4, 2, 4], "from": [4, 3, 4],
"to": [12, 11, 12], "to": [12, 12, 12],
"faces": { "faces": {
"north": {"uv": [8, 0, 12, 4.5], "texture": "#0"}, "north": {"uv": [8, 0, 12, 4.5], "texture": "#0"},
"east": {"uv": [8, 0, 12, 4.5], "texture": "#0"}, "east": {"uv": [8, 0, 12, 4.5], "texture": "#0"},
@ -55,8 +55,8 @@
} }
}, },
{ {
"from": [7, 11, 7], "from": [7, 12, 7],
"to": [9, 15, 9], "to": [9, 16, 9],
"faces": { "faces": {
"north": {"uv": [8, 6, 9, 8], "texture": "#0"}, "north": {"uv": [8, 6, 9, 8], "texture": "#0"},
"east": {"uv": [8, 6, 9, 8], "texture": "#0"}, "east": {"uv": [8, 6, 9, 8], "texture": "#0"},
@ -86,7 +86,8 @@
{ {
"name": "Bell", "name": "Bell",
"origin": [8, 8, 8], "origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6] "children": [0, 1, 2, 3, 4, 5, 6]
} }
] ]
} }

View file

@ -3,35 +3,67 @@
"textures": { "textures": {
"1": "create:block/bell_frame_side", "1": "create:block/bell_frame_side",
"2": "create:block/bell_frame", "2": "create:block/bell_frame",
"particle": "create:block/bell" "particle": "create:block/bell"
}, },
"elements": [ "elements": [
{ {
"from": [0.1, 0, 0], "from": [15, 4, 4],
"to": [15.9, 16, 16], "to": [16, 12, 12],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [0, 16, 0]},
"faces": { "faces": {
"east": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"}, "north": {"uv": [16, 8, 15, 0], "texture": "#2"},
"west": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"}, "east": {"uv": [0, 8, 8, 0], "texture": "#2"},
"up": {"uv": [0, 0, 15.8, 16], "texture": "#2"} "south": {"uv": [1, 8, 0, 0], "texture": "#2"},
"west": {"uv": [16, 8, 8, 0], "texture": "#2"},
"up": {"uv": [4, 11, 12, 12], "rotation": 270, "texture": "#1"},
"down": {"uv": [4, 4, 12, 5], "rotation": 90, "texture": "#1"}
} }
}, },
{ {
"from": [15.9, 0, 0], "from": [0, 4, 4],
"to": [0.1, 16, 16], "to": [1, 12, 12],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [0, 16, 0]},
"faces": { "faces": {
"east": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"}, "north": {"uv": [16, 8, 15, 0], "texture": "#2"},
"west": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"}, "east": {"uv": [8, 8, 16, 0], "texture": "#2"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2"} "south": {"uv": [1, 8, 0, 0], "texture": "#2"},
"west": {"uv": [8, 8, 0, 0], "texture": "#2"},
"up": {"uv": [4, 11, 12, 12], "rotation": 270, "texture": "#1"},
"down": {"uv": [4, 4, 12, 5], "rotation": 90, "texture": "#1"}
}
},
{
"from": [0, 12, 2],
"to": [2, 16, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 16, 0]},
"faces": {
"north": {"uv": [14, 16, 16, 12], "texture": "#2"},
"east": {"uv": [0, 16, 12, 12], "texture": "#2"},
"south": {"uv": [14, 16, 12, 12], "texture": "#2"},
"west": {"uv": [12, 12, 0, 8], "texture": "#2"},
"up": {"uv": [11, 14, 0, 12], "rotation": 90, "texture": "#1"},
"down": {"uv": [12, 14, 0, 16], "rotation": 270, "texture": "#1"}
}
},
{
"from": [14, 12, 2],
"to": [16, 16, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 16, 0]},
"faces": {
"north": {"uv": [16, 16, 14, 12], "texture": "#2"},
"east": {"uv": [0, 12, 12, 8], "texture": "#2"},
"south": {"uv": [12, 16, 14, 12], "texture": "#2"},
"west": {"uv": [12, 16, 0, 12], "texture": "#2"},
"up": {"uv": [11, 12, 0, 14], "rotation": 90, "texture": "#1"},
"down": {"uv": [12, 16, 0, 14], "rotation": 270, "texture": "#1"}
} }
} }
], ],
"groups": [ "groups": [
{ {
"name": "Frame", "name": "block_double_wall",
"origin": [8, 8, 8], "origin": [8, 8, 8],
"color": 0,
"children": [0, 1] "children": [0, 1]
} }, 2, 3]
] }
}

View file

@ -1,32 +1,40 @@
{ {
"credit": "Made with Blockbench", "credit": "Made with Blockbench",
"textures": { "textures": {
"1": "create:block/bell_frame_side", "1": "create:block/bell_frame_side",
"particle": "create:block/bell" "particle": "create:block/bell"
}, },
"elements": [ "elements": [
{ {
"from": [0.1, 0, 0], "from": [4, 4, 0],
"to": [15.9, 16, 16], "to": [12, 12, 1],
"faces": { "faces": {
"south": {"uv": [0, 0, 16, 16], "texture": "#1"}, "north": {"uv": [4, 4, 12, 12], "texture": "#1"},
"north": {"uv": [0, 0, 16, 16], "texture": "#1"} "east": {"uv": [5, 4, 4, 12], "texture": "#1"},
} "south": {"uv": [12, 4, 4, 12], "texture": "#1"},
}, "west": {"uv": [12, 4, 11, 12], "texture": "#1"},
{ "up": {"uv": [12, 4, 4, 5], "texture": "#1"},
"from": [15.9, 0, 0], "down": {"uv": [12, 11, 4, 12], "texture": "#1"}
"to": [0.1, 16, 16], }
"faces": { },
"south": {"uv": [0, 0, 16, 16], "texture": "#1"}, {
"north": {"uv": [0, 0, 16, 16], "texture": "#1"} "from": [4, 4, 15],
} "to": [12, 12, 16],
} "faces": {
], "north": {"uv": [4, 4, 12, 12], "texture": "#1"},
"groups": [ "east": {"uv": [5, 4, 4, 12], "texture": "#1"},
{ "south": {"uv": [12, 4, 4, 12], "texture": "#1"},
"name": "Frame", "west": {"uv": [12, 4, 11, 12], "texture": "#1"},
"origin": [8, 8, 8], "up": {"uv": [12, 4, 4, 5], "texture": "#1"},
"children": [0, 1] "down": {"uv": [12, 11, 4, 12], "texture": "#1"}
} }
] }
} ],
"groups": [
{
"name": "Frame",
"origin": [8, 8, 8],
"color": 0,
"children": []
}, 0, 1]
}

View file

@ -3,33 +3,63 @@
"textures": { "textures": {
"1": "create:block/bell_frame_side", "1": "create:block/bell_frame_side",
"2": "create:block/bell_frame", "2": "create:block/bell_frame",
"particle": "create:block/bell" "particle": "create:block/bell"
}, },
"elements": [ "elements": [
{ {
"from": [0.1, 0, 0], "from": [15, 4, 4],
"to": [15.9, 16, 16], "to": [16, 12, 12],
"faces": { "faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#1"}, "north": {"uv": [16, 0, 15, 8], "texture": "#2"},
"west": {"uv": [0, 0, 16, 16], "texture": "#1"}, "east": {"uv": [0, 0, 8, 8], "texture": "#2"},
"down": {"uv": [0, 0, 15.8, 16], "texture": "#2"} "south": {"uv": [1, 0, 0, 8], "texture": "#2"},
"west": {"uv": [16, 0, 8, 8], "texture": "#2"},
"up": {"uv": [12, 4, 4, 5], "rotation": 90, "texture": "#1"},
"down": {"uv": [12, 11, 4, 12], "rotation": 270, "texture": "#1"}
} }
}, },
{ {
"from": [15.9, 0, 0], "from": [0, 4, 4],
"to": [0.1, 16, 16], "to": [1, 12, 12],
"faces": { "faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#1"}, "north": {"uv": [16, 0, 15, 8], "texture": "#2"},
"west": {"uv": [0, 0, 16, 16], "texture": "#1"}, "east": {"uv": [8, 0, 16, 8], "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2"} "south": {"uv": [1, 0, 0, 8], "texture": "#2"},
"west": {"uv": [8, 0, 0, 8], "texture": "#2"},
"up": {"uv": [12, 4, 4, 5], "rotation": 90, "texture": "#1"},
"down": {"uv": [12, 11, 4, 12], "rotation": 270, "texture": "#1"}
}
},
{
"from": [0, 0, 2],
"to": [2, 4, 14],
"faces": {
"north": {"uv": [14, 12, 16, 16], "texture": "#2"},
"east": {"uv": [0, 12, 12, 16], "texture": "#2"},
"south": {"uv": [14, 12, 12, 16], "texture": "#2"},
"west": {"uv": [12, 8, 0, 12], "texture": "#2"},
"up": {"uv": [0, 14, 12, 16], "rotation": 270, "texture": "#1"},
"down": {"uv": [0, 14, 11, 12], "rotation": 90, "texture": "#1"}
}
},
{
"from": [14, 0, 2],
"to": [16, 4, 14],
"faces": {
"north": {"uv": [16, 12, 14, 16], "texture": "#2"},
"east": {"uv": [0, 8, 12, 12], "texture": "#2"},
"south": {"uv": [12, 12, 14, 16], "texture": "#2"},
"west": {"uv": [12, 12, 0, 16], "texture": "#2"},
"up": {"uv": [0, 16, 12, 14], "rotation": 270, "texture": "#1"},
"down": {"uv": [0, 12, 11, 14], "rotation": 90, "texture": "#1"}
} }
} }
], ],
"groups": [ "groups": [
{ {
"name": "Frame", "name": "block_double_wall",
"origin": [8, 8, 8], "origin": [8, 8, 8],
"color": 0,
"children": [0, 1] "children": [0, 1]
} }, 2, 3]
] }
}

View file

@ -1,30 +1,29 @@
{ {
"credit": "Made with Blockbench", "credit": "Made with Blockbench",
"textures": { "textures": {
"1": "create:block/bell_frame_side", "1": "create:block/bell_frame_side",
"particle": "create:block/bell" "particle": "create:block/bell"
}, },
"elements": [ "elements": [
{ {
"from": [0.1, 0, 0], "from": [4, 4, 0],
"to": [15.9, 16, 16], "to": [12, 12, 1],
"faces": { "faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1"} "north": {"uv": [4, 4, 12, 12], "texture": "#1"},
} "east": {"uv": [4, 4, 5, 12], "texture": "#1"},
}, "south": {"uv": [12, 4, 4, 12], "texture": "#1"},
{ "west": {"uv": [11, 4, 12, 12], "texture": "#1"},
"from": [15.9, 0, 0], "up": {"uv": [12, 4, 4, 5], "texture": "#1"},
"to": [0.1, 16, 16], "down": {"uv": [12, 11, 4, 12], "texture": "#1"}
"faces": { }
"north": {"uv": [0, 0, 16, 16], "texture": "#1"} }
} ],
} "groups": [
], {
"groups": [ "name": "Frame",
{ "origin": [8, 8, 8],
"name": "Frame", "color": 0,
"origin": [8, 8, 8], "children": [0]
"children": [0, 1] }
} ]
] }
}

View file

@ -1,14 +1,14 @@
{ {
"credit": "Made with Blockbench", "credit": "Made with Blockbench",
"parent": "block/block", "parent": "block/block",
"textures": { "textures": {
"0": "create:block/bell", "0": "create:block/bell",
"particle": "create:block/bell" "particle": "create:block/bell"
}, },
"elements": [ "elements": [
{ {
"from": [14, 7, 7], "from": [13, 7, 7],
"to": [16, 9, 9], "to": [15, 9, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": { "faces": {
"north": {"uv": [10.5, 6, 9.5, 7], "texture": "#0"}, "north": {"uv": [10.5, 6, 9.5, 7], "texture": "#0"},
@ -20,8 +20,8 @@
} }
}, },
{ {
"from": [0, 7, 7], "from": [1, 7, 7],
"to": [2, 9, 9], "to": [3, 9, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": { "faces": {
"north": {"uv": [9.5, 6, 10.5, 7], "texture": "#0"}, "north": {"uv": [9.5, 6, 10.5, 7], "texture": "#0"},
@ -33,8 +33,8 @@
} }
}, },
{ {
"from": [3, 0, 3], "from": [3, 1, 3],
"to": [13, 2, 13], "to": [13, 3, 13],
"faces": { "faces": {
"north": {"uv": [0, 15, 5, 16], "texture": "#0"}, "north": {"uv": [0, 15, 5, 16], "texture": "#0"},
"east": {"uv": [0, 15, 5, 16], "texture": "#0"}, "east": {"uv": [0, 15, 5, 16], "texture": "#0"},
@ -45,8 +45,8 @@
} }
}, },
{ {
"from": [4, 2, 4], "from": [4, 3, 4],
"to": [12, 11, 12], "to": [12, 12, 12],
"faces": { "faces": {
"north": {"uv": [8, 0, 12, 4.5], "texture": "#0"}, "north": {"uv": [8, 0, 12, 4.5], "texture": "#0"},
"east": {"uv": [8, 0, 12, 4.5], "texture": "#0"}, "east": {"uv": [8, 0, 12, 4.5], "texture": "#0"},
@ -56,8 +56,8 @@
} }
}, },
{ {
"from": [7, 11, 7], "from": [7, 12, 7],
"to": [9, 15, 9], "to": [9, 16, 9],
"faces": { "faces": {
"north": {"uv": [8, 6, 9, 8], "texture": "#0"}, "north": {"uv": [8, 6, 9, 8], "texture": "#0"},
"east": {"uv": [8, 6, 9, 8], "texture": "#0"}, "east": {"uv": [8, 6, 9, 8], "texture": "#0"},
@ -87,7 +87,8 @@
{ {
"name": "Bell", "name": "Bell",
"origin": [8, 8, 8], "origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6] "children": [0, 1, 2, 3, 4, 5, 6]
} }
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 836 B

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 B

After

Width:  |  Height:  |  Size: 700 B