Skip to content

Commit

Permalink
GT1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell5200 committed Dec 24, 2024
1 parent 38fd538 commit 49d21f6
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 26 deletions.
2 changes: 1 addition & 1 deletion kubejs/startup_scripts/gtceu/alcr.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GTCEuStartupEvents.registry('gtceu:machine', allthemods => {
.rotationState(RotationState.NON_Y_AXIS)
.appearanceBlock(GTBlocks.CASING_PTFE_INERT)
.recipeTypes('large_chemical_reactor')
.recipeModifiers([GTRecipeModifiers.PARALLEL_HATCH, GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply(OverclockingLogic.PERFECT_OVERCLOCK)])
.recipeModifiers([GTRecipeModifiers.PARALLEL_HATCH, GTRecipeModifiers.OC_PERFECT])
.pattern(definition => FactoryBlockPattern.start()
.aisle('c c', 'ccccc', 'c c', 'ccccc', 'c c')
.aisle('ccccc', 'cpppc', 'cwwwc', 'cpppc', 'ccccc')
Expand Down
6 changes: 3 additions & 3 deletions kubejs/startup_scripts/gtceu/apiary.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GTCEuStartupEvents.registry('gtceu:machine', allthemods => {
.recipeType('apiary_i')
.appearanceBlock(GTBlocks.CASING_STAINLESS_CLEAN)
.tooltips(Component.translatable("kubejs.apiary_i.tooltip.bee_eater"))
.recipeModifiers([GTRecipeModifiers.PARALLEL_HATCH, GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply(OverclockingLogic.NON_PERFECT_OVERCLOCK)])
.recipeModifiers([GTRecipeModifiers.PARALLEL_HATCH, GTRecipeModifiers.OC_NON_PERFECT])
.pattern(definition => FactoryBlockPattern.start()
.aisle(' CCC ', ' CCC ', ' CCC ', ' CCC ', ' CCC ', ' CCC ')
.aisle(' CCCCC ', ' CMMMC ', ' CW#WC ', ' CW#WC ', ' CWWWC ', ' CCCCC ')
Expand Down Expand Up @@ -60,7 +60,7 @@ GTCEuStartupEvents.registry('gtceu:machine', allthemods => {
.recipeType('apiary_ii')
.appearanceBlock(GTBlocks.CASING_TITANIUM_STABLE)
.tooltips(Component.translatable("kubejs.apiary_ii.tooltip.bee_requirements"))
.recipeModifier(GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply(OverclockingLogic.NON_PERFECT_OVERCLOCK))
.recipeModifier(GTRecipeModifiers.OC_NON_PERFECT)
.pattern(definition => FactoryBlockPattern.start()
.aisle(' CCC ', ' CCC ', ' CCC ', ' CCC ', ' CCC ', ' CCC ')
.aisle(' CCCCC ', ' CMMMC ', ' CW#WC ', ' CW#WC ', ' CWWWC ', ' CCCCC ')
Expand Down Expand Up @@ -88,7 +88,7 @@ GTCEuStartupEvents.registry('gtceu:machine', allthemods => {
.rotationState(RotationState.NON_Y_AXIS)
.recipeType('comb_processor')
.appearanceBlock(GTBlocks.CASING_STEEL_SOLID)
.recipeModifiers([GTRecipeModifiers.PARALLEL_HATCH, GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply(OverclockingLogic.NON_PERFECT_OVERCLOCK)])
.recipeModifiers([GTRecipeModifiers.PARALLEL_HATCH, GTRecipeModifiers.OC_NON_PERFECT])
.pattern(definition => FactoryBlockPattern.start()
.aisle(' CCC ', ' ', ' S ', ' SSS ', ' SSSSS ', ' SSSSS ', ' SSSSS ', ' ', ' ', ' ', ' ', ' ')
.aisle(' CFFFC ', ' SSS ', ' SS SS ', ' SS SS ', ' S S ', ' S S ', ' S S ', ' ', ' ', ' ', ' ', ' ')
Expand Down
2 changes: 1 addition & 1 deletion kubejs/startup_scripts/gtceu/greenhouse.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GTCEuStartupEvents.registry('gtceu:machine', allthemods => {
.rotationState(RotationState.NON_Y_AXIS)
.recipeType('greenhouse')
.appearanceBlock(GTBlocks.CASING_STEEL_SOLID)
.recipeModifiers([GTRecipeModifiers.PARALLEL_HATCH, GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply(OverclockingLogic.PERFECT_OVERCLOCK)])
.recipeModifiers([GTRecipeModifiers.PARALLEL_HATCH, GTRecipeModifiers.OC_PERFECT])
.pattern(definition => FactoryBlockPattern.start()
.aisle('CCC', 'CCC', 'CGC', 'CGC', 'CCC')
.aisle('CCC', 'FPF', 'G#G', 'GIG', 'CGC')
Expand Down
6 changes: 3 additions & 3 deletions kubejs/startup_scripts/gtceu/mega_fusion_reactor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions kubejs/startup_scripts/gtceu/micro_universe_orb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 16 additions & 7 deletions kubejs/startup_scripts/gtceu/miner.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.

GTCEuStartupEvents.registry("gtceu:machine", event => {

event.create("world_data_scanner", "simple", GTValues.LV, GTValues.MV, GTValues.HV, GTValues.EV, GTValues.IV, GTValues.LuV, GTValues.ZPM, GTValues.UV, GTValues.UHV)
.rotationState(RotationState.NON_Y_AXIS)
.recipeType("world_data_scanner", true, true)
.workableTieredHullRenderer("gtceu:block/machines/scanner")
.tankScalingFunction(tier => tier * 0 + 64000)
event.create("world_data_scanner", "simple")
.tiers(GTValues.LV, GTValues.MV, GTValues.HV, GTValues.EV, GTValues.IV, GTValues.LuV, GTValues.ZPM, GTValues.UV, GTValues.UHV)
.definition((tier, builder) =>
builder
.rotationState(RotationState.NON_Y_AXIS)
.recipeType("world_data_scanner")
.workableTieredHullRenderer("gtceu:block/machines/scanner")
)

event.create("void_miner", "multiblock")
.rotationState(RotationState.NON_Y_AXIS)
.recipeType("void_miner")
.recipeModifier(GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply(OverclockingLogic.NON_PERFECT_OVERCLOCK))
.recipeModifier(GTRecipeModifiers.OC_NON_PERFECT)
.appearanceBlock(GTBlocks.CASING_TITANIUM_STABLE)
.pattern((definition) =>
FactoryBlockPattern.start()
Expand Down Expand Up @@ -54,4 +60,7 @@ StartupEvents.registry("item", event => {
.texture("gtceu:item/data_stick")
event.create("end_data")
.texture("gtceu:item/data_stick")
})
})

// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
12 changes: 6 additions & 6 deletions kubejs/startup_scripts/gtceu/starforge.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49d21f6

Please sign in to comment.