Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions src/main/resources/assets/minetale/blockstates/furnace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"variants": {
"facing=east,half=lower,lit=false": {
"model": "minetale:block/bench/furnace_bottom"
},
"facing=north,half=lower,lit=false": {
"model": "minetale:block/bench/furnace_bottom"
},
"facing=south,half=lower,lit=false": {
"model": "minetale:block/bench/furnace_bottom"
},
"facing=west,half=lower,lit=false": {
"model": "minetale:block/bench/furnace_bottom"
},
"facing=east,half=upper,lit=false": {
"model": "minetale:block/bench/furnace_top"
},
"facing=north,half=upper,lit=false": {
"model": "minetale:block/bench/furnace_top"
},
"facing=south,half=upper,lit=false": {
"model": "minetale:block/bench/furnace_top"
},
"facing=west,half=upper,lit=false": {
"model": "minetale:block/bench/furnace_top"
},
"facing=east,half=lower,lit=true": {
"model": "minetale:block/bench/furnace_bottom"
},
"facing=north,half=lower,lit=true": {
"model": "minetale:block/bench/furnace_bottom"
},
"facing=south,half=lower,lit=true": {
"model": "minetale:block/bench/furnace_bottom"
},
"facing=west,half=lower,lit=true": {
"model": "minetale:block/bench/furnace_bottom"
},
"facing=east,half=upper,lit=true": {
"model": "minetale:block/bench/furnace_top"
},
"facing=north,half=upper,lit=true": {
"model": "minetale:block/bench/furnace_top"
},
"facing=south,half=upper,lit=true": {
"model": "minetale:block/bench/furnace_top"
},
"facing=west,half=upper,lit=true": {
"model": "minetale:block/bench/furnace_top"
}
}
Comment thread
MiffenKop marked this conversation as resolved.
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"format_version": "1.21.11",
"credit": "Made by Miffen Kop!",
"texture_size": [64, 64],
"textures": {
"0": "minetale:block/bench/furnace",
"particle": "minetale:block/bench/furnace"
},
"elements": [
{
"from": [-7, 0, 1],
"to": [23, 5, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 0, 0]},
"faces": {
"north": {"uv": [0, 2.5, 7.5, 3.75], "texture": "#0"},
"east": {"uv": [7.5, 2.5, 11, 3.75], "texture": "#0"},
"south": {"uv": [0, 2.5, 7.5, 3.75], "texture": "#0"},
"west": {"uv": [7.5, 2.5, 11, 3.75], "texture": "#0"},
"down": {"uv": [8.5, 8.5, 16, 12], "texture": "#0"}
}
},
{
"from": [-8, 5, 0],
"to": [24, 8, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 6, 0]},
"faces": {
"north": {"uv": [0, 1.75, 8, 2.5], "texture": "#0"},
"east": {"uv": [8, 1.75, 12, 2.5], "texture": "#0"},
"south": {"uv": [0, 1.75, 8, 2.5], "texture": "#0"},
"west": {"uv": [8, 1.75, 12, 2.5], "texture": "#0"},
"up": {"uv": [8, 12, 16, 16], "texture": "#0"},
"down": {"uv": [8, 12, 16, 16], "texture": "#0"}
}
},
{
"from": [-4, 8, 2],
"to": [20, 15, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 8, 0]},
"faces": {
"north": {"uv": [7, 0, 13, 1.75], "texture": "#0"},
"east": {"uv": [6.1875, 0, 6.8125, 1.75], "texture": "#0"},
"south": {"uv": [0, 0, 6, 1.75], "texture": "#0"},
"west": {"uv": [6.1875, 0, 6.8125, 1.75], "texture": "#0"}
}
},
{
"from": [19.5, 8, 3.5],
"to": [23.5, 16, 12.5],
"rotation": {"angle": 15, "axis": "z", "origin": [23.5, 8, 8]},
"faces": {
"north": {"uv": [0, 8.75, 1, 10.75], "texture": "#0"},
"east": {"uv": [0, 8.75, 2.25, 10.75], "texture": "#0"},
"south": {"uv": [1.25, 8.75, 2.25, 10.75], "texture": "#0"}
}
},
{
"from": [-7.5, 8, 3.5],
"to": [-3.5, 16, 12.5],
"rotation": {"angle": -15, "axis": "z", "origin": [-7.5, 8, 8]},
"faces": {
"north": {"uv": [1.25, 8.75, 2.25, 10.75], "texture": "#0"},
"south": {"uv": [0, 8.75, 1, 10.75], "texture": "#0"},
"west": {"uv": [0, 8.75, 2.25, 10.75], "texture": "#0"}
}
},
{
"from": [13, 14, 14],
"to": [3, 8, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 8, 0]},
"faces": {
"north": {"uv": [13.5, 4, 16, 5.5], "texture": "#0"},
"east": {"uv": [16, 2.5, 13, 4], "texture": "#0"},
"west": {"uv": [13, 2.5, 16, 4], "texture": "#0"},
"down": {"uv": [13, 0, 16, 2.5], "rotation": 180, "texture": "#0"}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"format_version": "1.21.11",
"credit": "Made by Miffen Kop!",
"texture_size": [64, 64],
"textures": {
"0": "minetale:block/bench/furnace",
"particle": "minetale:block/bench/furnace"
},
"elements": [
{
"from": [-6, -1, 1],
"to": [22, 5, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, -1, 0]},
"faces": {
"north": {"uv": [0, 3.75, 7, 5.25], "texture": "#0"},
"east": {"uv": [7, 3.75, 10.5, 5.25], "texture": "#0"},
"south": {"uv": [0, 3.75, 7, 5.25], "texture": "#0"},
"west": {"uv": [7, 3.75, 10.5, 5.25], "texture": "#0"},
"up": {"uv": [1, 12.5, 8, 16], "texture": "#0"},
"down": {"uv": [1, 12.5, 8, 16], "texture": "#0"}
}
},
{
"from": [-1, 5, 4],
"to": [17, 15, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 5, 0]},
"faces": {
"north": {"uv": [0, 6.25, 4.5, 8.75], "texture": "#0"},
"east": {"uv": [4.5, 6.25, 6.5, 8.75], "texture": "#0"},
"south": {"uv": [0, 6.25, 4.5, 8.75], "texture": "#0"},
"west": {"uv": [4.5, 6.25, 6.5, 8.75], "texture": "#0"},
"up": {"uv": [11.25, 6.25, 15.75, 8.25], "texture": "#0"}
}
}
]
}
145 changes: 145 additions & 0 deletions src/main/resources/assets/minetale/models/item/bench/furnace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
{
"format_version": "1.21.11",
"credit": "Made by Miffen Kop!",
"texture_size": [64, 64],
"textures": {
"0": "minetale:block/bench/furnace",
"particle": "minetale:block/bench/furnace"
},
"elements": [
{
"from": [-7, -8, 1],
"to": [23, -3, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, -8, 0]},
"faces": {
"north": {"uv": [0, 2.5, 7.5, 3.75], "texture": "#0"},
"east": {"uv": [7.5, 2.5, 11, 3.75], "texture": "#0"},
"south": {"uv": [0, 2.5, 7.5, 3.75], "texture": "#0"},
"west": {"uv": [7.5, 2.5, 11, 3.75], "texture": "#0"},
"down": {"uv": [8.5, 8.5, 16, 12], "texture": "#0"}
}
},
{
"from": [-8, -3, 0],
"to": [24, 0, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, -2, 0]},
"faces": {
"north": {"uv": [0, 1.75, 8, 2.5], "texture": "#0"},
"east": {"uv": [8, 1.75, 12, 2.5], "texture": "#0"},
"south": {"uv": [0, 1.75, 8, 2.5], "texture": "#0"},
"west": {"uv": [8, 1.75, 12, 2.5], "texture": "#0"},
"up": {"uv": [8, 12, 16, 16], "texture": "#0"},
"down": {"uv": [8, 12, 16, 16], "texture": "#0"}
}
},
{
"from": [-4, 0, 2],
"to": [20, 7, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 0, 0]},
"faces": {
"north": {"uv": [7, 0, 13, 1.75], "texture": "#0"},
"east": {"uv": [6.1875, 0, 6.8125, 1.75], "texture": "#0"},
"south": {"uv": [0, 0, 6, 1.75], "texture": "#0"},
"west": {"uv": [6.1875, 0, 6.8125, 1.75], "texture": "#0"}
}
},
{
"from": [-6, 7, 1],
"to": [22, 13, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 7, 0]},
"faces": {
"north": {"uv": [0, 3.75, 7, 5.25], "texture": "#0"},
"east": {"uv": [7, 3.75, 10.5, 5.25], "texture": "#0"},
"south": {"uv": [0, 3.75, 7, 5.25], "texture": "#0"},
"west": {"uv": [7, 3.75, 10.5, 5.25], "texture": "#0"},
"up": {"uv": [1, 12.5, 8, 16], "texture": "#0"},
"down": {"uv": [1, 12.5, 8, 16], "texture": "#0"}
}
},
{
"from": [19.5, 0, 3.5],
"to": [23.5, 8, 12.5],
"rotation": {"angle": 15, "axis": "z", "origin": [23.5, 0, 8]},
"faces": {
"north": {"uv": [0, 8.75, 1, 10.75], "texture": "#0"},
"east": {"uv": [0, 8.75, 2.25, 10.75], "texture": "#0"},
"south": {"uv": [1.25, 8.75, 2.25, 10.75], "texture": "#0"}
}
},
{
"from": [-1, 13, 4],
"to": [17, 23, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 13, 0]},
"faces": {
"north": {"uv": [0, 6.25, 4.5, 8.75], "texture": "#0"},
"east": {"uv": [4.5, 6.25, 6.5, 8.75], "texture": "#0"},
"south": {"uv": [0, 6.25, 4.5, 8.75], "texture": "#0"},
"west": {"uv": [4.5, 6.25, 6.5, 8.75], "texture": "#0"},
"up": {"uv": [11.25, 6.25, 15.75, 8.25], "texture": "#0"}
}
},
{
"from": [-7.5, 0, 3.5],
"to": [-3.5, 8, 12.5],
"rotation": {"angle": -15, "axis": "z", "origin": [-7.5, 0, 8]},
"faces": {
"north": {"uv": [1.25, 8.75, 2.25, 10.75], "texture": "#0"},
"south": {"uv": [0, 8.75, 1, 10.75], "texture": "#0"},
"west": {"uv": [0, 8.75, 2.25, 10.75], "texture": "#0"}
}
},
{
"from": [13, 6, 14],
"to": [3, 0, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 0, 0]},
"faces": {
"north": {"uv": [13.5, 4, 16, 5.5], "texture": "#0"},
"east": {"uv": [16, 2.5, 13, 4], "texture": "#0"},
"west": {"uv": [13, 2.5, 16, 4], "texture": "#0"},
"down": {"uv": [13, 0, 16, 2.5], "rotation": 180, "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 2],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 2],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 135, 0],
"translation": [0, 2, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 135, 0],
"translation": [0, 2, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, -135, 0],
"translation": [0, 0.75, 0],
"scale": [0.4, 0.4, 0.4]
},
"head": {
"translation": [0, 4.5, 0.5]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
},
"on_shelf": {
"rotation": [0, 157.5, 1],
"translation": [0, 0, -3.25],
"scale": [0.75, 0.75, 0.75]
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.