adding texture for pickaxehead
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"parent": "forgecraft:item/pickaxehead",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/iron_ingot",
|
||||
"particle": "forgecraft:items/iron_ingot",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:blocks/iron_ingot"
|
||||
"texture1": "forgecraft:items/iron_ingot"
|
||||
},
|
||||
"overrides": [
|
||||
{"predicate": {"type": 0.0},"model": "forgecraft:item/ironpickaxehead_0"},
|
||||
{"predicate": {"type": 1.0},"model": "forgecraft:item/ironpickaxehead_1"}
|
||||
{"predicate": {"type": 1.0},"model": "forgecraft:item/ironpickaxehead_1"},
|
||||
{"predicate": {"type": 0.1},"model": "forgecraft:item/ironpickaxehead_2"}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"parent": "forgecraft:item/pickaxehead",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/iron_ingot",
|
||||
"particle": "forgecraft:items/iron_ingot",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:blocks/iron_ingot"
|
||||
"texture1": "forgecraft:items/iron_ingot"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"parent": "forgecraft:item/pickaxehead",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/iron_ingot_hot",
|
||||
"particle": "forgecraft:items/iron_ingot_hot",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:blocks/iron_ingot_hot"
|
||||
"texture1": "forgecraft:items/iron_ingot_hot"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "forgecraft:item/pickaxehead",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/iron_ingot_emerald1",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/iron_ingot_emerald1"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 714 B After Width: | Height: | Size: 741 B |
Binary file not shown.
|
After Width: | Height: | Size: 741 B |
Binary file not shown.
|
After Width: | Height: | Size: 912 B |
Binary file not shown.
|
After Width: | Height: | Size: 801 B |
@@ -2,7 +2,7 @@
|
||||
"modid": "forgecraft",
|
||||
"name": "Kitsu's Forgecraft",
|
||||
"description": "Forged with sweat and blood",
|
||||
"version": "1.1.12",
|
||||
"version": "1.1.2",
|
||||
"mcversion": "1.11.2",
|
||||
"url": "",
|
||||
"updateUrl": "",
|
||||
|
||||
Reference in New Issue
Block a user