update readme

This commit is contained in:
jordan4ibanez 2016-10-01 22:28:20 -04:00
parent 13231a00f7
commit 02cca86f2e
2 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,32 @@
This is an attempt to improve singleplayer as a whole. It could transition well into multiplayer, but will most likely consume massive amounts of the host's bandwith.
Original readme:
Minetest Game [minetest_game]
=============================
The main subgame for the Minetest engine

View File

@ -69,7 +69,7 @@ minetest.register_globalstep(function(dtime)
object:get_luaentity().object:set_properties({
physical = false
})
object:setacceleration({x=0, y=0, z=0})
--fix eternally falling items
minetest.after(0, function()
object:setacceleration({x=0, y=0, z=0})