Added different types of mimic blocks and created their recipes
This commit is contained in:
parent
ebd7b1f8da
commit
0420779e5e
10 changed files with 82 additions and 9 deletions
|
@ -9,9 +9,29 @@
|
|||
"type": {
|
||||
"nohitbox": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/LargeBloodStoneBrick"
|
||||
"all": "bloodmagic:blocks/EtherealOpaqueMimic"
|
||||
}
|
||||
}
|
||||
},
|
||||
"solidopaque": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/SolidOpaqueMimic"
|
||||
}
|
||||
},
|
||||
"solidclear": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/SolidClearMimic"
|
||||
}
|
||||
},
|
||||
"solidlight": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/SolidLightMimic"
|
||||
}
|
||||
},
|
||||
"sentient": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/SentientMimic"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue