EngineersMods / EngineersWorkshop

https://minecraft.curseforge.com/projects/engineers-workshop
5 stars 9 forks source link

Not drawing RF directly from rf tiles #16

Closed scollenburg closed 7 years ago

scollenburg commented 7 years ago
Forge Version & Engineer's Workshop Version

Forge 12.18.3.2202; EW 1.1.2 (for minecraft 1.10.2);

Expected behavior

RF should be pulled directly from the Capacitor Bank (tile) immediately once the RF upgrade is applied.

Actual Behavior

Placed new Workshop table next to a EnderIO [Creative] Capacitor Bank. Added RF upgrade to table. No RF was pulled.

Once I placed energy conduit, the Table started accepting RF. I was able to remove the conduit & the table continued to accept RF.

Link to Crashlog or Forgelog [If Applicable]

n/a

Steps to reproduce [If Applicable]

See Actual Behavoir

MatthiasMann commented 7 years ago

This is probably a missing neighbor change notification when adding/removing the RF upgrade so that EnderIO can update it's cache of RF capable neighbors.

JorVaCoding commented 7 years ago

Fixed, just needed to notify neighbor blocks of a change.

scollenburg commented 7 years ago

Awesome, thanks!