Added the Fungal charge.

Fungal Charges work on all nether and giant mushrooms.
This commit is contained in:
WayofTime 2021-01-23 19:06:35 -05:00
parent 2c3af715d7
commit df286a73f1
26 changed files with 281 additions and 3 deletions

View file

@ -0,0 +1,29 @@
{
"variants": {
"attached=down": {
"model": "bloodmagic:block/fungal_charge",
"x": 180
},
"attached=up": {
"model": "bloodmagic:block/fungal_charge"
},
"attached=north": {
"model": "bloodmagic:block/fungal_charge",
"x": 90
},
"attached=south": {
"model": "bloodmagic:block/fungal_charge",
"x": 270
},
"attached=west": {
"model": "bloodmagic:block/fungal_charge",
"x": 90,
"y": 270
},
"attached=east": {
"model": "bloodmagic:block/fungal_charge",
"x": 90,
"y": 90
}
}
}