copied from 0.8.1

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-01-13 15:24:02 +00:00 committed by GitHub
parent 5b834e6a05
commit f2f86a1bf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 119 additions and 35 deletions

View file

@ -1,9 +1,9 @@
{
"asset_name": "amethyst",
"description": {
"translate": "trim_material.minecraft.amethyst",
"color": "#9A5CC6"
},
"ingredient": "tfc:gem/amethyst",
"item_model_index": 1
}
"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

@ -1,12 +1,9 @@
{
"asset_name": "diamond",
"description": {
"color": "#6EECD2",
"translate": "trim_material.minecraft.diamond"
},
"ingredient": "tfc:gem/diamond",
"item_model_index": 0.8,
"override_armor_materials": {
"diamond": "diamond_darker"
}
"asset_name": "diamond_tfc",
"description": {
"color": "#6EECD2",
"translate": "trim_material.tfc.diamond"
},
"ingredient": "minecraft:diamond",
"item_model_index": 0.1
}

View file

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

View file

@ -1,12 +1,9 @@
{
"asset_name": "gold",
"description": {
"color": "#DEB12D",
"translate": "trim_material.minecraft.gold"
},
"ingredient": "tfc:gem/diamond",
"item_model_index": 0.6,
"override_armor_materials": {
"gold": "gold_darker"
}
"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
}