Files
Wizardry/src/main/resources/assets/ebwizardry/blockstates/thorns.json
T
Electroblob77 f37812be3e That's one heck of a commit you've got there...
I may have got a bit behind with version control. A lot behind, in fact. Maybe I'll go back and split this sometime - then again, I probably won't. But hey, at least it's here!
2019-08-18 00:04:18 +01:00

21 lines
1.1 KiB
JSON

{
"variants": {
"age=0,half=lower": { "model": "ebwizardry:thorns_lower_0" },
"age=1,half=lower": { "model": "ebwizardry:thorns_lower_1" },
"age=2,half=lower": { "model": "ebwizardry:thorns_lower_2" },
"age=3,half=lower": { "model": "ebwizardry:thorns_lower_3" },
"age=4,half=lower": { "model": "ebwizardry:thorns_lower_4" },
"age=5,half=lower": { "model": "ebwizardry:thorns_lower_5" },
"age=6,half=lower": { "model": "ebwizardry:thorns_lower_6" },
"age=7,half=lower": { "model": "ebwizardry:thorns_lower_7" },
"age=0,half=upper": { "model": "ebwizardry:thorns_upper_0" },
"age=1,half=upper": { "model": "ebwizardry:thorns_upper_1" },
"age=2,half=upper": { "model": "ebwizardry:thorns_upper_2" },
"age=3,half=upper": { "model": "ebwizardry:thorns_upper_3" },
"age=4,half=upper": { "model": "ebwizardry:thorns_upper_4" },
"age=5,half=upper": { "model": "ebwizardry:thorns_upper_5" },
"age=6,half=upper": { "model": "ebwizardry:thorns_upper_6" },
"age=7,half=upper": { "model": "ebwizardry:thorns_upper_7" }
}
}