You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
30
assets/minecraft/models/block/slime_block.json
Normal file
30
assets/minecraft/models/block/slime_block.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{ "parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "block/slime_block",
|
||||
"texture": "block/slime_block"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 3, 3, 3 ],
|
||||
"to": [ 13, 13, 13 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user