-
Notifications
You must be signed in to change notification settings - Fork 14
Auto turbo chargers. #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # src/main/resources/assets/monilabs/sounds/microverse.ogg
NegaNote
left a comment
There was a problem hiding this 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 |
There was a problem hiding this comment.
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}") |
There was a problem hiding this comment.
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
| if (elec != null) return elec.getCharge() >= elec.getMaxCharge(); | ||
|
|
||
| var fe = GTCapabilityHelper.getForgeEnergyItem(stack); | ||
| if (fe != null) return fe.getEnergyStored() >= fe.getMaxEnergyStored(); |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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????
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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
Adds auto turbo chargers that allow input and output. Replaces those silly thermal machines.