Added Soul Forge block and WIP model

This commit is contained in:
WayofTime 2016-01-07 16:36:52 -05:00
parent 72ed003da1
commit 8b024e1703
8 changed files with 287 additions and 13 deletions

View file

@ -0,0 +1,20 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"base": "minecraft:blocks/iron_block",
"base_bottom": "minecraft:blocks/gold_block",
"glass": "minecraft:blocks/glass",
"attachment": "minecraft:blocks/stone"
},
"uvlock": true
},
"variants": {
"normal": {
"model": "bloodmagic:sub/BlockSoulForge",
"submodel": {
}
}
}
}