CJMinecraft01 / CJCore

The core mod for all of my other mods
Other
10 stars 2 forks source link

Need help implementing forge energy. #12

Open cj3636 opened 5 years ago

cj3636 commented 5 years ago

I am on last resort, no one on the main forums has responded.

My mod has a custom non-compatible magic form of energy, so I wanted to make a block that will act as a reactor of sorts.

I am currently using a lot of your code just to see if i can get it working at all as you have some pretty good tutorials on Forge Energy.

My block will connect and receive energy from Redstone FLux mods (Thermal Expansion), but it absolutely refuses to provide energy to machines from the mod.

Here is my tile entity, ModEnergyStorage class and ForgeEnergyWrapper (just following your design, this is like my eighth try by this point):

PowerAdapterTileEntity EnergyStorage ForgeEnergyWrapper

Thanks for any help you can offer.