You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
19
assets/minecraft/models/block/orientable_with_bottom.json
Normal file
19
assets/minecraft/models/block/orientable_with_bottom.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"display": {
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 135, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ]
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"particle": "#front",
|
||||
"down": "#bottom",
|
||||
"up": "#top",
|
||||
"north": "#front",
|
||||
"east": "#side",
|
||||
"south": "#side",
|
||||
"west": "#side"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user