Make a Forge Energy Generator/Consumer

Started by Tethym on

Topic category: Advanced modding

Active 2 years ago
Joined Apr 2020
Points:
707

User statistics:

  • Modifications: 4
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
Make a Forge Energy Generator/Consumer

Hi!

MCreator 2020.4 is out and I want to make some stuff with Forge Energy.

So, I can make Energy Storages but no Generator/Consumers. I want to make a Solar Panel and a electric Furnace (for example).

Until now i have found no way to do that.

Can you help me? That would be awsome!

 

 

Energy system is push based…
Mon, 08/03/2020 - 07:40

Energy system is push based so once another block pushes energy into yours, you can check for energy level or "receive" your own energy to reduce it.

Also check https://mcreator.net/wiki/ferf-energy-system

Active 2 years ago
Joined Jan 2020
Points:
976

User statistics:

  • Modifications: 6
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
Hello. I doesnt find…
Sat, 08/29/2020 - 08:46

Hello. I doesnt find anything how i can make a block, which get whitout any block energy. Like over time. For example Solarpanel. When this block is under sun he gets energy

Active 1 year ago
Joined Jun 2015
Points:
1274

User statistics:

  • Modifications: 10
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 537
Global trigger : none (link…
Sun, 08/30/2020 - 00:08

Global trigger : none (link your procedure to the update tick block's procedure)
Procedure :
If (can block at x y+1 z see the sky = true AND is day in provided world)
DO send X energy to block at x y z side 'any side'.

This will send X*2 energy to your block every tick.

Active 3 years ago
Joined Feb 2022
Points:
483

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
when will 1.12.2 forge be…
Wed, 02/23/2022 - 08:28

when will 1.12.2 forge be released on 2021.3 mcreator??

Active 1 year ago
Joined Dec 2020
Points:
1165

User statistics:

  • Modifications: 2
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 816
@qiann please do not comment…
Sun, 03/20/2022 - 20:30

@qiann please do not comment with things unrelated to topic.

But the answer is: never. 1.12.2 is no supported anymore, you can use either old MCreators or plugin altogether with 2021.1 version of MCreator.