Rebalance energy values. First draft/attempt. #419

Merged
Rover656 merged 12 commits from collaboration/powerbalancing into dev/1.20.1 2023-08-04 20:05:00 +00:00
Rover656 commented 2023-08-03 18:51:20 +00:00 (Migrated from github.com)

Description

Rebalancing of energy values across the mod.
Edit(agnor): changing and renaming of solar panel tiers

Checklist:

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you).
  • I have performed a self-review of my own code.
  • I have commented my code in areas it may be challenging to understand.
  • I have made corresponding changes to the documentation.
  • My changes are ready for review from a contributor.
# Description Rebalancing of energy values across the mod. Edit(agnor): changing and renaming of solar panel tiers <!-- For drafts, fill this in as you go; if you are leaving draft, make sure these are all done --> # Checklist: - [ ] My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you). - [ ] I have performed a self-review of my own code. - [ ] I have commented my code in areas it may be challenging to understand. <!-- (Although we prefer code that is readable instead of over-commented) --> - [ ] I have made corresponding changes to the documentation. - [ ] My changes are ready for review from a contributor. <!-- Thanks to: https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ for the building blocks of this template -->
ferriarnus (Migrated from github.com) reviewed 2023-08-03 21:48:56 +00:00
ferriarnus (Migrated from github.com) commented 2023-08-03 21:48:56 +00:00

Should we rename the solar tiers to match the new recipe/capacitor banks?

Should we rename the solar tiers to match the new recipe/capacitor banks?
justliliandev (Migrated from github.com) requested changes 2023-08-04 00:08:45 +00:00
@ -446,0 +446,4 @@
version_hash = "-" + "git rev-parse --short HEAD".execute().text.trim()
} catch (ignored) {
}
justliliandev (Migrated from github.com) commented 2023-08-03 22:43:54 +00:00

??? I'm just going to trust you, lmao

??? I'm just going to trust you, lmao
@ -1,5 +1,5 @@
{
justliliandev (Migrated from github.com) commented 2023-08-03 23:42:01 +00:00

not expensive enough, maybe 400k?

not expensive enough, maybe 400k?
@ -1,5 +1,5 @@
{
justliliandev (Migrated from github.com) commented 2023-08-03 23:41:06 +00:00

not expensive enough, maybe 100k?

not expensive enough, maybe 100k?
@ -1,5 +1,5 @@
{
justliliandev (Migrated from github.com) commented 2023-08-03 23:40:48 +00:00

not expensive enough, maybe 200k?

not expensive enough, maybe 200k?
justliliandev (Migrated from github.com) commented 2023-08-03 23:55:05 +00:00

add todo to remove this at some point in beta/release

add todo to remove this at some point in beta/release
@ -35,12 +32,12 @@ public class VanillaAlloySmeltingRecipe extends AlloySmeltingRecipe {
@Override
public int getBaseEnergyCost() {
justliliandev (Migrated from github.com) commented 2023-08-04 00:06:39 +00:00
        return getBaseEnergyCost() * container.getInputsTaken();
```suggestion return getBaseEnergyCost() * container.getInputsTaken(); ```
Rover656 (Migrated from github.com) reviewed 2023-08-04 06:29:24 +00:00
@ -446,0 +446,4 @@
version_hash = "-" + "git rev-parse --short HEAD".execute().text.trim()
} catch (ignored) {
}
Rover656 (Migrated from github.com) commented 2023-08-04 06:29:24 +00:00

This means dev builds include the name of the branch (after the last /), it was so that we could differentiate between different dev builds off different places :)

This means dev builds include the name of the branch (after the last `/`), it was so that we could differentiate between different dev builds off different places :)
Rover656 (Migrated from github.com) reviewed 2023-08-04 19:17:56 +00:00
Rover656 (Migrated from github.com) commented 2023-08-04 19:17:56 +00:00

What do you mean by this?

What do you mean by this?
justliliandev (Migrated from github.com) approved these changes 2023-08-04 19:59:57 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#419
No description provided.