Add files via upload

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-01-13 14:02:32 +00:00 committed by GitHub
parent 8741d77147
commit ce9d9c33a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 69 additions and 0 deletions

View file

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

View file

@ -0,0 +1,12 @@
{
"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"
}
}

View file

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

View file

@ -0,0 +1,12 @@
{
"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"
}
}

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
}