Chipmunk

Results 18 comments of Chipmunk

Some devices let you enable USB Debugging under Setup Wizard conditions. Of course, you will need separate exploits to open the Settings app, but this is still useful for those...

If you unblock `minecraft:tp` and `minecraft:teleport`, you should also map `tp` and `teleport` to their vanilla implementations.

Perhaps I shouldn't have re-used the branch from the previous PR... Feel free to re-create my new commits if needed.

I have found a bug: players newly joining lobbies to not appear to be aware of other players' roles, although they are aware of whether or not players are dead....

I found the cause of the desync, and it is a client bug: when deserializing `NetworkedPlayerInfo`, AU only sets the `RoleType` field, and not the `Role` field. I wrote a...

> obviously its not innersloth's fault you are doing modification far beyond normal game behaviour > > i think it is done intentionally that role behaviour will only spawn upon...

I must have marked this by a draft by mistake. This is most likely ready to be merged as is, although I might test it more later.

> I must have marked this by a draft by mistake. This is most likely ready to be merged as is, although I might test it more later. Nevermind, I...

> Message api part is already done in #651 I see. Our implementations look similar, although mine has the `clear` flag.

> What if you also add a modified version of EnterVentAsync that teleports the player to it before so it doesnt need to walk to? I thought of it, that...