Added assets

This commit is contained in:
Arcaratus 2015-11-29 19:33:17 -05:00
parent 225016e030
commit 9eb3097b5a
13 changed files with 107 additions and 0 deletions

View file

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

View file

@ -0,0 +1,22 @@
{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "cube_all",
"uvlock": true
},
"variants": {
"type": {
"normal": {
"textures": {
"all": "bloodmagic:blocks/ShardCluster"
}
},
"brick": {
"textures": {
"all": "bloodmagic:blocks/ShardClusterBrick"
}
}
}
}
}