Alchemy Array no longer has missing particles for break animation

Also provides Arcane Ashes on pick block.
This commit is contained in:
Nick 2016-02-04 17:43:29 -08:00
parent c0b85276e9
commit ff1425f773
3 changed files with 15 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"normal": {
"model": "bloodmagic:BlockAlchemyArray",
"textures": {
"all": "bloodmagic:blocks/BlockBloodLight"
"all": "bloodmagic:models/AlchemyArrays/AirSigil"
}
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "bloodmagic:models/AlchemyArrays/AirSigil"
}
}