Geyser/connector/src/main/java/org/geysermc/connector/entity
Camotoy 988fd66a85
Fix boat movement on land (#1668)
* Fix boat movement on land

1.16.100 appears to now take advantage of two newer entity metadata properties, IS_BUOYANT and BUOYANCY_DATA. Without the former, moving on land will not work properly. With the former and without the latter, moving in water no longer works.

* Use offset kind of
2020-12-15 13:09:40 -05:00
..
attribute Begin updating Geyser. Requires manual MCProtocolLib compile 2020-06-20 22:24:45 -04:00
living Fix armor stand rotation (Closes #1634) 2020-12-11 17:06:33 -06:00
player Custom skull block support (#683) 2020-12-04 16:55:24 -05:00
type Fix Bedrock ItemEntity Y position bug (#1636) 2020-12-09 15:09:14 -05:00
AbstractArrowEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
AreaEffectCloudEntity.java Fix area effect clouds 2020-10-12 20:36:11 -05:00
BoatEntity.java Fix boat movement on land (#1668) 2020-12-15 13:09:40 -05:00
CommandBlockMinecartEntity.java Update MCProtocolLib to Adventure migration (#1572) 2020-11-27 18:28:08 -05:00
DefaultBlockMinecartEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
EnderCrystalEntity.java EnderCrystalEntity: don't appear to be on fire if fire is below (#1651) 2020-12-11 12:55:37 -05:00
Entity.java Update MCProtocolLib to Adventure migration (#1572) 2020-11-27 18:28:08 -05:00
ExpOrbEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
FallingBlockEntity.java Fix no gravity falling block entities (#927) 2020-07-10 09:43:52 -05:00
FireworkEntity.java Fix inconsistencies with movement and position (#699) 2020-11-20 14:56:39 -05:00
FishingHookEntity.java Clean up some TODOs 2020-07-08 12:36:26 -04:00
FurnaceMinecartEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
ItemEntity.java Fix Bedrock ItemEntity Y position bug (#1636) 2020-12-09 15:09:14 -05:00
ItemFrameEntity.java Fix regressions from 1.16.100 (#1558) 2020-11-18 01:10:49 -05:00
ItemedFireballEntity.java Fireball and ghast improvements (#1469) 2020-11-05 18:42:33 -05:00
LeashKnotEntity.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
LivingEntity.java LivingEntity: add visual support for riptide spin attack (#1551) 2020-11-20 18:06:27 -05:00
MinecartEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
PaintingEntity.java Clean up some TODOs 2020-07-08 12:36:26 -04:00
SpawnerMinecartEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
TNTEntity.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
ThrowableEntity.java Fireball and ghast improvements (#1469) 2020-11-05 18:42:33 -05:00
TippedArrowEntity.java Tipped arrow translation (#1331) 2020-09-29 13:30:37 -04:00
TridentEntity.java Update some entity properties based on wiki.vg 2020-06-24 16:40:42 -04:00
WitherSkullEntity.java Fireball and ghast improvements (#1469) 2020-11-05 18:42:33 -05:00