You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
47
assets/minecraft/models/block/beacon.json
Normal file
47
assets/minecraft/models/block/beacon.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{ "parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/glass",
|
||||
"glass": "block/glass",
|
||||
"obsidian": "block/obsidian",
|
||||
"beacon": "block/beacon"
|
||||
},
|
||||
"elements": [
|
||||
{ "__comment": "Glass shell",
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Obsidian base",
|
||||
"from": [ 2, 0.1, 2 ],
|
||||
"to": [ 14, 3, 14 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" },
|
||||
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" },
|
||||
"north": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
|
||||
"south": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
|
||||
"west": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
|
||||
"east": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Inner beacon texture",
|
||||
"from": [ 3, 3, 3 ],
|
||||
"to": [ 13, 14, 13 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" },
|
||||
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" },
|
||||
"north": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
|
||||
"south": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
|
||||
"west": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
|
||||
"east": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user