age-series / ElectricalAge

Electrical Age (ELN) is a Minecraft Mod offering the ability to perform large-scale in-game electrical simulations.
Other
65 stars 30 forks source link

Add Electrical Age Compatibility with Nuclear Tech Mod #304

Closed TheVitya2127 closed 4 months ago

TheVitya2127 commented 7 months ago

Based on your advice, I suggest making compatibility with this mod, the source code here

TheVitya2127 commented 7 months ago

Oy...

jrddunbr commented 6 months ago

Anything in particular that you want to see added for compat?

Maybe @HbmMods wants to weigh in?

I think based on the gallery of that mod that the best interop would be steam power for our turbines, and maybe some oil processing interop (we can maybe use their fuels)

TheVitya2127 commented 6 months ago

due to a different fluid system, this will be problematic. It would be much easier to make a simple HE to Eln converter

jrddunbr commented 6 months ago

I don't think we will support HE import directly. Might I suggest making something that creates steam in the Forge fluid registry (or maybe ic2 steam / superheated steam?)

jrddunbr commented 6 months ago

Note to self: 1HE=4RF

TheVitya2127 commented 5 months ago

I repeat. NTM has a different fluid system, not forge. It is useless to add any liquid converter.

TheVitya2127 commented 5 months ago

Yes, and there is a steam turbine in NTM. Why craft a second turbine when I had difficulty making an industrial turbine?

TheVitya2127 commented 4 months ago

You're forcing me to write my own energy converter

jrddunbr commented 4 months ago

Have fun!

jrddunbr commented 4 months ago

For what it's worth, you will want to look at the code in mods.eln.simple that already do RF/EU conversion. Lmk if you have questions about that.

TheVitya2127 commented 4 months ago

I just want to put this mod on the server, but due to the incompatibility of Eln with many mods, I refused to add it to my modpack

jrddunbr commented 4 months ago

I'm not sure why you think I am worried if you don't want to use the mod. You have the freedom to use whatever mods you want - and to not use Eln if you don't.

I write code for the mod in my free time, and I write the code that I find interesting. It's not my day job lol. I'm happy to give you pointers about the code or maybe even write it myself, but this is a volunteer project. Code gets written because the developers derive enjoyment from working on it. Not because someone whined about it not doing what they wanted.

If you want to write code to do this, I'll help you do it. But, if you want to just complain, I'm going to close the issue.

TheVitya2127 commented 4 months ago

I would like to help, but I do not know how. The code of this project is very confusing

jrddunbr commented 4 months ago

More than half of it is written in a language called Kotlin. They have awesome documentation for it on their website. https://kotlinlang.org/

TheVitya2127 commented 4 months ago

Thanks, I'll try to do something about it