Lennart Lösche

Results 3 issues of Lennart Lösche

### Why: This way all commits are automatically signed and you dont have to set it up in each project ### What's being changed: ### Check off the following: -...

content
waiting for review
authentication

update of actions because node12 is deprecated use more java lts versions to build update readme version from waterfall

java.lang.NoSuchMethodError: 'float net.minecraft.network.protocol.game.PacketPlayInSteerVehicle.c()' maybe it has todo with #2818 We use it to steer pets ``` rotocolLibrary.getProtocolManager().addPacketListener( new PacketAdapter( Plugin.instance, PacketType.Play.Client.STEER_VEHICLE ) { @Override public void onPacketReceiving(PacketEvent event) { ServerboundPlayerInputPacket...