Added the Fungal charge.
Fungal Charges work on all nether and giant mushrooms.
This commit is contained in:
parent
2c3af715d7
commit
df286a73f1
26 changed files with 281 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue