Fixed item "normal" gravity
This commit is contained in:
parent
8b55265bc2
commit
598d23a73d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public class GravityManager {
|
|||
}
|
||||
|
||||
if (gravity == CelestialObject.GRAVITY_NORMAL) {
|
||||
return OVERWORLD_ITEM_GRAVITY;
|
||||
return OVERWORLD_ITEM_GRAVITY2;
|
||||
}
|
||||
|
||||
if (gravity == CelestialObject.GRAVITY_LEGACY_SPACE || gravity == CelestialObject.GRAVITY_LEGACY_HYPERSPACE) {
|
||||
|
|
Loading…
Reference in a new issue