mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-04 07:37:31 +01:00
Remove circuits from this branch
This commit is contained in:
parent
a083a5f5c0
commit
0f09ebb351
@ -1,6 +0,0 @@
|
||||
local storage = core.get_mod_storage()
|
||||
local mod = vl_redstone
|
||||
|
||||
function mod.build_netlist(pos)
|
||||
end
|
||||
|
@ -4,6 +4,5 @@ local modpath = core.get_modpath(modname)
|
||||
vl_redstone = {}
|
||||
|
||||
dofile(modpath.."/wire.lua")
|
||||
dofile(modpath.."/circuit.lua")
|
||||
dofile(modpath.."/compat.lua")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user