bl4ckscor3 / Sit

A Minecraft mod that lets you sit on slabs and stairs.
https://www.curseforge.com/minecraft/mc-mods/sit
MIT License
20 stars 9 forks source link

Floating, Immortal Ghost Pigs #15

Closed cannotbeme closed 3 years ago

cannotbeme commented 3 years ago

If you shift + rightclick on a slab that is the lower part of a block, the pig you are supposed to sit on appears, but you don't sit on it, which results in you summoning Pigs, that cannot be killed, can't move and float. 2021-02-13_13 03 04 2021-02-13_13 06 00

bl4ckscor3 commented 3 years ago

This mod does not work by sitting on pigs. You must be using a different mod/plugin that adds sitting functionality.

EDIT 7. April 2021: I've now learned that this is, in fact, caused by the Fabric version of Sit only being present on the server. You have to install the mod on both client and server for it to work properly. I was under the impression that Fabric, just like Forge, rejects client connections if the client does not have the same registry data (blocks/items/entities/...) present as the server. This is not true. The fact that Fabric allows clients with missing data to connect is what causes this issue. Fabric seems to be using Pigs as a placeholder for missing entities (I could be wrong with that, but that's what it looks like).