Started by
v3NTF
on
Topic category: Help with Minecraft modding (Java Edition)
Anyone think of a way to link blocks together, such as block at x,y,z can only share energy from block at x,y,z.
Would i have to mess with global varibles or is there another way i could do this?
You could use procedures for energy transfer and NBT tags for energy storage.