Compare commits

...

5 Commits

Author SHA1 Message Date
1790fd023f Bad json in manifest 2024-12-18 16:45:30 -06:00
7d2390c1a4 Added lazy ae2 remove client tweaks 2024-12-18 16:21:59 -06:00
0c4447f025 ae2 fluid crafting rework 2024-12-18 16:19:46 -06:00
e540055241 Added customizable player models 2024-12-18 16:19:04 -06:00
5082942bb2 added immersive vehicles 2024-12-18 16:17:19 -06:00
6 changed files with 5294 additions and 8 deletions

View File

@ -15,11 +15,36 @@
"author": "__tracer",
"name": "nomi-ceu",
"files": [
{
"projectID": 292217,
"fileID": 5621528,
"required": true
},
{
"projectID": 286703,
"fileID": 5669731,
"required": true
},
{
"projectID": 439870,
"fileID": 5689775,
"required": true
},
{
"projectID": 623955,
"fileID": 5751930,
"required": true
},
{
"projectID": 322347,
"fileID": 3254160,
"required": true
},
{
"projectID": 254317,
"fileID": 3840727,
"required": true
{,
},
{
"projectID": 223008,
"fileID": 5741939,
@ -29,7 +54,7 @@
"projectID": 220318,
"fileID": 3558882,
"required": true
{,
},
"projectID": 32274,
"fileID": 5172461,
"required": true
@ -294,12 +319,6 @@
"fileID": 2845365,
"required": true
},
{
"projectID": 251407,
"fileID": 2624712,
"required": true,
"sides": ["client"]
},
{
"projectID": 251792,
"fileID": 3017440,

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,703 @@
{
"renderingSettings": {
"renderHUD_1P": {
"value": true,
"comment": "If false, the HUD in vehicles will not render in 1st-person mode."
},
"renderHUD_3P": {
"value": true,
"comment": "If false, the HUD in vehicles will not render in 3rd-person mode."
},
"fullHUD_1P": {
"value": true,
"comment": "If true, the full-size HUD will render in 1st-person rather than the half-size HUD."
},
"fullHUD_3P": {
"value": false,
"comment": "If true, the full-size HUD will render in 3rd-person rather than the half-size HUD."
},
"transpHUD_1P": {
"value": false,
"comment": "If true, the background textures for the HUD will not be rendered in 1st-person."
},
"transpHUD_3P": {
"value": false,
"comment": "If true, the background textures for the HUD will not be rendered in 1st-person."
},
"renderWindows": {
"value": true,
"comment": "Should the glass on windows be rendered on vehicles?"
},
"innerWindows": {
"value": false,
"comment": "Should the glass on windows be rendered on the inside of the vehicle? Note: if renderWindows is false, this config has no effect."
},
"vehicleBeams": {
"value": true,
"comment": "If false, beams on vehicles will not render."
},
"blockBeams": {
"value": true,
"comment": "If false, beams on blocks will not render."
},
"brightLights": {
"value": true,
"comment": "If false, lights from vehicles and blocks will not make themselves bright and instead will render as if they were part of the model at that same brightness. Useful if you have shaders and this is causing troubles."
},
"blendedLights": {
"value": true,
"comment": "If false, beam-based lights from vehicles and blocks will not do brightness blending. This is different from the general brightness setting as this will do OpenGL blending on the world to make it brighter, not just the beams themselves."
},
"playerTweaks": {
"value": true,
"comment": "If true, player hands will be modified when holding guns, and hands and legs will be modified when riding in vehicles. Set this to false (and restart the game) if mods cause issues, like two-hand rendering or player model issues. Automatically set to false if some mods are detected."
},
"renderingMode": {
"value": 0,
"comment": "Internal rendering mode value, don't touch!"
}
},
"controlSettings": {
"kbOverride": {
"value": false,
"comment": "Should keyboard controls be ignored when a joystick control is mapped? Leave true to free up the keyboard while using a joysick."
},
"north360": {
"value": true,
"comment": "If true, instruments will represent North as 360 degrees, instead of the Minecraft default of 180. Allows using the heading system that real-world pilots and militaries do."
},
"simpleThrottle": {
"value": true,
"comment": "If true, then vehicles will automatically go into reverse after stopped with the brake rather than staying stopped and waiting for you to shift. When going in reverse, the opposite is true: the vehicle will shift into forwards when pressing forwards when stopped. Additionally, the parking brake will automatically be set when leaving the vehicle."
},
"halfThrottle": {
"value": false,
"comment": "If true, then the gas key will only be a half-throttle, with the MOD+Throttle key becoming the full-speed control. Useful if you want a more controlled vehicle experience. Only valid on car/boat types with on-off throttles, and does not work in conjunction with simpleThrottle as that changes how the MOD key works with gas and brake keys."
},
"autostartEng": {
"value": false,
"comment": "If true, engines will automatically start when a driver enters a vehicle, and will turn off when they leave. The parking brake will also be applied when leaving the vehicle. Note: this does not bypass the fuel or electrical system."
},
"autoTrnSignals": {
"value": true,
"comment": "If true, turns signals will come on automatically when you start a turn, and will turn off when the turn completes. If this is false, then they will only be able to be activated with the keybinds or via the panel."
},
"useShifter": {
"value": false,
"comment": "Set to true if you are using a shifter for shifting gears. Required since IV doesn't know this automatically since a shifter in neutral won't press any buttons."
},
"heliAutoLevel": {
"value": true,
"comment": "If true, helicopters will automatically return to level flight when you let off the control stick. However, this will prevent them from doing loops. The realistic value for this config is false, but the one that's more player-freindly is true. Hence it being the default."
},
"classicJystk": {
"value": false,
"comment": "If true, the classic controller code will be used. Note: THIS CODE MAY CRASH MOBILE DEVICES! Also note that switching will probably mess up your keybinds. Only do this if you are having issues with a joystick or controller not being recognized. After changing this setting, reboot the game to make it take effect."
},
"steeringControlRate": {
"value": 2.0,
"comment": "How many degrees to turn the wheels on vehicles for every tick the button is held down. This is not used when using a joystick."
},
"steeringReturnRate": {
"value": 4.0,
"comment": "How many degrees to turn the wheels on vehicles for every tick the button is NOT held down. This is not used when using a joystick."
},
"flightControlRate": {
"value": 0.6,
"comment": "How many degrees to move the elevators and ailerons on aircraft for every tick the button is held down. This is not used when using a joystick."
},
"mouseYokeRate": {
"value": 0.1,
"comment": "How many degrees to move control surfaces for every 1 mouse unit change. Used for mouse yoke controls."
},
"joystickDeadZone": {
"value": 0.03,
"comment": "Dead zone for joystick axis. This is NOT joystick specific."
},
"soundVolume": {
"value": 1.0,
"comment": "Volume for all sounds in the mod. This is used instead of the game's master volume."
},
"radioVolume": {
"value": 1.0,
"comment": "Volume for radios in the mod. This is used instead of the game's master volume."
}
},
"controls": {
"keysetID": 12,
"keyboard": {
"car.mod": {
"keyCode": 54
},
"aircraft.js_inhibit": {
"keyCode": 70
},
"aircraft.brake": {
"keyCode": 45
},
"aircraft.throttle_u": {
"keyCode": 46
},
"car.lights": {
"keyCode": 76
},
"car.panel": {
"keyCode": 34
},
"car.shift_u": {
"keyCode": 25
},
"car.horn": {
"keyCode": 36
},
"aircraft.radio": {
"keyCode": 12
},
"aircraft.yaw_l": {
"keyCode": 35
},
"aircraft.changeview": {
"keyCode": 16
},
"car.gas": {
"keyCode": 51
},
"aircraft.throttle_d": {
"keyCode": 20
},
"aircraft.gun_fire": {
"keyCode": 57
},
"car.turn_l": {
"keyCode": 30
},
"aircraft.roll_l": {
"keyCode": 30
},
"aircraft.gun_switch": {
"keyCode": 47
},
"car.turn_r": {
"keyCode": 18
},
"aircraft.yaw_r": {
"keyCode": 49
},
"aircraft.roll_r": {
"keyCode": 18
},
"car.shift_d": {
"keyCode": 22
},
"car.turnsignal_r": {
"keyCode": 77
},
"car.radio": {
"keyCode": 12
},
"car.gun_fire": {
"keyCode": 57
},
"aircraft.pitch_d": {
"keyCode": 51
},
"car.zoom_o": {
"keyCode": 209
},
"aircraft.zoom_o": {
"keyCode": 209
},
"aircraft.zoom_i": {
"keyCode": 201
},
"car.js_inhibit": {
"keyCode": 70
},
"aircraft.flaps_d": {
"keyCode": 32
},
"car.zoom_i": {
"keyCode": 201
},
"car.gun_switch": {
"keyCode": 37
},
"car.changeview": {
"keyCode": 45
},
"aircraft.pitch_u": {
"keyCode": 24
},
"aircraft.mod": {
"keyCode": 54
},
"aircraft.flaps_u": {
"keyCode": 33
},
"car.brake": {
"keyCode": 24
},
"aircraft.panel": {
"keyCode": 34
},
"car.turnsignal_l": {
"keyCode": 75
},
"general.custom1": {
"keyCode": 82
},
"general.custom2": {
"keyCode": 79
},
"general.custom3": {
"keyCode": 80
},
"general.custom4": {
"keyCode": 81
},
"general.reload": {
"keyCode": 19
},
"aircraft.park": {
"keyCode": 54
},
"car.park": {
"keyCode": 49
}
},
"joystick": {
"general.custom1": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"general.custom2": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"general.custom3": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"general.custom4": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"general.reload": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.camlock": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.yaw": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.pitch": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.roll": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.throttle": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.brake": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.brake_digital": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.gear": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.flaps_u": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.flaps_d": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.panel": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.park": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.radio": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.gun_fire": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.gun_switch": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.zoom_i": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.zoom_o": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.changeview": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.look_l": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.look_r": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.look_u": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.look_d": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.look_a": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.trim_yaw_r": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.trim_yaw_l": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.trim_pitch_u": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.trim_pitch_d": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.trim_roll_r": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.trim_roll_l": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.reverse": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"aircraft.js_inhibit": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.mod": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.camlock": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.turn": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.gas": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.brake": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.brake_digital": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.panel": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_u": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_d": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_1": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_2": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_3": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_4": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_5": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_6": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_7": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_8": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_9": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.shift_r": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.horn": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.park": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.radio": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.gun_fire": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.gun_switch": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.zoom_i": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.zoom_o": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.changeview": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.look_l": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.look_r": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.look_u": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.look_d": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.look_a": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.lights": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.turnsignal_l": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.turnsignal_r": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
},
"car.js_inhibit": {
"buttonIndex": 0,
"invertedAxis": false,
"axisMinTravel": 0.0,
"axisMaxTravel": 0.0
}
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,24 @@
{
"comment1": "The following section is used for overriding the default 1:1 damage values applied to vehicles in packs from external sources.",
"comment2": "This is useful for modpack creators that wish to include MTS in packs with other weapons that don't know about the various hitbox and armor systems.",
"comment3": "The entries in here are first indexed by the pack, then the vehicle ID.",
"comment4": "If you need the full listing of items, set dumpDamageConfig to true in the general config section.",
"comment5": "This will overwrite this file with all vehicles in all packs.",
"overrides": {
"mtsofficialpack": {
"gmcbrig": 2.0,
"e500": 2.0,
"trimotor": 2.0,
"comanche": 2.0,
"pzl37los": 2.0,
"scout": 2.0,
"fordmustang70": 1.0,
"mc172": 2.0,
"vulcanair": 2.0,
"ft17": 2.0,
"pzlp11": 2.0,
"bell47g": 2.0,
"firetruck": 2.0
}
}
}

View File

@ -0,0 +1,296 @@
import com.nomiceu.nomilabs.groovy.ChangeRecipeBuilder
import com.nomiceu.nomilabs.groovy.ChangeRecipeBuilderCollection
import com.nomiceu.nomilabs.util.LabsModeHelper
import gregtech.api.recipes.RecipeBuilder
import gregtech.api.metatileentity.multiblock.CleanroomType
import gregtech.api.recipes.ingredients.GTRecipeItemInput
import gregtech.api.recipes.ingredients.nbtmatch.NBTCondition
import gregtech.api.recipes.ingredients.nbtmatch.NBTMatcher
import net.minecraft.item.ItemStack
import net.minecraftforge.fluids.FluidStack
import static gregtech.api.GTValues.*
import static com.nomiceu.nomilabs.groovy.GroovyHelpers.JEIHelpers.*
import static com.nomiceu.nomilabs.groovy.GroovyHelpers.GTRecipeHelpers.*
crafting.shapedBuilder()
.output(item('mts:mts.jerrycan'))
.matrix(
'TPP',
'PBP',
'PPP')
.key('T', ore('pipeTinyFluidSteel'))
.key('P', ore('plateSteel'))
.key('B', item('minecraft:bucket'))
.replace().register()
crafting.removeByOutput(item('mts:mts.charger'))
mods.gregtech.assembler.recipeBuilder()
.inputs(ore('plateAluminium') * 3, item('enderio:block_buffer', 1), item('mts:mts.jumpercable'), metaitem('hull.lv'))
.outputs(item('mts:mts.charger'))
.fluidInputs(fluid("soldering_alloy") * 72)
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.removeByOutput(item('mts:mts.custombench'))
mods.gregtech.assembler.recipeBuilder()
.inputs(ore('plateSteel') * 6, ore('workbench'), ore('screwSteel') * 6)
.outputs(item('mts:mts.custombench'))
.fluidInputs(fluid("plastic") * 144)
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.shapedBuilder()
.output(item('mts:mts.decorbench'))
.matrix(
'C ',
'PPP',
'F F'
)
.key('C', item('mts:mts.itembench'))
.key('P', ore('plateSteel'))
.key('F', ore("frameGtSteel"))
.replace().register()
crafting.shapedBuilder()
.output(item("mts:mts.enginebench"))
.matrix(
'SSS',
'BDS',
' PF')
.key("S", ore("ingotSteel"))
.key("B", ore("barsIron"))
.key("D", ore("dyeRed"))
.key("P", ore("plateSteel"))
.key("F", ore("frameGtSteel"))
.replace().register()
crafting.removeByOutput(item("mts:mts.fuelpump"))
mods.gregtech.assembler.recipeBuilder()
.inputs(metaitem("electric.pump.hv"), metaitem("cover.screen"), item("mts:mts.fuelhose"), ore("pipeHugeFluidSteel"), ore("circuitLv"))
.outputs(item("mts:mts.fuelpump"))
.fluidInputs(fluid("plastic") * 144)
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.removeByOutput(item("mts:mts.gunbench"))
mods.gregtech.assembler.recipeBuilder()
.inputs(metaitem("lathe.lv"), ore("frameGtSteel") * 3)
.outputs(item("mts:mts.gunbench"))
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.removeByOutput(item("mts:mts.itembench"))
mods.gregtech.assembler.recipeBuilder()
.inputs(metaitem("cover.screen"), ore("circuitLv") * 3, ore("oc:keyboard"), ore("frameGtAluminium"))
.outputs(item("mts:mts.itembench"))
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.removeByOutput(item("mts:mts.propellerbench"))
mods.gregtech.assembler.recipeBuilder()
.inputs(ore("toolHeadDrillSteel"), metaitem("electric.motor.hv") * 2, ore("circuitLv") * 2, ore("plateSteel") * 8)
.outputs(item("mts:mts.propellerbench"))
.duration(200).EUt(VHA[MV])
.buildAndRegister()
crafting.removeByOutput(item("mts:mts.seatbench"))
mods.gregtech.assembler.recipeBuilder()
.inputs(ore("toolHeadBuzzsawSteel"), metaitem("electric.motor.hv"), ore("plateIron") * 4)
.outputs(item("mts:mts.seatbench"))
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.shapedBuilder()
.output(item("mts:mts.wheelbench"))
.matrix(
' ',
'PSS',
'TFF')
.key("P", ore("pipeTinyFluidSteel"))
.key("S", ore("slabWood"))
.key("T", item("thermalexpansion:tank", 0))
.key("F", ore("frameGtWood"))
.replace().register()
crafting.removeByOutput(item("mts:mts.fuelhose"))
mods.gregtech.assembler.recipeBuilder()
.inputs(ore("ringRubber") * 2, ore("pipeTinyFluidSteel") * 2)
.outputs(item("mts:mts.fuelhose"))
.fluidInputs(fluid("rubber") * 144)
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.removeByOutput(item("mts:mts.jumpercable"))
mods.gregtech.assembler.recipeBuilder()
.inputs(ore("cableGtSingleRedAlloy") * 4, ore("plateCopper") * 4, ore("dyeRed"), ore("dyeBlue"))
.outputs(item("mts:mts.jumpercable"))
.fluidInputs(fluid("soldering_alloy") * 72)
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.shapedBuilder()
.output(item("mts:mts.jumperpack"))
.matrix(
'AJA',
'PBP',
'YPY'
)
.key("A", ore("plateAluminium"))
.key("J", item("mts:mts.jumpercable"))
.key("P", ore("platePlastic"))
.key("Y", ore("dyeYellow"))
.key("B", item('gregtech:meta_item_1', 735).withNbt(['Charge': 120000L]))
.replace().register()
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.ft17_blue'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.ft17_gray'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.ft17_olive'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.ft17_tan'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.pzl37los'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.pzl37los_arctic'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.pzl37los_brown'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.pzl37los_green'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.pzl37los_tan'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.pzlp11'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.pzlp11_brown'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.pzlp11_green'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.pzlp11_tan'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.aa_base'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.aa_turret_37'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.aa_turret_762'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.ammocrate_bomb_250'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.ammocrate_rocket'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.ammocrate_shell37_ap'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.ammocrate_shell37_he'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.ammocrate_shell37_prox'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.basicbomb_hardpoint'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.double_bombrack'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.drill'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.ft17track'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.gunft17turret'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.gunm1919'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.gunobserver'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.gunrocketlauncher'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.gunrocketpod'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.heavy_bombrack'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.pzl37_bombrack'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.basicbomb'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.bullet3700he'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.bullet3700he_mag'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.bullet3700proxy'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.bullet3700proxy_mag'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.bullet3700solid'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.bullet3700solid_mag'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.bullet762'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.bulletrocket'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.heavy_bomb'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.basecartridge'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.copperwire'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.circuit'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.fuzeimpact'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.fuzeproxy'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.metaltube'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.plastic'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.plating'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.processor'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.screws'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.smallarmscartridge'))
removeAndHideItemIgnoreNBT(item('mts:mtsofficialpack.solidfuel'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.ft17_blue'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.ft17_gray'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.ft17_olive'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.ft17_tan'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.pzl37los'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.pzl37los_arctic'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.pzl37los_brown'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.pzl37los_green'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.pzl37los_tan'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.pzlp11'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.pzlp11_brown'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.pzlp11_green'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.pzlp11_tan'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.aa_base'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.aa_turret_37'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.aa_turret_762'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.ammocrate_bomb_250'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.ammocrate_rocket'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.ammocrate_shell37_ap'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.ammocrate_shell37_he'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.ammocrate_shell37_prox'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.basicbomb_hardpoint'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.double_bombrack'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.drill'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.ft17track'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.gunft17turret'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.gunm1919'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.gunobserver'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.gunrocketlauncher'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.gunrocketpod'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.heavy_bombrack'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.pzl37_bombrack'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.basicbomb'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.bullet3700he'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.bullet3700he_mag'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.bullet3700proxy'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.bullet3700proxy_mag'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.bullet3700solid'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.bullet3700solid_mag'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.bullet762'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.bulletrocket'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.heavy_bomb'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.basecartridge'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.copperwire'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.circuit'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.fuzeimpact'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.fuzeproxy'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.metaltube'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.plastic'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.plating'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.processor'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.screws'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.smallarmscartridge'))
mods.jei.ingredient.hide(item('mts:mtsofficialpack.solidfuel'))
crafting.removeByOutput(item("mts:mtsofficialpack.blowtorch"))
mods.gregtech.assembler.recipeBuilder()
.inputs(ore("pipeTinyFluidSteel"), ore("pipeTinyFluidBronze"), ore("gemFlint"), ore("nuggetSteel"))
.outputs(item("mts:mtsofficialpack.blowtorch"))
.fluidInputs(fluid("propane") * 1000)
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.shapedBuilder()
.output(item("mts:mtsofficialpack.headlight"))
.matrix(
' G',
'PL ',
'WP ',
)
.key('G', ore("paneGlassColorless"))
.key("P", ore("plateIron"))
.key("L", item("minecraft:redstone_lamp"))
.key("W", ore("wireFineCopper"))
.replace().register()
crafting.removeByOutput(item("mts:mtsofficialpack.piston"))
mods.gregtech.assembler.recipeBuilder()
.inputs(ore("plateSteel"), ore("stickSteel") * 2, ore("ringSteel") * 2, ore("screwSteel") * 2)
.outputs(item("mts:mtsofficialpack.piston"))
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.removeByOutput(item("mts:mtsofficialpack.sparkplug"))
mods.gregtech.assembler.recipeBuilder()
.inputs(ore("stickCupronickel"), ore("nuggetLead"), ore("dustCoal"), ore("ringRubber"), ore("pipeTinyFluidSteel"))
.outputs(item("mts:mtsofficialpack.sparkplug"))
.fluidInputs(fluid("soldering_alloy") * 72)
.duration(200).EUt(VHA[LV])
.buildAndRegister()
crafting.shapelessBuilder()
.output(item("mts:mtsofficialpack.extinguisherfoam"))
.input(item("mts:mtsofficialpack.watercannon_proj"))
.replace().register()