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.
12 lines
378 B
12 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
|
|
|