Skip to content

Conversation

@Phoenixvine32908
Copy link
Contributor

Adds auto turbo chargers that allow input and output. Replaces those silly thermal machines.

Copy link
Owner

@NegaNote NegaNote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preliminary review of the stuff i immediately saw, seems to do its job properly with eu batteries in dev environment, will do more thorough review soon

also why isn't this in a branch????? don't pr from your fork's main branch bruh

ftbteams_version = 2001.3.0
jade_version = 11.6.3
ae2_version=15.4.10-cosmolite.32
ae2_version=15.4.10-cosmolite.26
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

??? revert this change please i don't want cosmolite to be downgraded

modImplementation("dev.architectury:architectury-forge:${architectury_version}")
jarJar(modImplementation("appeng:appliedenergistics2-forge:${ae2_version}"))
modImplementation("appeng:appliedenergistics2-forge:${ae2_version}")
jarJar("appeng:appliedenergistics2-forge:${ae2_version}")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary, the single line does both

Comment on lines +174 to +177
if (elec != null) return elec.getCharge() >= elec.getMaxCharge();

var fe = GTCapabilityHelper.getForgeEnergyItem(stack);
if (fe != null) return fe.getEnergyStored() >= fe.getMaxEnergyStored();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use curly braces for if-statements

Component.translatable("tooltip.monilabs.hyperbolic_microverse_projector.description.2"));
};

public static final MachineDefinition[] PARALLEL_HATCH = registerTieredParallelMachines("parallel_hatch",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove the parallel hatches????

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this removal

"block.monilabs.iv_auto_charger_4x": "§9Insane Voltage§r 4x Auto Turbo Charger",
"block.monilabs.knowledge_transmission_array": "Knowledge Transmission Array",
"block.monilabs.luv_auto_charger_4x": "§dLudicrous Voltage§r 4x Auto Turbo Charger",
"block.monilabs.lv_auto_charger_4x": "§7Low Voltage§r 4x Auto Turbo Charger",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

datagen is clearly not finished, there are no lang entries for zpm through uhv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants