Charakterbewegungen hinzugefügt, Deko hinzugefügt, Kochrezepte angepasst
This commit is contained in:
parent
95945c0306
commit
a0c893ca0b
1124 changed files with 64294 additions and 763 deletions
7
mods/futil/minetest/time.lua
Normal file
7
mods/futil/minetest/time.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
function futil.wait(us)
|
||||
local wait_until = minetest.get_us_time() + us
|
||||
local get_us_time = minetest.get_us_time
|
||||
while get_us_time() < wait_until do
|
||||
-- the NOTHING function does nothing.
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue