Help with using the forge energy system?

Started by DrMilk240 on

Topic category: Help with modding (Java Edition)

Last seen on 20:08, 21. Apr 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with using the forge energy system?

I'm creating a custom tech system, and what I would like to know is:

  • How do I make a "wire" block? I want there to be a generator, and when the generator is on, any wire block that's connected to the generator via wire blocks is powered.
  • Is it possible to apply a "charged" effect to a block (Like the charged creeper has, but for a block)

Thanks for any help!

​​​​

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes and yes https://mcreator…
Sun, 10/17/2021 - 04:09

yes and yes https://mcreator.net/forum/64833/tutorial-how-create-connecting-wires-m…

and for the charged make a different block with fully initial energy. but make sure to make it keep NBT/Inv on replace procedure block

you might want to search before posting

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(or make code for changing…
Sun, 10/17/2021 - 04:09

(or make code for changing texture)