You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
40
assets/minecraft/models/block/crop.json
Normal file
40
assets/minecraft/models/block/crop.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#crop"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 4, -1, 0 ],
|
||||
"to": [ 4, 15, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, -1, 0 ],
|
||||
"to": [ 12, 15, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, -1, 4 ],
|
||||
"to": [ 16, 15, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, -1, 12 ],
|
||||
"to": [ 16, 15, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user