RedstoneFlux

Started by Rubenredstone7 on

Topic category: Advanced modding

Active 6 years ago
Joined Mar 2019
Points:
677

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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
Active 1 year ago
Joined Nov 2015
Points:
909

User statistics:

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

Not yet.

Active 6 hours ago
Joined Apr 2014
Points:
1227

User statistics:

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