Jump to content

Recommended Posts

Posted

Hi =) I made block, which should store energy, but i have problem. Energy arrives in storage, but if I want to extract energy from storage, the energy doesn't extract. Help me please =)

TileEntity:

 

  Reveal hidden contents

 

P.S. I wanted to put the code in the spoiler, but for some reason the spoiler does not work, and everything else too :D

Posted
  On 5/25/2015 at 1:23 PM, Filipsi said:

I did it like this: I created a map with TileEntities around the block, witch is updated with onNeighborBlockChange and then if the TileEntity is IEnergyReceiver I try to push energy to it.

 

shareEnergyWithNeighbors

 

pushEnergy

 

getTileEntityNeighborMap

If you used YOUR OWN THINGS to test, there's a chance of bug being in these things. Try to extract energy suing bc or vluxducts, and come back with result... :)

Posted
  On 5/25/2015 at 1:19 PM, elix said:

How do you know that energy is not being extracted? What are you using for testing?

I use Fluxducts from Thermal Dynamics for testing.

Posted

You shouldn't have to 'push' energy to the Fluxducts. Let the Fluxducts do the work of 'pushing' and 'pulling' energy to and from your TileEntity.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Posted
  On 5/25/2015 at 3:01 PM, larsgerrits said:

Show your TileEntity code.

 

  Reveal hidden contents

 

Posted

1) Why do you implement IInventory when you always return null in

getStackInSlot

?

2) If ThermalDynamics is doing things only server side, it might be because server<->client desynch. Try marking the block for update after  the extractEnergy method.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.