sinkillerj / ProjectE

ProjectE. A complete rewrite of EE2 for modern Minecraft versions.
MIT License
405 stars 209 forks source link

EMC variable type change from int to long #2282

Closed Deevate closed 1 year ago

Deevate commented 1 year ago

ProjectE ver: 1.10.1 (1.7.10) Forge ver: 10.13.4.1614

I have question about EMC variable type. Mod uses Intenger values (max 2 147 483 647), and i need to change max emc limit to Long variable type max limit (9 223 372 036 854 775 807). How i can do this with or without additional mods or addons? I hear from friend, i can change int to long with minetweaker, but he does not remember how, and I i dont know how i need to do this. I hope, i will find answer for my question here.