coke gem trim -> armalcolite gem trim
This commit is contained in:
parent
1b161d09f8
commit
6944cb7083
9 changed files with 26 additions and 23 deletions
|
|
@ -55,7 +55,7 @@
|
|||
"salt_tfc": "tfc:color_palettes/trims/salt_tfc",
|
||||
"sapphire_tfc": "tfc:color_palettes/trims/sapphire_tfc",
|
||||
"sodalite_tfc": "tfc:color_palettes/trims/sodalite_tfc",
|
||||
"coke_tfc": "tfc:color_palettes/trims/coke_tfc",
|
||||
"armalcolite_tfc": "tfc:color_palettes/trims/armalcolite_tfc",
|
||||
"spessartine_tfc": "tfc:color_palettes/trims/spessartine_tfc",
|
||||
"topaz_tfc": "tfc:color_palettes/trims/topaz_tfc",
|
||||
"uvarovite_tfc": "tfc:color_palettes/trims/uvarovite_tfc",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"salt_tfc": "tfc:color_palettes/trims/salt_tfc",
|
||||
"sapphire_tfc": "tfc:color_palettes/trims/sapphire_tfc",
|
||||
"sodalite_tfc": "tfc:color_palettes/trims/sodalite_tfc",
|
||||
"coke_tfc": "tfc:color_palettes/trims/coke_tfc",
|
||||
"armalcolite_tfc": "tfc:color_palettes/trims/armalcolite_tfc",
|
||||
"spessartine_tfc": "tfc:color_palettes/trims/spessartine_tfc",
|
||||
"topaz_tfc": "tfc:color_palettes/trims/topaz_tfc",
|
||||
"uvarovite_tfc": "tfc:color_palettes/trims/uvarovite_tfc",
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 118 B |
9
kubejs/data/minecraft/trim_material/armalcolite_tfc.json
Normal file
9
kubejs/data/minecraft/trim_material/armalcolite_tfc.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"asset_name": "armalcolite_tfc",
|
||||
"description": {
|
||||
"color": "#424847",
|
||||
"translate": "trim_material.tfc.armalcolite_tfc"
|
||||
},
|
||||
"ingredient": "gtceu:exquisite_armalcolite_gem",
|
||||
"item_model_index": 0.199
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"asset_name": "coke_tfc",
|
||||
"description": {
|
||||
"color": "#424847",
|
||||
"translate": "trim_material.tfc.coke_tfc"
|
||||
},
|
||||
"ingredient": "gtceu:exquisite_coke_gem",
|
||||
"item_model_index": 0.199
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/armalcolite_tfc.json
Normal file
9
kubejs/data/tfc/trim_material/armalcolite_tfc.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"asset_name": "armalcolite_tfc",
|
||||
"description": {
|
||||
"color": "#424847",
|
||||
"translate": "trim_material.tfc.armalcolite_tfc"
|
||||
},
|
||||
"ingredient": "gtceu:exquisite_armalcolite_gem",
|
||||
"item_model_index": 0.199
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"asset_name": "coke_tfc",
|
||||
"description": {
|
||||
"color": "#424847",
|
||||
"translate": "trim_material.tfc.coke_tfc"
|
||||
},
|
||||
"ingredient": "gtceu:exquisite_coke_gem",
|
||||
"item_model_index": 0.199
|
||||
}
|
||||
|
|
@ -29,7 +29,7 @@ const materials = [
|
|||
{materialName: 'salt_tfc', nameColor: '#bebec2', itemName: 'gtceu:exquisite_salt_gem', indexNumber: 0.196},
|
||||
{materialName: 'sapphire_tfc', nameColor: '#2628b0', itemName: 'gtceu:exquisite_sapphire_gem', indexNumber: 0.197},
|
||||
{materialName: 'sodalite_tfc', nameColor: '#2e40c6', itemName: 'gtceu:exquisite_sodalite_gem', indexNumber: 0.198},
|
||||
{materialName: 'coke_tfc', nameColor: '#424847', itemName: 'gtceu:exquisite_coke_gem', indexNumber: 0.199},
|
||||
{materialName: 'armalcolite_tfc', nameColor: '#424847', itemName: 'gtceu:exquisite_armalcolite_gem', indexNumber: 0.199},
|
||||
{materialName: 'spessartine_tfc', nameColor: '#c28017', itemName: 'gtceu:exquisite_spessartine_gem', indexNumber: 0.181},
|
||||
{materialName: 'topaz_tfc', nameColor: '#b1a42d', itemName: 'gtceu:exquisite_topaz_gem', indexNumber: 0.182},
|
||||
{materialName: 'uvarovite_tfc', nameColor: '#22b43b', itemName: 'gtceu:exquisite_uvarovite_gem', indexNumber: 0.183},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue