rwtema / Extra-Utilities-2-Source

Sourcecode for Extra Utilities
Other
108 stars 75 forks source link

Solar/Lunar Panels placed with a builder's wand do not function #52

Closed vegeta897 closed 6 years ago

vegeta897 commented 6 years ago

I understand that this is a bug inherent to another mod's item, but I feel it's more relevant to EU2.

When placing a panel normally, it properly generates GP and shows the GP usage/generated.

When placing panel(s) via a Better Builder's Wand (iron tier tested), the Grid Power displays when you look at it, but power used/generated is not shown at all, and it does not generate GP as it should.

My guess is that EU2 runs some code to update the GP network on the event of a player placing a panel, and that this event is bypassed when using a builder's wand. Or perhaps when the panel is placed with a wand, it belongs to a null or dummy player?

MC: 1.12.2 EU2: 1.7.4 Forge: 14.23.2.2625 Better Builder's Wands: 0.11.1.245

tyler489 commented 6 years ago

This is because when placed with a wand they lose the tag who placed them they still work but they give gp to no one as the builders wand doesnt set nbt data

rwtema commented 6 years ago

Nothing I can do from my end. It looks like they're not telling the block which player placed it.