1
0
mirror of https://github.com/mt-mods/biome_lib.git synced 2024-09-20 19:50:23 +02:00

remove the old-plantslib-api compat thing

This commit is contained in:
Vanessa Dannenberg 2021-04-01 06:24:09 -04:00
parent 7f1fec6ae0
commit e92361675f

View File

@ -9,8 +9,6 @@
biome_lib = {}
biome_lib.air = {name = "air"}
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 = {}