1
0
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:
Diego Martinez 2015-08-09 10:45:45 -04:00 committed by Vanessa Ezekowitz
parent 94218fb5a9
commit f2362ed38e

View File

@ -10,6 +10,8 @@
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_no_aircheck = {}