-- LUALOCALS < --------------------------------------------------------- local include, nodecore = include, nodecore -- LUALOCALS > --------------------------------------------------------- nodecore.register_concrete_pattern({description = "Crossy"}) nodecore.register_concrete_pattern({description = "Starcrossy"}) nodecore.register_concrete_pattern({description = "Edgy", paramtype2 = "4dir"}) nodecore.register_concrete_pattern({description = "Corny", paramtype2 = "4dir"}) --nodecore.register_concrete_pattern({description = "Crossy", groups = {goban = 1}}) --nodecore.register_concrete_pattern({description = "Starcrossy", groups = {goban = 1}}) --nodecore.register_concrete_pattern({description = "Edgy", paramtype2 = "4dir", groups = {goban = 1}}) --nodecore.register_concrete_pattern({description = "Corny", paramtype2 = "4dir", groups = {goban = 1}})