Botania

Botania

133M Downloads

Daffomill ignores powered open crate restrictions, but only on the client-side

quat1024 opened this issue ยท 1 comments

commented

Version Information

Forge version: 14.23.3.2655
Botania version: r1.10-354

Steps to reproduce:

  1. Build something like this:
    image
    The important part is the daffomill has to push an item coming out of a powered open crate.
  2. Place an item in the hopper
  3. The daffomill tries to push the item client-side, even though the item does not move serverside (evidenced by the pressure plate staying pressed)

2018-05-01_18-15-05

What I expected to happen: The item remains on the pressure plate, both client and server side.

commented

this is because the entityitem's age is not synced to client on spawn.

not sure if I want to solve this by sending the age (which is fragile since you have to remember to do it everywhere the age is touched), or just moving it server-side only (which makes it look choppier)