Remove circuits from this branch

This commit is contained in:
teknomunk 2024-11-26 07:23:02 -06:00
parent a083a5f5c0
commit 0f09ebb351
2 changed files with 0 additions and 7 deletions

@ -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")