RedstoneFlux

Started by Rubenredstone7 on

Topic category: Advanced modding

Last seen on 19:07, 13. Aug 2019
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RedstoneFlux
Mon, 08/12/2019 - 10:56 (edited)

Is it posible to import RedstoneFlux in to mcreator tu use it ?

Edited by Rubenredstone7 on Mon, 08/12/2019 - 10:56
Last seen on 09:51, 9. Feb 2024
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not yet.
Sun, 08/18/2019 - 18:48

Not yet.

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can, in fact, make a…
Mon, 09/23/2019 - 21:36

You can, in fact, make a simple Energy storage per block/item if you want although it will be hard to make cables that will work
You just need to use NBT tags and from my attempts of making working Forge Energy, All you need to do is to make Specific tags, usually, Most of the mods, if not all are using NBT tag with "Energy" as its name, to this allows FE to identify what tag is used to store energy and distribute it between mods however you can name it idk "Potatoes" and it will work too but if you want someone to be able to use your energy than you will have to tell that person to use NBT tag name "Potatoes" 

So as the conclusion, you can make simply energy right now but just to make it easier for everyone please use "Energy" as a name for your NBT tag that defines your energy, you can call your energy however you want but NBT needs to be named "Energy" so that also code for FE will be able to identify it

Note: there is more about that like maxReceive, maxDistribution or Capacity Tags but this is just to clean up and limit energy input/output and max amount of stored energy