custom tfc trim recipes
This commit is contained in:
parent
6477894d99
commit
36de03db06
15 changed files with 127 additions and 1 deletions
9
kubejs/data/tfc/trim_material/amethyst.json
Normal file
9
kubejs/data/tfc/trim_material/amethyst.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/bismuth.json
Normal file
9
kubejs/data/tfc/trim_material/bismuth.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/diamond.json
Normal file
9
kubejs/data/tfc/trim_material/diamond.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/emerald.json
Normal file
9
kubejs/data/tfc/trim_material/emerald.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/gold.json
Normal file
9
kubejs/data/tfc/trim_material/gold.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/lapis_lazuli.json
Normal file
9
kubejs/data/tfc/trim_material/lapis_lazuli.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/opal.json
Normal file
9
kubejs/data/tfc/trim_material/opal.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/pyrite.json
Normal file
9
kubejs/data/tfc/trim_material/pyrite.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/rose_gold.json
Normal file
9
kubejs/data/tfc/trim_material/rose_gold.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/ruby.json
Normal file
9
kubejs/data/tfc/trim_material/ruby.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/sapphire.json
Normal file
9
kubejs/data/tfc/trim_material/sapphire.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/silver.json
Normal file
9
kubejs/data/tfc/trim_material/silver.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/sterling_silver.json
Normal file
9
kubejs/data/tfc/trim_material/sterling_silver.json
Normal 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
|
||||
}
|
||||
9
kubejs/data/tfc/trim_material/topaz.json
Normal file
9
kubejs/data/tfc/trim_material/topaz.json
Normal 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
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit 433029cf70498a6bfa820bf759f28009a991c886
|
||||
Subproject commit d39fe4083f1b5110fd598c470642acf1ddff4062
|
||||
Loading…
Add table
Add a link
Reference in a new issue