Added different types of mimic blocks and created their recipes

This commit is contained in:
WayofTime 2016-08-23 17:35:43 -04:00
parent ebd7b1f8da
commit 0420779e5e
10 changed files with 82 additions and 9 deletions

View file

@ -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"
}
}
}
}
}