pickaxe heads can be modified and heated up, see to-do for updated work

This commit is contained in:
Mohammad-Ali Minaie
2017-03-12 03:00:22 -04:00
parent d372b298dd
commit dd90ba382a
9 changed files with 366 additions and 199 deletions

View File

@@ -6,12 +6,8 @@
"texture1": "forgecraft:blocks/iron_ingot"
},
"overrides": [
{
"predicate": {
"type": 0.0
},
"model": "forgecraft:item/ironpickaxehead_0"
}
{"predicate": {"type": 0.0},"model": "forgecraft:item/ironpickaxehead_0"},
{"predicate": {"type": 1.0},"model": "forgecraft:item/ironpickaxehead_1"}
]
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/pickaxehead",
"textures": {
"particle": "forgecraft:blocks/iron_ingot_hot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/iron_ingot_hot"
}
}