Getting ready to complete crafing, see comment in anvil class

This commit is contained in:
Mohammad-Ali Minaie
2017-03-05 22:22:28 -05:00
parent 240c1b9626
commit 282275fd66
12 changed files with 612 additions and 57 deletions

View File

@@ -0,0 +1,8 @@
{
"forge_marker":1,
"textures": {
"particle": "forgecraft:blocks/iron_ingot_hot",
"texture": "forgecraft:blocks/iron_ingot_hot"
},
"parent": "forgecraft:block/ironchunk"
}

View File

@@ -0,0 +1,10 @@
{
"forge_marker":1,
"textures": {
"particle": "forgecraft:blocks/stone",
"texture": "forgecraft:blocks/stone",
"texture1": "forgecraft:blocks/anvil_base",
"texture2": "forgecraft:blocks/anvil_base_top"
},
"parent": "forgecraft:block/stoneanvil"
}