Help with using the forge energy system?

Started by DrMilk240 on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Apr 2021
Points:
606

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
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!

​​​​

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

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

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

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

(or make code for changing texture)