custom tfc trim recipes

This commit is contained in:
Dmitry 2024-04-22 18:27:47 +07:00
parent 6477894d99
commit 36de03db06
15 changed files with 127 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{
"asset_name": "amethyst_tfc",
"description": {
"color": "#9A5CC6",
"translate": "trim_material.tfc.amethyst"
},
"ingredient": "minecraft:amethyst_shard",
"item_model_index": 0
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "bismuth_tfc",
"description": {
"color": "#8bbbc4",
"translate": "trim_material.tfc.bismuth"
},
"ingredient": "gtceu:bismuth_ingot",
"item_model_index": 1
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "diamond_tfc",
"description": {
"color": "#6EECD2",
"translate": "trim_material.tfc.diamond"
},
"ingredient": "minecraft:diamond",
"item_model_index": 0.1
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "emerald_tfc",
"description": {
"color": "#11A036",
"translate": "trim_material.tfc.emerald"
},
"ingredient": "minecraft:emerald",
"item_model_index": 0.2
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "gold_tfc",
"description": {
"color": "#DEB12D",
"translate": "trim_material.tfc.gold"
},
"ingredient": "minecraft:gold_ingot",
"item_model_index": 0.9
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "lapis_lazuli_tfc",
"description": {
"color": "#416E97",
"translate": "trim_material.tfc.lapis_lazuli"
},
"ingredient": "minecraft:lapis_lazuli",
"item_model_index": 0.3
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "opal_tfc",
"description": {
"color": "#75e7eb",
"translate": "trim_material.tfc.opal"
},
"ingredient": "gtceu:opal_gem",
"item_model_index": 0.4
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "pyrite_tfc",
"description": {
"color": "#e6c44c",
"translate": "trim_material.tfc.pyrite"
},
"ingredient": "gtceu:raw_pyrite",
"item_model_index": 0.4
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "rose_gold_tfc",
"description": {
"color": "#fcdd86",
"translate": "trim_material.tfc.rose_gold"
},
"ingredient": "gtceu:rose_gold_ingot",
"item_model_index": 0.95
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "ruby_tfc",
"description": {
"color": "#971607",
"translate": "trim_material.tfc.ruby"
},
"ingredient": "gtceu:ruby_gem",
"item_model_index": 0.5
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "sapphire_tfc",
"description": {
"color": "#183dde",
"translate": "trim_material.tfc.sapphire"
},
"ingredient": "gtceu:sapphire_gem",
"item_model_index": 0.6
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "silver_tfc",
"description": {
"color": "#edeadf",
"translate": "trim_material.tfc.silver"
},
"ingredient": "gtceu:silver_ingot",
"item_model_index": 0.8
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "sterling_silver_tfc",
"description": {
"color": "#ccc7b6",
"translate": "trim_material.tfc.sterling_silver"
},
"ingredient": "gtceu:sterling_silver_ingot",
"item_model_index": 0.85
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "topaz_tfc",
"description": {
"color": "#c27a0e",
"translate": "trim_material.tfc.topaz"
},
"ingredient": "gtceu:topaz_gem",
"item_model_index": 0.7
}

2
mods

@ -1 +1 @@
Subproject commit 433029cf70498a6bfa820bf759f28009a991c886
Subproject commit d39fe4083f1b5110fd598c470642acf1ddff4062