Translations:Soulsand/11/en

From Minecraft Parkour Wiki
Revision as of 13:47, 4 September 2021 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* In BlockSoulSand.java, called from above */ public void onEntityCollidedWithBlock(Entity entityIn) {

   entityIn.motionX *= 0.4;
   entityIn.motionZ *= 0.4;