Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
12
mods/technic_plus_beta/technic/mtt.lua
Normal file
12
mods/technic_plus_beta/technic/mtt.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
-- check if all required nodenames are registered
|
||||
mtt.validate_nodenames(minetest.get_modpath("technic").."/registered_nodes.txt")
|
||||
|
||||
-- test mapgen
|
||||
mtt.emerge_area({x=0, y=0, z=0}, {x=48, y=48, z=48})
|
||||
|
||||
mtt.register("technic.max_lag", function(callback)
|
||||
local lag = technic.get_max_lag()
|
||||
assert(lag ~= nil and lag > 0)
|
||||
callback()
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue