mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Added Lava Can
This commit is contained in:
2
init.lua
2
init.lua
@ -45,7 +45,7 @@ dofile(minetest.get_modpath("technic").."/node_breaker.lua")
|
||||
dofile(minetest.get_modpath("technic").."/deployer.lua")
|
||||
dofile(minetest.get_modpath("technic").."/tree_tap.lua")
|
||||
dofile(minetest.get_modpath("technic").."/flashlight.lua")
|
||||
dofile(minetest.get_modpath("technic").."/water_can.lua")
|
||||
dofile(minetest.get_modpath("technic").."/cans.lua")
|
||||
|
||||
|
||||
function has_locked_chest_privilege(meta, player)
|
||||
|
Reference in New Issue
Block a user