mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
added reactor
updated init.lua to have it included ingame, still buggy, might crash your game
This commit is contained in:
1
init.lua
1
init.lua
@ -52,6 +52,7 @@ dofile(modpath.."/tree_tap.lua")
|
||||
dofile(modpath.."/flashlight.lua")
|
||||
dofile(modpath.."/cans.lua")
|
||||
dofile(modpath.."/chainsaw.lua")
|
||||
dofile(modpath.."/nuclear_reactor.lua")
|
||||
|
||||
if enable_item_drop then dofile(modpath.."/item_drop.lua") end
|
||||
if enable_item_pickup then dofile(modpath.."/item_pickup.lua") end
|
||||
|
Reference in New Issue
Block a user