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
1 changed files with 0 additions and 2 deletions

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 = {}