Swap the order of BloodStoneBrick

Now matches the Crystal blocks
This commit is contained in:
Nick 2016-01-08 18:59:30 -08:00
parent 70f9b9f101
commit 22a0e2b8a9
5 changed files with 10 additions and 10 deletions

View file

@ -7,15 +7,15 @@
},
"variants": {
"type": {
"normal": {
"textures": {
"all": "bloodmagic:blocks/BloodStoneBrick"
}
},
"large": {
"textures": {
"all": "bloodmagic:blocks/LargeBloodStoneBrick"
}
},
"normal": {
"textures": {
"all": "bloodmagic:blocks/BloodStoneBrick"
}
}
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "bloodmagic:blocks/BloodStoneBrick"
"all": "bloodmagic:blocks/LargeBloodStoneBrick"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "bloodmagic:blocks/LargeBloodStoneBrick"
"all": "bloodmagic:blocks/BloodStoneBrick"
}
}