AlmuraDev / GameServer

0 stars 0 forks source link

Sorry the redstone problem is not because of sponge #20

Closed TherayTharow closed 5 years ago

TherayTharow commented 6 years ago

https://github.com/SpongePowered/SpongeCommon/issues/2003# and did some more testing and sponge is not the problem the almura.jar is no other mod but sponge forge almura.jar and malisiscore

TherayTharow commented 6 years ago

After more testing it is the almura jar at first i thought it was sponge thinking that it was the only thing that would have the hooks in minecraft to do that

Zidane commented 6 years ago

It can't be the Almura jar. We don't touch redstone...

TherayTharow commented 6 years ago

sponge with no mods does not do that

TherayTharow commented 6 years ago

with out 2 with out 1

with with almura jar 2 with almura jar 1

TherayTharow commented 6 years ago

and this is in the Technic one no other mod except the almura.jar dependencies

Dockter commented 6 years ago

@Grinch @gabizou how is that possible?

Zidane commented 6 years ago

@Dockter What SpongeForge does the latest version of Almura in the TechnicPack roll out?

Dockter commented 6 years ago

The server and the client are mismatched at the moment. The Client is running a SF build from 7/3 on this commit: https://github.com/SpongePowered/SpongeForge/commit/8e32ba49050a4c75bfba47768940f9276e3b90ab, the server is running 3304

Im 95% sure of the above.

Dockter commented 6 years ago

@kashike could something with the content loader explain this? User claims if they remove JUST Almura from the mod pack then this functions like Vanilla.

TherayTharow commented 6 years ago

I Think I know why is is happening it because of the buckect stacking minecraft is looking of a full stack of buckects a stack of waters buckects is nornally only 1 so it out puts a redstone of 2, when the buckect is emtey it is not a full stack so minecraft only outputs as 1 hopefully this makes sense

TherayTharow commented 6 years ago

and the fix i have no idea on