Merge pull request #913 from Redeix/dev

Added support for armor trims. Added fishing nets. Added more cloth alternatives
This commit is contained in:
Redeix 2025-04-26 11:18:27 -05:00 committed by GitHub
commit 8eb77c41c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
219 changed files with 4932 additions and 2952 deletions

View file

@ -13,6 +13,7 @@
- Fixed milk curdling and olive oil recipes to be consistent with barrels/vats (TomPlop)
- Added universal circuits (from monifactory) for easier ae2 pattern upgrading (TomPlop)
- Added brine and vinegar recipes to GT machines (TomPlop)
- Increased Astikor Carts item size limit (Redeix)
- Changed some quests based on feedback
- Added recipes for digger helmet upgrades
- You can no longer use a blowpipe to hold hot ingots, but tongs have been buffed 6x instead
@ -53,6 +54,13 @@
- Slimeballs now smelt into glue
- Removed some more duplicate recipes for vanilla items
- Hid some more things in JEI that aren't craftable
- Added fishing nets in many tiers for scooping fishies
- Added nylon string and fabric
- Added phantom string and fabric, created from phantom membranes--Replacing them in recipes
- Added support for armor trims, fixed some broken textures, added a bunch of materials, and made a helper function.
- Added handcart recipe
- Allowed more blocks to be used as oven, forge, and bloomery insulation
- Fixed lang error with treated wood planks recipe
## [0.9.1] - 18.04.2025
### Changes

View file

@ -0,0 +1,92 @@
{
"sources": [
{
"type": "paletted_permutations",
"textures": [
"trims/models/armor/coast",
"trims/models/armor/coast_leggings",
"trims/models/armor/sentry",
"trims/models/armor/sentry_leggings",
"trims/models/armor/dune",
"trims/models/armor/dune_leggings",
"trims/models/armor/wild",
"trims/models/armor/wild_leggings",
"trims/models/armor/ward",
"trims/models/armor/ward_leggings",
"trims/models/armor/eye",
"trims/models/armor/eye_leggings",
"trims/models/armor/vex",
"trims/models/armor/vex_leggings",
"trims/models/armor/tide",
"trims/models/armor/tide_leggings",
"trims/models/armor/snout",
"trims/models/armor/snout_leggings",
"trims/models/armor/rib",
"trims/models/armor/rib_leggings",
"trims/models/armor/spire",
"trims/models/armor/spire_leggings",
"trims/models/armor/wayfinder",
"trims/models/armor/wayfinder_leggings",
"trims/models/armor/shaper",
"trims/models/armor/shaper_leggings",
"trims/models/armor/silence",
"trims/models/armor/silence_leggings",
"trims/models/armor/raiser",
"trims/models/armor/raiser_leggings",
"trims/models/armor/host",
"trims/models/armor/host_leggings"
],
"palette_key": "trims/color_palettes/trim_palette",
"permutations": {
"almandine_tfc": "tfc:color_palettes/trims/almandine_tfc",
"andradite_tfc": "tfc:color_palettes/trims/andradite_tfc",
"blue_topaz_tfc": "tfc:color_palettes/trims/blue_topaz_tfc",
"cinnabar_tfc": "tfc:color_palettes/trims/cinnabar_tfc",
"coal_tfc": "tfc:color_palettes/trims/coal_tfc",
"diamond_tfc": "tfc:color_palettes/trims/diamond_tfc",
"emerald_tfc": "tfc:color_palettes/trims/emerald_tfc",
"green_sapphire_tfc": "tfc:color_palettes/trims/green_sapphire_tfc",
"grossular_tfc": "tfc:color_palettes/trims/grossular_tfc",
"rutile_tfc": "tfc:color_palettes/trims/rutile_tfc",
"lazurite_tfc": "tfc:color_palettes/trims/lazurite_tfc",
"pyrope_tfc": "tfc:color_palettes/trims/pyrope_tfc",
"rock_salt_tfc": "tfc:color_palettes/trims/rock_salt_tfc",
"ruby_tfc": "tfc:color_palettes/trims/ruby_tfc",
"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",
"spessartine_tfc": "tfc:color_palettes/trims/spessartine_tfc",
"topaz_tfc": "tfc:color_palettes/trims/topaz_tfc",
"uvarovite_tfc": "tfc:color_palettes/trims/uvarovite_tfc",
"nether_quartz_tfc": "tfc:color_palettes/trims/nether_quartz_tfc",
"certus_quartz_tfc": "tfc:color_palettes/trims/certus_quartz_tfc",
"quartzite_tfc": "tfc:color_palettes/trims/quartzite_tfc",
"realgar_tfc": "tfc:color_palettes/trims/realgar_tfc",
"malachite_tfc": "tfc:color_palettes/trims/malachite_tfc",
"glass_tfc": "tfc:color_palettes/trims/glass_tfc",
"olivine_tfc": "tfc:color_palettes/trims/olivine_tfc",
"opal_tfc": "tfc:color_palettes/trims/opal_tfc",
"amethyst_tfc": "tfc:color_palettes/trims/amethyst_tfc",
"lapis_tfc": "tfc:color_palettes/trims/lapis_tfc",
"apatite_tfc": "tfc:color_palettes/trims/apatite_tfc",
"red_garnet_tfc": "tfc:color_palettes/trims/red_garnet_tfc",
"yellow_garnet_tfc": "tfc:color_palettes/trims/yellow_garnet_tfc",
"monazite_tfc": "tfc:color_palettes/trims/monazite_tfc",
"rose_quartz_tfc": "tfc:color_palettes/trims/rose_quartz_tfc",
"fluix_tfc": "tfc:color_palettes/trims/fluix_tfc",
"silver_tfc": "tfc:color_palettes/trims/silver_tfc",
"sterling_silver_tfc": "tfc:color_palettes/trims/sterling_silver_tfc",
"gold_tfc": "tfc:color_palettes/trims/gold_tfc",
"rose_gold_tfc": "tfc:color_palettes/trims/rose_gold_tfc",
"nickel_tfc": "tfc:color_palettes/trims/nickel_tfc",
"platinum_tfc": "tfc:color_palettes/trims/platinum_tfc",
"titanium_tfc": "tfc:color_palettes/trims/titanium_tfc",
"bismuth_tfc": "tfc:color_palettes/trims/bismuth_tfc",
"neutronium_tfc": "tfc:color_palettes/trims/neutronium_tfc",
"pyrite_tfc": "tfc:color_palettes/trims/pyrite_tfc",
"redx_tfc": "tfc:color_palettes/trims/redx_tfc"
}
}
]
}

View file

@ -0,0 +1,68 @@
{
"sources": [
{
"type": "paletted_permutations",
"textures": [
"trims/items/leggings_trim",
"trims/items/chestplate_trim",
"trims/items/helmet_trim",
"trims/items/boots_trim",
"tfc:item/helmet_trim",
"tfc:item/chestplate_trim",
"tfc:item/greaves_trim",
"tfc:item/boots_trim"
],
"palette_key": "trims/color_palettes/trim_palette",
"permutations": {
"almandine_tfc": "tfc:color_palettes/trims/almandine_tfc",
"andradite_tfc": "tfc:color_palettes/trims/andradite_tfc",
"blue_topaz_tfc": "tfc:color_palettes/trims/blue_topaz_tfc",
"cinnabar_tfc": "tfc:color_palettes/trims/cinnabar_tfc",
"coal_tfc": "tfc:color_palettes/trims/coal_tfc",
"diamond_tfc": "tfc:color_palettes/trims/diamond_tfc",
"emerald_tfc": "tfc:color_palettes/trims/emerald_tfc",
"green_sapphire_tfc": "tfc:color_palettes/trims/green_sapphire_tfc",
"grossular_tfc": "tfc:color_palettes/trims/grossular_tfc",
"rutile_tfc": "tfc:color_palettes/trims/rutile_tfc",
"lazurite_tfc": "tfc:color_palettes/trims/lazurite_tfc",
"pyrope_tfc": "tfc:color_palettes/trims/pyrope_tfc",
"rock_salt_tfc": "tfc:color_palettes/trims/rock_salt_tfc",
"ruby_tfc": "tfc:color_palettes/trims/ruby_tfc",
"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",
"spessartine_tfc": "tfc:color_palettes/trims/spessartine_tfc",
"topaz_tfc": "tfc:color_palettes/trims/topaz_tfc",
"uvarovite_tfc": "tfc:color_palettes/trims/uvarovite_tfc",
"nether_quartz_tfc": "tfc:color_palettes/trims/nether_quartz_tfc",
"certus_quartz_tfc": "tfc:color_palettes/trims/certus_quartz_tfc",
"quartzite_tfc": "tfc:color_palettes/trims/quartzite_tfc",
"realgar_tfc": "tfc:color_palettes/trims/realgar_tfc",
"malachite_tfc": "tfc:color_palettes/trims/malachite_tfc",
"glass_tfc": "tfc:color_palettes/trims/glass_tfc",
"olivine_tfc": "tfc:color_palettes/trims/olivine_tfc",
"opal_tfc": "tfc:color_palettes/trims/opal_tfc",
"amethyst_tfc": "tfc:color_palettes/trims/amethyst_tfc",
"lapis_tfc": "tfc:color_palettes/trims/lapis_tfc",
"apatite_tfc": "tfc:color_palettes/trims/apatite_tfc",
"red_garnet_tfc": "tfc:color_palettes/trims/red_garnet_tfc",
"yellow_garnet_tfc": "tfc:color_palettes/trims/yellow_garnet_tfc",
"monazite_tfc": "tfc:color_palettes/trims/monazite_tfc",
"rose_quartz_tfc": "tfc:color_palettes/trims/rose_quartz_tfc",
"fluix_tfc": "tfc:color_palettes/trims/fluix_tfc",
"silver_tfc": "tfc:color_palettes/trims/silver_tfc",
"sterling_silver_tfc": "tfc:color_palettes/trims/sterling_silver_tfc",
"gold_tfc": "tfc:color_palettes/trims/gold_tfc",
"rose_gold_tfc": "tfc:color_palettes/trims/rose_gold_tfc",
"nickel_tfc": "tfc:color_palettes/trims/nickel_tfc",
"platinum_tfc": "tfc:color_palettes/trims/platinum_tfc",
"titanium_tfc": "tfc:color_palettes/trims/titanium_tfc",
"bismuth_tfc": "tfc:color_palettes/trims/bismuth_tfc",
"neutronium_tfc": "tfc:color_palettes/trims/neutronium_tfc",
"pyrite_tfc": "tfc:color_palettes/trims/pyrite_tfc",
"redx_tfc": "tfc:color_palettes/trims/redx_tfc"
}
}
]
}

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

View file

@ -151,8 +151,6 @@
"item.tfg.luck_salvo": "Luck Salvo",
"item.tfg.resistance_salvo": "Resistance Salvo",
"item.tfg.paraffin_wax": "Paraffin Wax",
"item.tfg.flint_arrow_head": "Flint Arrow Head",
"item.tfg.fletching": "Fletching",
"item.tfg.conifer_rosin": "Conifer Rosin",
"item.tfg.hardwood_strip": "Hardwood Strip",
"item.tfg.soaked_hardwood_strip": "Soaked Hardwood Strip",
@ -179,7 +177,20 @@
"item.tfg.redblu_steel_hull_reinforcement": "Red & Blue Steel Hull Reinforcement",
"item.tfg.aluminium_hull_reinforcement": "Aluminium Hull Reinforcement",
"item.tfg.stainless_steel_hull_reinforcement": "Stainless Steel Hull Reinforcement",
"item.tfg.titanium_hull_reinforcement": "Titanium Hull Reinforcement",
"item.tfg.flint_arrow_head": "Flint Arrow Head",
"item.tfg.fletching": "Fletching",
"item.tfg.phantom_silk": "Phantom Silk",
"item.tfg.phantom_thread": "Phantom Thread",
"item.tfg.polycaprolactam_fabric": "Polycaprolactam Fabric",
"item.tfg.polycaprolactam_string": "Polycaprolactam String",
"item.tfg.fishing_net.wood": "Wood Fishing Net",
"item.tfg.fishing_net.brass": "Brass Fishing Net",
"item.tfg.fishing_net.rose_gold": "Rose Gold Fishing Net",
"item.tfg.fishing_net.sterling_silver": "Sterling Silver Fishing Net",
"item.tfg.fishing_net.invar": "Invar Fishing Net",
"item.tfg.fishing_net.cupronickel": "Cupronickel Fishing Net",
"item.tfg.fishing_net.tin_alloy": "Tin Alloy Fishing Net",
"item.tfg.fishing_net.magnalium": "Magnalium Fishing Net",
"item.ulv_universal_circuit": "ULV Universal Circuit",
"item.lv_universal_circuit": "LV Universal Circuit",
"item.mv_universal_circuit": "MV Universal Circuit",
@ -431,7 +442,7 @@
"tfc.recipe.barrel.simplylight.barrel.dyeing.illuminant_red_block": "Dyeing",
"tfc.recipe.barrel.simplylight.barrel.dyeing.illuminant_brown_block": "Dyeing",
"tfc.recipe.barrel.tfg.barrel.soak_hardwood_strip": "Soaking Hardwood Strips",
"tfc.recipe.barrel.tfc.barrel.treated_wood_planks": "Treating Wood Planks",
"tfc.recipe.barrel.tfg.barrel.treated_wood_planks": "Treating Wood Planks",
"tfc.recipe.barrel.tfg.barrel.packed_ice": "Freezing Ice",
"tfc.recipe.barrel.tfg.barrel.cooling_water_1": "Cooling Water",
"tfc.recipe.barrel.tfg.barrel.cooling_water_2": "Cooling Water",

View file

@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"parent": "item/generated",
"textures": {
"layer0": "tfg:item/fishing_nets/brass_fishing_net"
},
"display": {
"thirdperson_righthand": {
"rotation": [-8, 90, 56],
"translation": [0, 6.5, 2.25]
},
"thirdperson_lefthand": {
"rotation": [100, -91, 56],
"translation": [0, 6.5, 2.25]
},
"firstperson_righthand": {
"rotation": [-77, -30, 34],
"translation": [0, 1.75, -6]
},
"firstperson_lefthand": {
"rotation": [-69, 153, -36],
"translation": [0, 1.75, -6]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}

View file

@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"parent": "item/generated",
"textures": {
"layer0": "tfg:item/fishing_nets/cupronickel_fishing_net"
},
"display": {
"thirdperson_righthand": {
"rotation": [-8, 90, 56],
"translation": [0, 6.5, 2.25]
},
"thirdperson_lefthand": {
"rotation": [100, -91, 56],
"translation": [0, 6.5, 2.25]
},
"firstperson_righthand": {
"rotation": [-77, -30, 34],
"translation": [0, 1.75, -6]
},
"firstperson_lefthand": {
"rotation": [-69, 153, -36],
"translation": [0, 1.75, -6]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}

View file

@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"parent": "item/generated",
"textures": {
"layer0": "tfg:item/fishing_nets/invar_fishing_net"
},
"display": {
"thirdperson_righthand": {
"rotation": [-8, 90, 56],
"translation": [0, 6.5, 2.25]
},
"thirdperson_lefthand": {
"rotation": [100, -91, 56],
"translation": [0, 6.5, 2.25]
},
"firstperson_righthand": {
"rotation": [-77, -30, 34],
"translation": [0, 1.75, -6]
},
"firstperson_lefthand": {
"rotation": [-69, 153, -36],
"translation": [0, 1.75, -6]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}

View file

@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"parent": "item/generated",
"textures": {
"layer0": "tfg:item/fishing_nets/magnalium_fishing_net"
},
"display": {
"thirdperson_righthand": {
"rotation": [-8, 90, 56],
"translation": [0, 6.5, 2.25]
},
"thirdperson_lefthand": {
"rotation": [100, -91, 56],
"translation": [0, 6.5, 2.25]
},
"firstperson_righthand": {
"rotation": [-77, -30, 34],
"translation": [0, 1.75, -6]
},
"firstperson_lefthand": {
"rotation": [-69, 153, -36],
"translation": [0, 1.75, -6]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}

View file

@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"parent": "item/generated",
"textures": {
"layer0": "tfg:item/fishing_nets/rose_gold_fishing_net"
},
"display": {
"thirdperson_righthand": {
"rotation": [-8, 90, 56],
"translation": [0, 6.5, 2.25]
},
"thirdperson_lefthand": {
"rotation": [100, -91, 56],
"translation": [0, 6.5, 2.25]
},
"firstperson_righthand": {
"rotation": [-77, -30, 34],
"translation": [0, 1.75, -6]
},
"firstperson_lefthand": {
"rotation": [-69, 153, -36],
"translation": [0, 1.75, -6]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}

View file

@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"parent": "item/generated",
"textures": {
"layer0": "tfg:item/fishing_nets/sterling_silver_fishing_net"
},
"display": {
"thirdperson_righthand": {
"rotation": [-8, 90, 56],
"translation": [0, 6.5, 2.25]
},
"thirdperson_lefthand": {
"rotation": [100, -91, 56],
"translation": [0, 6.5, 2.25]
},
"firstperson_righthand": {
"rotation": [-77, -30, 34],
"translation": [0, 1.75, -6]
},
"firstperson_lefthand": {
"rotation": [-69, 153, -36],
"translation": [0, 1.75, -6]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}

View file

@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"parent": "item/generated",
"textures": {
"layer0": "tfg:item/fishing_nets/tin_alloy_fishing_net"
},
"display": {
"thirdperson_righthand": {
"rotation": [-8, 90, 56],
"translation": [0, 6.5, 2.25]
},
"thirdperson_lefthand": {
"rotation": [100, -91, 56],
"translation": [0, 6.5, 2.25]
},
"firstperson_righthand": {
"rotation": [-77, -30, 34],
"translation": [0, 1.75, -6]
},
"firstperson_lefthand": {
"rotation": [-69, 153, -36],
"translation": [0, 1.75, -6]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}

View file

@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"parent": "item/generated",
"textures": {
"layer0": "tfg:item/fishing_nets/wood_fishing_net"
},
"display": {
"thirdperson_righthand": {
"rotation": [-8, 90, 56],
"translation": [0, 6.5, 2.25]
},
"thirdperson_lefthand": {
"rotation": [100, -91, 56],
"translation": [0, 6.5, 2.25]
},
"firstperson_righthand": {
"rotation": [-77, -30, 34],
"translation": [0, 1.75, -6]
},
"firstperson_lefthand": {
"rotation": [-69, 153, -36],
"translation": [0, 1.75, -6]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

View file

@ -0,0 +1,9 @@
{
"asset_name": "almandine_tfc",
"description": {
"color": "#7b1112",
"translate": "trim_material.tfc.almandine_tfc"
},
"ingredient": "gtceu:exquisite_almandine_gem",
"item_model_index": 0.11
}

View file

@ -1,9 +0,0 @@
{
"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": "amethyst_tfc",
"description": {
"color": "#9b78ba",
"translate": "trim_material.tfc.amethyst_tfc"
},
"ingredient": "gtceu:exquisite_amethyst_gem",
"item_model_index": 0.173
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "andradite_tfc",
"description": {
"color": "#c29d1e",
"translate": "trim_material.tfc.andradite_tfc"
},
"ingredient": "gtceu:exquisite_andradite_gem",
"item_model_index": 0.12
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "apatite_tfc",
"description": {
"color": "#059cbb",
"translate": "trim_material.tfc.apatite_tfc"
},
"ingredient": "gtceu:exquisite_apatite_gem",
"item_model_index": 0.176
}

View file

@ -1,9 +0,0 @@
{
"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": "bismuth_tfc",
"description": {
"color": "#607c79",
"translate": "trim_material.tfc.bismuth_tfc"
},
"ingredient": "gtceu:bismuth_plate",
"item_model_index": 0.169
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "blue_topaz_tfc",
"description": {
"color": "#a7c1c6",
"translate": "trim_material.tfc.blue_topaz_tfc"
},
"ingredient": "gtceu:exquisite_blue_topaz_gem",
"item_model_index": 0.13
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "certus_quartz_tfc",
"description": {
"color": "#8ca4c4",
"translate": "trim_material.tfc.certus_quartz_tfc"
},
"ingredient": "gtceu:exquisite_certus_quartz_gem",
"item_model_index": 0.185
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "cinnabar_tfc",
"description": {
"color": "#c2274a",
"translate": "trim_material.tfc.cinnabar_tfc"
},
"ingredient": "gtceu:exquisite_cinnabar_gem",
"item_model_index": 0.14
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "coal_tfc",
"description": {
"color": "#2b2f32",
"translate": "trim_material.tfc.coal_tfc"
},
"ingredient": "gtceu:exquisite_coal_gem",
"item_model_index": 0.15
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "coke_tfc",
"description": {
"color": "#424847",
"translate": "trim_material.tfc.coke_tfc"
},
"ingredient": "gtceu:exquisite_coke_gem",
"item_model_index": 0.199
}

View file

@ -1,9 +0,0 @@
{
"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": "diamond_tfc",
"description": {
"color": "#98c2c6",
"translate": "trim_material.tfc.diamond_tfc"
},
"ingredient": "gtceu:exquisite_diamond_gem",
"item_model_index": 0.16
}

View file

@ -1,9 +0,0 @@
{
"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": "emerald_tfc",
"description": {
"color": "#11c254",
"translate": "trim_material.tfc.emerald_tfc"
},
"ingredient": "gtceu:exquisite_emerald_gem",
"item_model_index": 0.17
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "fluix_tfc",
"description": {
"color": "#53458d",
"translate": "trim_material.tfc.fluix_tfc"
},
"ingredient": "tfg:exquisite_fluix_gem",
"item_model_index": 0.162
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "glass_tfc",
"description": {
"color": "#c2c2c6",
"translate": "trim_material.tfc.glass_tfc"
},
"ingredient": "gtceu:exquisite_glass_gem",
"item_model_index": 0.189
}

View file

@ -1,9 +0,0 @@
{
"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": "gold_tfc",
"description": {
"color": "#ede65b",
"translate": "trim_material.tfc.gold_tfc"
},
"ingredient": "create:golden_sheet",
"item_model_index": 0.164
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "green_sapphire_tfc",
"description": {
"color": "#75af89",
"translate": "trim_material.tfc.green_sapphire_tfc"
},
"ingredient": "gtceu:exquisite_green_sapphire_gem",
"item_model_index": 0.18
}

View file

@ -0,0 +1,9 @@
{
"asset_name": "grossular_tfc",
"description": {
"color": "#c28b5c",
"translate": "trim_material.tfc.grossular_tfc"
},
"ingredient": "gtceu:exquisite_grossular_gem",
"item_model_index": 0.19
}

View file

@ -1,9 +0,0 @@
{
"asset_name": "lapis",
"description": {
"color": "#416E97",
"translate": "trim_material.minecraft.lapis"
},
"ingredient": "tfc:gem/lapis_lazuli",
"item_model_index": 0.9
}

View file

@ -1,9 +0,0 @@
{
"asset_name": "lapis_lazuli_tfc",
"description": {
"color": "#416E97",
"translate": "trim_material.tfc.lapis_lazuli"
},
"ingredient": "minecraft:lapis_lazuli",
"item_model_index": 0.3
}

Some files were not shown because too many files have changed in this diff Show more