Fix incorrect 1.14.4-forge to 1.12.2 mapping

This causes the reverse conversion to incorrect results again but I cannot
currently be bothered to fix that.
This commit is contained in:
Jonas Herzig
2020-05-23 23:24:24 +02:00
parent ea95863b4a
commit 244aeb244f

View File

@@ -255,6 +255,7 @@ net.minecraft.entity.LivingEntity isSleeping() isPlayerSleeping()
net.minecraft.entity.LivingEntity tickMovement() livingTick()
net.minecraft.entity.Entity afterSpawn() preparePlayerToSpawn()
net.minecraft.entity.Entity spawnSprintingParticles() createRunningParticles()
net.minecraft.entity.Entity isRowingBoat() isRiding()
net.minecraft.entity.Entity updateNeeded addedToChunk
net.minecraft.entity.Entity chunkX chunkCoordX
net.minecraft.entity.Entity chunkY chunkCoordY