This commit is contained in:
Pyritie 2026-02-04 00:29:11 +00:00
commit bd4aee52c4
21 changed files with 405 additions and 6 deletions

View file

@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch",
"x": 90
},
"facing=east": {
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch",
"y": 90
},
"facing=north": {
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch"
},
"facing=south": {
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch",
"x": 270
},
"facing=west": {
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch",
"y": 270
}
}
}

View file

@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch",
"x": 90
},
"facing=east": {
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch",
"y": 90
},
"facing=north": {
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch"
},
"facing=south": {
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch",
"x": 270
},
"facing=west": {
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch",
"y": 270
}
}
}

View file

@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "gtceu:block/machine/ev_256a_laser_source_hatch",
"x": 90
},
"facing=east": {
"model": "gtceu:block/machine/ev_256a_laser_source_hatch",
"y": 90
},
"facing=north": {
"model": "gtceu:block/machine/ev_256a_laser_source_hatch"
},
"facing=south": {
"model": "gtceu:block/machine/ev_256a_laser_source_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "gtceu:block/machine/ev_256a_laser_source_hatch",
"x": 270
},
"facing=west": {
"model": "gtceu:block/machine/ev_256a_laser_source_hatch",
"y": 270
}
}
}

View file

@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "gtceu:block/machine/ev_256a_laser_target_hatch",
"x": 90
},
"facing=east": {
"model": "gtceu:block/machine/ev_256a_laser_target_hatch",
"y": 90
},
"facing=north": {
"model": "gtceu:block/machine/ev_256a_laser_target_hatch"
},
"facing=south": {
"model": "gtceu:block/machine/ev_256a_laser_target_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "gtceu:block/machine/ev_256a_laser_target_hatch",
"x": 270
},
"facing=west": {
"model": "gtceu:block/machine/ev_256a_laser_target_hatch",
"y": 270
}
}
}

View file

@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch",
"x": 90
},
"facing=east": {
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch",
"y": 90
},
"facing=north": {
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch"
},
"facing=south": {
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch",
"x": 270
},
"facing=west": {
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch",
"y": 270
}
}
}

View file

@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch",
"x": 90
},
"facing=east": {
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch",
"y": 90
},
"facing=north": {
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch"
},
"facing=south": {
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch",
"x": 270
},
"facing=west": {
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch",
"y": 270
}
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:block/block",
"loader": "gtceu:machine",
"machine": "gtceu:ev_1024a_laser_source_hatch",
"replaceable_textures": [
"bottom",
"top",
"side"
],
"variants": {
"is_formed=false": {
"model": {
"parent": "gtceu:block/machine/part/laser_source_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
},
"is_formed=true": {
"model": {
"parent": "gtceu:block/machine/part/laser_source_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
}
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:block/block",
"loader": "gtceu:machine",
"machine": "gtceu:ev_1024a_laser_target_hatch",
"replaceable_textures": [
"bottom",
"top",
"side"
],
"variants": {
"is_formed=false": {
"model": {
"parent": "gtceu:block/machine/part/laser_target_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
},
"is_formed=true": {
"model": {
"parent": "gtceu:block/machine/part/laser_target_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
}
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:block/block",
"loader": "gtceu:machine",
"machine": "gtceu:ev_256a_laser_source_hatch",
"replaceable_textures": [
"bottom",
"top",
"side"
],
"variants": {
"is_formed=false": {
"model": {
"parent": "gtceu:block/machine/part/laser_source_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
},
"is_formed=true": {
"model": {
"parent": "gtceu:block/machine/part/laser_source_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
}
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:block/block",
"loader": "gtceu:machine",
"machine": "gtceu:ev_256a_laser_target_hatch",
"replaceable_textures": [
"bottom",
"top",
"side"
],
"variants": {
"is_formed=false": {
"model": {
"parent": "gtceu:block/machine/part/laser_target_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
},
"is_formed=true": {
"model": {
"parent": "gtceu:block/machine/part/laser_target_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
}
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:block/block",
"loader": "gtceu:machine",
"machine": "gtceu:ev_4096a_laser_source_hatch",
"replaceable_textures": [
"bottom",
"top",
"side"
],
"variants": {
"is_formed=false": {
"model": {
"parent": "gtceu:block/machine/part/laser_source_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
},
"is_formed=true": {
"model": {
"parent": "gtceu:block/machine/part/laser_source_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
}
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:block/block",
"loader": "gtceu:machine",
"machine": "gtceu:ev_4096a_laser_target_hatch",
"replaceable_textures": [
"bottom",
"top",
"side"
],
"variants": {
"is_formed=false": {
"model": {
"parent": "gtceu:block/machine/part/laser_target_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
},
"is_formed=true": {
"model": {
"parent": "gtceu:block/machine/part/laser_target_hatch",
"textures": {
"bottom": "gtceu:block/casings/voltage/ev/bottom",
"side": "gtceu:block/casings/voltage/ev/side",
"top": "gtceu:block/casings/voltage/ev/top"
}
}
}
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "gtceu:block/machine/ev_1024a_laser_source_hatch"
}

View file

@ -0,0 +1,3 @@
{
"parent": "gtceu:block/machine/ev_1024a_laser_target_hatch"
}

View file

@ -0,0 +1,3 @@
{
"parent": "gtceu:block/machine/ev_256a_laser_source_hatch"
}

View file

@ -0,0 +1,3 @@
{
"parent": "gtceu:block/machine/ev_256a_laser_target_hatch"
}

View file

@ -0,0 +1,3 @@
{
"parent": "gtceu:block/machine/ev_4096a_laser_source_hatch"
}

View file

@ -0,0 +1,3 @@
{
"parent": "gtceu:block/machine/ev_4096a_laser_target_hatch"
}

View file

@ -241,6 +241,12 @@ const registerTFCRecipes = (event) => {
.outputFluid(Fluid.of('tfc:vinegar', 250))
.id('tfc:barrel/vinegar')
// Clay dust to balls
event.recipes.tfc.barrel_sealed(8000)
.inputs('gtceu:clay_dust',TFC.fluidStackIngredient('minecraft:water', 250))
.outputItem('1x minecraft:clay_ball')
.id('tfc:barrel/clay_ball')
// Borax to flux
event.recipes.tfc.quern('4x tfc:powder/flux', 'gtceu:borax_dust')
.id(`tfg:quern/borax`)

View file

@ -200,7 +200,7 @@ function registerTFGCasingRecipes(event) {
.itemInputs('gtceu:ostrum_frame', '4x #forge:plates/titanium_tungsten_carbide', '16x #forge:fine_wires/copper',
'16x #forge:fine_wires/tungsten_bismuth_oxide_composite')
.inputFluids(Fluid.of('gtceu:reinforced_epoxy_resin', 288))
.itemOutputs('2x tfg:machine_casing_power_casing')
.itemOutputs('4x tfg:machine_casing_power_casing')
.circuit(6)
.duration(2.5 * 20)
.EUt(GTValues.VA[GTValues.EV])