Replace stdlib
This commit is contained in:
parent
18ad13f992
commit
8b38b58c87
3 changed files with 5 additions and 5 deletions
|
@ -14,8 +14,8 @@ end
|
||||||
-- let's just declare the variable here and fill it later.
|
-- let's just declare the variable here and fill it later.
|
||||||
local AlienBiomes
|
local AlienBiomes
|
||||||
|
|
||||||
--~ local Event = require('__stdlib__/stdlib/event/event').set_protected_mode(true)
|
--~ local Event = require('__kry_stdlib__/stdlib/event/event').set_protected_mode(true)
|
||||||
local Event = require('__stdlib__/stdlib/event/event').set_protected_mode(false)
|
local Event = require('__kry_stdlib__/stdlib/event/event').set_protected_mode(false)
|
||||||
require ("util")
|
require ("util")
|
||||||
require ("libs/util_ext")
|
require ("libs/util_ext")
|
||||||
require ("control_tree")
|
require ("control_tree")
|
||||||
|
|
|
@ -4,8 +4,8 @@ BioInd.writeDebug("Entered control_arboretum.lua")
|
||||||
|
|
||||||
---Arboretum Stuff
|
---Arboretum Stuff
|
||||||
|
|
||||||
--~ local Event = require('__stdlib__/stdlib/event/event').set_protected_mode(true)
|
--~ local Event = require('__kry_stdlib__/stdlib/event/event').set_protected_mode(true)
|
||||||
local Event = require('__stdlib__/stdlib/event/event').set_protected_mode(false)
|
local Event = require('__kry_stdlib__/stdlib/event/event').set_protected_mode(false)
|
||||||
|
|
||||||
-- If a recipe with NORMAL FERTILIZER is used, don't fertilize tiles set have "true"
|
-- If a recipe with NORMAL FERTILIZER is used, don't fertilize tiles set have "true"
|
||||||
-- set! (Fertile tiles set to true in this table can't be made more fertile with
|
-- set! (Fertile tiles set to true in this table can't be made more fertile with
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--~ local BioInd = require("__"..script.mod_name.."__.common")(script.mod_name)
|
--~ local BioInd = require("__"..script.mod_name.."__.common")(script.mod_name)
|
||||||
|
|
||||||
-- All tree Growing stuff
|
-- All tree Growing stuff
|
||||||
local Event = require('__stdlib__/stdlib/event/event').set_protected_mode(true)
|
local Event = require('__kry_stdlib__/stdlib/event/event').set_protected_mode(true)
|
||||||
|
|
||||||
local terrains = require("libs/trees-and-terrains")
|
local terrains = require("libs/trees-and-terrains")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue