FPGA: Add NOR operand

This commit is contained in:
SmallJoker
2019-11-02 14:50:50 +01:00
committed by SmallJoker
parent 0dd530312b
commit 7784b13da5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,6 @@ plg.rules = {}
-- per-player formspec positions
plg.open_formspecs = {}
local lcore = dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/logic.lua")
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/tool.lua")(plg)