Trying to use forge energy

Started by ThEnderYoshi on

Topic category: Help with MCreator software

Last seen on 13:44, 22. Oct 2020
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Trying to use forge energy

I'm making a mod that blocks that use energy.

Sure, I could use NBT tags, but I want to make it compatible with other FE/RF/Tesla mods.

I know I'll have to use code, but I'm willing to do that.

Any Ideas?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
this is planned... I legit…
Fri, 02/28/2020 - 07:19

this is planned...

I legit need this too but the devs say that it will be added later

Last seen on 02:22, 16. Jul 2023
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Last I checked they said…
Sun, 05/10/2020 - 08:08

Last I checked they said that 2 years ago, if possible could you link to a recent article?

Also this is not code but I believe you could use the NBT data from other mods and use it in your own. If you do /data get block _ _ _ _ you can find the NBT data on the block and then you can use it in procedures with your blocks NBT data.

This method is not amazing, perfect and is a bit clunky but until they official add support it should work.