Merge branch 'main' into create-additions

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-01-17 22:10:34 +00:00 committed by GitHub
commit 324ac1adda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 776 additions and 211 deletions

View file

@ -0,0 +1,18 @@
{
"values": [
"minecraft:amethyst_shard",
"gtceu:bismuth_ingot",
"minecraft:diamond",
"minecraft:emerald",
"minecraft:gold_ingot",
"minecraft:lapis_lazuli",
"gtceu:opal_gem",
"gtceu:raw_pyrite",
"gtceu:rose_gold_ingot",
"gtceu:ruby_gem",
"gtceu:sapphire_gem",
"gtceu:silver_ingot",
"gtceu:sterling_silver_ingot",
"gtceu:topaz_gem"
]
}

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",
"description": {
"color": "#416E97",
"translate": "trim_material.minecraft.lapis"
},
"ingredient": "tfc:gem/lapis_lazuli",
"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
}