mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 02:05:20 -07:00
feature: finally a decent working mailbox logic
This commit is contained in:
90
models/mailbox.json
Normal file
90
models/mailbox.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"format_version": "1.21.11",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "3",
|
||||
"1": "2",
|
||||
"2": "1",
|
||||
"particle": "3"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 9, 2, 16], "texture": "#0"},
|
||||
"east": {"uv": [0, 9, 2, 16], "texture": "#0"},
|
||||
"south": {"uv": [0, 9, 2, 16], "texture": "#0"},
|
||||
"west": {"uv": [0, 9, 2, 16], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7, 0],
|
||||
"to": [12, 13, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 2, 8, 8], "texture": "#2"},
|
||||
"east": {"uv": [0, 2, 16, 8], "texture": "#2"},
|
||||
"south": {"uv": [0, 2, 8, 8], "texture": "#2"},
|
||||
"west": {"uv": [0, 2, 16, 8], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 8, 16], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 8, 16], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 13, 0],
|
||||
"to": [11, 14, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 13, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 1, 7, 2], "texture": "#2"},
|
||||
"east": {"uv": [0, 1, 16, 2], "texture": "#2"},
|
||||
"south": {"uv": [0, 1, 6, 2], "texture": "#2"},
|
||||
"west": {"uv": [0, 1, 16, 2], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 6, 16], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 6, 16], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 14, 0],
|
||||
"to": [10, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 14, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 1, 6, 2], "texture": "#2"},
|
||||
"east": {"uv": [0, 1, 16, 2], "texture": "#2"},
|
||||
"south": {"uv": [1, 1, 5, 2], "texture": "#2"},
|
||||
"west": {"uv": [0, 1, 16, 2], "texture": "#2"},
|
||||
"up": {"uv": [1, 0, 5, 16], "texture": "#2"},
|
||||
"down": {"uv": [1, 0, 5, 16], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 15, 0],
|
||||
"to": [9, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 15, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 1, 5, 2], "texture": "#2"},
|
||||
"east": {"uv": [0, 1, 16, 2], "texture": "#2"},
|
||||
"south": {"uv": [2, 1, 4, 2], "texture": "#2"},
|
||||
"west": {"uv": [0, 1, 16, 2], "texture": "#2"},
|
||||
"up": {"uv": [2, 0, 4, 16], "texture": "#2"},
|
||||
"down": {"uv": [2, 0, 4, 16], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 11, 2],
|
||||
"to": [4, 16, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 11, 2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3, 1, 8], "texture": "#1"},
|
||||
"east": {"uv": [0, 3, 2, 8], "texture": "#1"},
|
||||
"south": {"uv": [1, 3, 2, 8], "texture": "#1"},
|
||||
"west": {"uv": [0, 3, 2, 8], "texture": "#1"},
|
||||
"up": {"uv": [1, 0, 2, 2], "texture": "#1"},
|
||||
"down": {"uv": [1, 0, 2, 2], "texture": "#1"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
12
models/mailbox.json.textures
Normal file
12
models/mailbox.json.textures
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"mappings": {
|
||||
"default": {
|
||||
"map": {
|
||||
"0": "mailbox_rod",
|
||||
"1": "mailbox_flag",
|
||||
"2": "mailbox_base"
|
||||
},
|
||||
"name": "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user