question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Increase max EMC for Transmutation Table?

See original GitHub issue

Exact ProjectE version: applicable to all 1.12.x versions Exact Forge version: n/a

I came here looking for info about the max EMC in the transmutation table, because I thought it was surprisingly low at ~1 billion. I see that the value is hard-coded in the Constants.java file here, and I also saw #1594, in which it was mentioned that changing the max value would require a major refactor.

In my brief looking around at where the constants are used and how the object dependencies are structured, it looks to me like it would be a simple matter of changing the constant to use Integer.MAX_VALUE, which would double the amount of EMC available. That said, I am certainly not familiar with the code base, so I’m curious what other refactoring would be necessary to change the limit.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:18

github_iconTop GitHub Comments

2reactions
BenjaminUrquhartcommented, Jun 1, 2021

@fan87 ok but why comment on a closed issue from 3 years ago

0reactions
fan87commented, May 31, 2021

to write into NBT System just save it as string and every time it loads just toString… its not a big problem and I know this thread is outdated

EDIT: As far as I know it shouldn’t take that long to make it string and turn back to long EDIT: I’m not coding mods but at least I know some minecraft basics and I know I can search it from google, if I’m not wrong, you can use Long in 1.12+, so you can have infinity money, And same, I don’t know if you are using spongepowered mixin or things like that, but I just read your build.gradle, it seems like you aren’t using Mixin, in other words, you can just make it support Long, you don’t need to rewrite them all, just use mixin and everything will work great. I’m probably wrong but I hope that’s how it works. And my English isn’t good, sorry. I hope you understand what I’m talking about.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Does Project E have an EMC cap in the transmutation table?
Agreed, i've had the transmutation table lose EMC and/or forget everything before. Better to just have it stored as blocks somewhere.
Read more >
Transmutation Table - Official Feed The Beast Wiki
The Transmutation Table functions as a battery for EMC energy, a charger for EMC storage items, as a library of blueprints and as...
Read more >
FTB Stoneblock 3 Transmutation Table and EMC Power ...
Stoneblock 3 is here and there"s more action and adventure waiting for you than ever before! In a world of rock and stone,...
Read more >
02 - Transmutation Table, High Speed EMC Generation
2 Alternate ways to get a bucket, Mob Farm with Witch Water, Transmutation Table, High Speed EMC Generation using Loot bags and Xnet....
Read more >
ProjectE No EMC Limit addon - Requests / Ideas For Mods
I'd like an addon that removes the cap on how much a transmutation table can store. And a third level of EMC collectors...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found