mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-12 01:12:22 -04:00
Add Lunarium; Add Lunarium and Titanium tools
Finally, some proper moontest-exclusives
This commit is contained in:
parent
8d5c08ea8b
commit
dd7e548864
16 changed files with 238 additions and 1 deletions
|
@ -8,6 +8,7 @@ local player_pos_previous = {}
|
|||
|
||||
dofile(minetest.get_modpath("moontest").."/nodes.lua")
|
||||
dofile(minetest.get_modpath("moontest").."/crafting.lua")
|
||||
dofile(minetest.get_modpath("moontest").."/tools.lua")
|
||||
|
||||
-- Globalstep function
|
||||
minetest.register_globalstep(function(dtime)
|
||||
|
@ -83,7 +84,7 @@ function moontest_appletree(pos)
|
|||
end
|
||||
end
|
||||
end
|
||||
minetest.add_node({x=pos.x,y=pos.y+j,z=pos.z},{name="default:tree"})
|
||||
minetest.add_node({x=pos.x,y=pos.y+j,z=pos.z},{name="moontest:tree"})
|
||||
end
|
||||
print ("[moontest] Appletree sapling grows")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue