forked from mtcontrib/biome_lib
fix typo for deprecated calls
This commit is contained in:
parent
7666867b68
commit
5ca9e6e77d
2
init.lua
2
init.lua
@ -10,7 +10,7 @@
|
||||
|
||||
biome_lib = {}
|
||||
|
||||
plantslib = setmetatable({}, { __index=function(t,k) print("Use of deprecated function:", k) return biomes_lib[k] end })
|
||||
plantslib = setmetatable({}, { __index=function(t,k) print("Use of deprecated function:", k) return biome_lib[k] end })
|
||||
|
||||
biome_lib.blocklist_aircheck = {}
|
||||
biome_lib.blocklist_no_aircheck = {}
|
||||
|
Loading…
Reference in New Issue
Block a user