a lot of things to delete, need to add bronze crucible recipe, need to remove bloomery recipes and update crucible recipes, need wootz tools and weaponss
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/clean_iron_ingot",
|
||||
"texture": "forgecraft:blocks/clean_iron_ingot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/clean_iron_ingot_hot",
|
||||
"texture": "forgecraft:blocks/clean_iron_ingot_hot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/steel_ingot",
|
||||
"texture": "forgecraft:blocks/steel_ingot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/steel_ingot_hot",
|
||||
"texture": "forgecraft:blocks/steel_ingot_hot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/wootz_ingot",
|
||||
"texture": "forgecraft:blocks/wootz_ingot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/wootz_ingot_hot",
|
||||
"texture": "forgecraft:blocks/wootz_ingot_hot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/iron_ingot",
|
||||
"texture": "forgecraft:blocks/iron_ingot"
|
||||
},
|
||||
"overrides": [
|
||||
{"predicate": {"type": 0.04},"model": "forgecraft:item/ingots/cleaniron/ingot_04"},
|
||||
{"predicate": {"type": 0.05},"model": "forgecraft:item/ingots/cleaniron/ingot_05"}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/iron_ingot",
|
||||
"texture": "forgecraft:blocks/iron_ingot"
|
||||
},
|
||||
"overrides": [
|
||||
{"predicate": {"type": 0.06},"model": "forgecraft:item/ingots/steel/ingot_06"},
|
||||
{"predicate": {"type": 0.07},"model": "forgecraft:item/ingots/steel/ingot_07"}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/iron_ingot",
|
||||
"texture": "forgecraft:blocks/iron_ingot"
|
||||
},
|
||||
"overrides": [
|
||||
{"predicate": {"type": 0.08},"model": "forgecraft:item/ingots/wootz/ingot_08"},
|
||||
{"predicate": {"type": 0.09},"model": "forgecraft:item/ingots/wootz/ingot_09"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user