SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

[1.11.2] GalactiCraft rocket dupe #1591

Closed Eufranio closed 7 years ago

Eufranio commented 7 years ago

When placing a GalactiCraft's rocket in the launch pad, the itemstack will not be consumed: the rocket will be placed and will not be removed from your inventory. This allows infinite rocket duplication.

I am currently running... Minecraft: 1.11.2 SpongeAPI: 6.1.0-SNAPSHOT-a15cc3e SpongeForge: 1.11.2-2315-6.1.0-BETA-2381 Minecraft Forge: 13.20.0.2298

What is the expected result? The rocket be placed and the itemstack consumed.

What is the current result? The itemstack is not consumed when placing the rocket, duplicating it.

Server log (no errors, i don't think it's needed, but...): https://gist.github.com/Eufranio/b57b2be76082549e122fc01593572153

hugeblank commented 7 years ago

INSERT HEAVY BUMPAGE

I am having this issue too, and have spoken with the developer of galacticraft. This is a really annoying issue, and there is literally nothing that can be done to fix it. As a server operator trying to set up a galacticraft server this issue has become the bane of my existence. Here is my mod list, forge, and sponge version: https://kaos-network.com/servers/sonarx

stephan-gh commented 7 years ago

Does this affect all rocket types? I can reproduce it with the Tier 1 Rocket but tier 2 and tier 3 work fine.

radfast commented 7 years ago

Hi, I'm one of the Galacticraft devs. I think this may be simply one manifestation of the CauseTracker related issues, already reported

stephan-gh commented 7 years ago

@radfast See https://github.com/SpongePowered/SpongeForge/issues/1552#issuecomment-323805757, I can't reproduce this using the latest SpongeForge 1.11.2 (and latest Galacticraft).

I'm pretty sure the dupe problem mentioned in this issue is fixed by https://github.com/micdoodle8/Galacticraft/pull/2955

radfast commented 7 years ago

Nice one, thank you for identifying the issue in our mod and making a PR, thank you for taking the time when the issue was our side. I'll respond separately on the 1552 issue after more testing.

stephan-gh commented 7 years ago

I believe this should be fixed once the new Galacticraft build is out. @hugeblank / @Eufranio Comment here if this is still a problem.