Basic sigils implementation

This commit is contained in:
Arcaratus 2015-12-27 19:38:12 -05:00
parent ae85224003
commit 5dff08380d
61 changed files with 1394 additions and 106 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"normal": {
"model": "bloodmagic:BlockPhantom",
"textures": {
"all": "bloodmagic:blocks/PhantomBlock"
}
}
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"normal": {
"model": "bloodmagic:BlockSpectral",
"textures": {
"all": "bloodmagic:blocks/SpectralBlock"
}
}
}
}