Jump to content

1HA

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by 1HA

  1. Well, I'm working on it. First of all, thank you for your information about IC2. I had no idea about "pushing" the power from the generator. It helped me a lot. I made cables with BlockEntity. Because I thought that the cables should check their connection in every tick. And I did almost the same as what you said. During this, I got some weird error, so I just committed and pushed it to GitHub. Error: Cannot resolve method 'of(<method reference>, net.hawon.spacesim.common.block.CopperCableBlock)' -> from "BlockEntityInit.java" : 27 Maybe I think this error is triggered because something's missing. I think I can fix this. *CopperCableBlockEntity.java is not a final code. It's just a test code. =============== By the way, what do you mean "bolded" statement?
  2. Thx I'm working on it now
  3. Hi (I'm trying to build my first, tech mod. I looked up several tutorial videos and their code, and tried not to use any deprecated things.)🙂 I finished making generators a few days ago, and I'm wondering how it should work(cables, etc.) In my case, I thought that cables like IC2 cables would be better than Immersive Engineering's. I'm not sure about how it should send&receive energy with it. I couldn't find any examples. One way I'm thinking : the machine(which receives the energy and consumes) tracks the connected cable. If it's connected to the generator which has energy stored, this machine works. Mod github repository https://github.com/hawon10617/SpaceSim
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.