mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-29 06:15:55 +00:00
Initial commit
This commit is contained in:
commit
acbdb5612a
2402 changed files with 15870 additions and 0 deletions
120
assets/minecraft/models/block/anvil.json
Normal file
120
assets/minecraft/models/block/anvil.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/anvil_base",
|
||||
"top": "block/anvil_top",
|
||||
"body": "block/anvil_base",
|
||||
"side": "block/anvil_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [2,0,2],
|
||||
"to": [14,3,14],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#body"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#body"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3,3,3],
|
||||
"to": [13,5,13],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#body"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3,11,0],
|
||||
"to": [13,16,16],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#top"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#body"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5,5,4],
|
||||
"to": [11,10,12],
|
||||
"faces": {
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4,10,1],
|
||||
"to": [12,12,15],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#body"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue