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

View file

@ -250,7 +250,11 @@ tile.BloodMagic.demonCrystalDESTRUCTIVE.name=Destructive Will Crystal Cluster
tile.BloodMagic.demonCrystalVENGEFUL.name=Vengeful Will Crystal Cluster
tile.BloodMagic.demonCrystalSTEADFAST.name=Steadfast Will Crystal Cluster
tile.BloodMagic.mimic.nohitbox.name=Ethereal Mimic Block
tile.BloodMagic.mimic.nohitbox.name=Ethereal Opaque Mimic Block
tile.BloodMagic.mimic.solidopaque.name=Opaque Mimic Block
tile.BloodMagic.mimic.solidclear.name=Clear Ethereal Mimic Block
tile.BloodMagic.mimic.solidlight.name=Lighted Ethereal Mimic Block
tile.BloodMagic.mimic.sentient.name=Sentient Mimic Block
# Fluids
fluid.lifeEssence=Life Essence

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B