mirror of
https://github.com/mt-mods/biome_lib.git
synced 2024-11-14 14:40:21 +01:00
use alias for deprecated functions
This commit is contained in:
parent
94218fb5a9
commit
f2362ed38e
2
init.lua
2
init.lua
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
biome_lib = {}
|
biome_lib = {}
|
||||||
|
|
||||||
|
plantslib = setmetatable({}, { __index=function(t,k) print("Use of deprecated function:", k) return biomes_lib[k] end })
|
||||||
|
|
||||||
biome_lib.blocklist_aircheck = {}
|
biome_lib.blocklist_aircheck = {}
|
||||||
biome_lib.blocklist_no_aircheck = {}
|
biome_lib.blocklist_no_aircheck = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user