fixed raw ore item textures for a bunch of gem materials
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "gtceu:item/material_sets/certus/poor_raw_ore",
|
||||
"layer1": "gtceu:item/material_sets/certus/poor_raw_ore_secondary"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "gtceu:item/material_sets/certus/raw_ore",
|
||||
"layer1": "gtceu:item/material_sets/certus/raw_ore_secondary"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "gtceu:item/material_sets/certus/rich_raw_ore",
|
||||
"layer1": "gtceu:item/material_sets/certus/rich_raw_ore_secondary"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "gtceu:item/material_sets/quartz/poor_raw_ore",
|
||||
"layer1": "gtceu:item/material_sets/quartz/poor_raw_ore_secondary"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "gtceu:item/material_sets/quartz/raw_ore",
|
||||
"layer1": "gtceu:item/material_sets/quartz/raw_ore_secondary"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "gtceu:item/material_sets/quartz/rich_raw_ore",
|
||||
"layer1": "gtceu:item/material_sets/quartz/rich_raw_ore_secondary"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "gtceu:item/material_sets/tfc_realgar/poor_raw_ore",
|
||||
"layer1": "gtceu:item/material_sets/tfc_realgar/poor_raw_ore_secondary"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "gtceu:item/material_sets/tfc_realgar/raw_ore",
|
||||
"layer1": "gtceu:item/material_sets/tfc_realgar/raw_ore_secondary"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "gtceu:item/material_sets/tfc_realgar/rich_raw_ore",
|
||||
"layer1": "gtceu:item/material_sets/tfc_realgar/rich_raw_ore_secondary"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 440 B |
|
After Width: | Height: | Size: 615 B |
|
After Width: | Height: | Size: 464 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 458 B |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 348 B |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 414 B |
|
After Width: | Height: | Size: 553 B |
|
After Width: | Height: | Size: 412 B |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 440 B |
|
After Width: | Height: | Size: 615 B |
|
After Width: | Height: | Size: 464 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 458 B |
|
|
@ -18,6 +18,7 @@ function registerTFCIconSets(event) {
|
|||
event.create('tfc_ruby').parent('ruby')
|
||||
event.create('tfc_sapphire').parent('gem_horizontal')
|
||||
event.create('tfc_topaz').parent('gem_vertical')
|
||||
event.create('tfc_realgar').parent('fine')
|
||||
|
||||
event.create('tfc_bismuth').parent('bright')
|
||||
event.create('tfc_cassiterite').parent('bright')
|
||||
|
|
|
|||
|
|
@ -72,6 +72,8 @@ const registerTFCMaterials = (event) => {
|
|||
GTMaterials.Chromite.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_chromite'))
|
||||
|
||||
GTMaterials.NetherQuartz.setMaterialIconSet(GTMaterialIconSet.getByName('nether_quartz'))
|
||||
GTMaterials.CertusQuartz.setMaterialIconSet(GTMaterialIconSet.getByName('certus'))
|
||||
GTMaterials.Quartzite.setMaterialIconSet(GTMaterialIconSet.getByName('quartz'))
|
||||
GTMaterials.RedAlloy.setMaterialIconSet(GTMaterialIconSet.SHINY)
|
||||
GTMaterials.TinAlloy.setMaterialIconSet(GTMaterialIconSet.SHINY)
|
||||
GTMaterials.BismuthBronze.setMaterialIconSet(GTMaterialIconSet.BRIGHT)
|
||||
|
|
@ -80,7 +82,7 @@ const registerTFCMaterials = (event) => {
|
|||
|
||||
GTMaterials.Aluminium.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_silver'))
|
||||
GTMaterials.Asbestos.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_gold'))
|
||||
GTMaterials.Almandine.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_redstone'))
|
||||
GTMaterials.Almandine.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_realgar'))
|
||||
GTMaterials.Beryllium.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_copper'))
|
||||
GTMaterials.Cobalt.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_sphalerite'))
|
||||
GTMaterials.Cobaltite.setMaterialIconSet(GTMaterialIconSet.LAPIS)
|
||||
|
|
@ -112,14 +114,14 @@ const registerTFCMaterials = (event) => {
|
|||
GTMaterials.Pitchblende.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_magnetite'))
|
||||
GTMaterials.VanadiumMagnetite.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_chromite'))
|
||||
GTMaterials.Wulfenite.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_borax'))
|
||||
GTMaterials.Realgar.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_redstone'))
|
||||
GTMaterials.Realgar.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_realgar'))
|
||||
GTMaterials.Spodumene.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_gypsum'))
|
||||
GTMaterials.Mica.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_sulfur'))
|
||||
GTMaterials.Barite.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_graphite'))
|
||||
GTMaterials.Alunite.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_saltpeter'))
|
||||
GTMaterials.Pyrochlore.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_hematite'))
|
||||
GTMaterials.Olivine.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_topaz'))
|
||||
GTMaterials.GarnetYellow.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_redstone'))
|
||||
GTMaterials.GarnetYellow.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_realgar'))
|
||||
GTMaterials.Trona.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_pyrite'))
|
||||
GTMaterials.Zeolite.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_copper'))
|
||||
GTMaterials.Electrotine.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_garnierite'))
|
||||
|
|
|
|||