mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-06-02 16:15:55 +00:00
Initial commit
This commit is contained in:
commit
acbdb5612a
2402 changed files with 15870 additions and 0 deletions
16
assets/minecraft/blockstates/wheat.json
Normal file
16
assets/minecraft/blockstates/wheat.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"age=0": { "model": "block/wheat_stage0" },
|
||||
"age=1": { "model": "block/wheat_stage1" },
|
||||
"age=2": { "model": "block/wheat_stage2" },
|
||||
"age=3": { "model": "block/wheat_stage3" },
|
||||
"age=4": { "model": "block/wheat_stage4" },
|
||||
"age=5": { "model": "block/wheat_stage5" },
|
||||
"age=6": { "model": "block/wheat_stage6" },
|
||||
"age=7": [
|
||||
{ "model": "block/wheat_stage7" },
|
||||
{ "model": "block/wheat/1" },
|
||||
{ "model": "block/wheat/2" }
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue