mirror of
https://github.com/mt-mods/biome_lib.git
synced 2025-06-30 15:20:41 +02:00
fix typo for deprecated calls
This commit is contained in:
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 = {}
|
||||
|
Reference in New Issue
Block a user