Trying to use forge energy

Started by ThEnderYoshi on

Topic category: Help with MCreator software

Active 4 years ago
Joined Apr 2017
Points:
706

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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?

Active 4 months ago
Joined Jun 2019
Points:
2787

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
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

Active 1 year ago
Joined Jul 2019
Points:
680

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 39
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.