mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Added treetap
This commit is contained in:
6
init.lua
6
init.lua
@ -1,4 +1,4 @@
|
||||
-- Minetest 0.4.2 rc1: technic
|
||||
-- Minetest 0.4.3 : technic
|
||||
|
||||
minetest.register_alias("rebar", "technic:rebar")
|
||||
minetest.register_alias("concrete", "technic:concrete")
|
||||
@ -31,7 +31,7 @@ dofile(minetest.get_modpath("technic").."/music_player.lua")
|
||||
dofile(minetest.get_modpath("technic").."/grinder.lua")
|
||||
dofile(minetest.get_modpath("technic").."/mining_laser_mk1.lua")
|
||||
--dofile(minetest.get_modpath("technic").."/project_table.lua")
|
||||
--dofile(minetest.get_modpath("technic").."/injector.lua")
|
||||
dofile(minetest.get_modpath("technic").."/injector.lua")
|
||||
dofile(minetest.get_modpath("technic").."/generator.lua")
|
||||
dofile(minetest.get_modpath("technic").."/solar_panel.lua")
|
||||
dofile(minetest.get_modpath("technic").."/geothermal.lua")
|
||||
@ -41,6 +41,8 @@ dofile(minetest.get_modpath("technic").."/items.lua")
|
||||
dofile(minetest.get_modpath("technic").."/mining_drill.lua")
|
||||
dofile(minetest.get_modpath("technic").."/screwdriver.lua")
|
||||
dofile(minetest.get_modpath("technic").."/sonic_screwdriver.lua")
|
||||
dofile(minetest.get_modpath("technic").."/node_breaker.lua")
|
||||
dofile(minetest.get_modpath("technic").."/tree_tap.lua")
|
||||
|
||||
|
||||
function has_locked_chest_privilege(meta, player)
|
||||
|
Reference in New Issue
Block a user