This is an experimental copy for testing Poikilos' issue mirroring system. Note that Gitea's migration tool can import issues, but the "Issues" checkbox is disabled when "This repository will be a mirror" is enabled (it is for this repo).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
378 B

--- LapisLazuli-init.lua 2019-05-18 17:47:01.306322922 -0400
+++ init.lua 2019-05-18 17:47:36.863117105 -0400
@@ -1,6 +1,8 @@
screwdriver = screwdriver or {}
---dofile(minetest.get_modpath("lapis").."/columns.lua")
+if minetest.settings:get_bool("enable_lapis_mod_columns") then
+ dofile(minetest.get_modpath("lapis").."/columns.lua")
+end
----------
--Nodes