mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-14 14:00:15 +02:00
split plants_lib off into its own repository
renamed it to biome_lib changed all relevant functions, tables, depends.txt, etc. in this modpack to call for the new name.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
--
|
||||
-- License: WTFPL
|
||||
|
||||
local S = plantslib.intllib
|
||||
local S = biome_lib.intllib
|
||||
|
||||
bushes_classic = {}
|
||||
|
||||
@ -30,7 +30,7 @@ bushes_classic.spawn_list = {}
|
||||
dofile(minetest.get_modpath('bushes_classic') .. '/cooking.lua')
|
||||
dofile(minetest.get_modpath('bushes_classic') .. '/nodes.lua')
|
||||
|
||||
plantslib:spawn_on_surfaces({
|
||||
biome_lib:spawn_on_surfaces({
|
||||
spawn_delay = 3600,
|
||||
spawn_plants = bushes_classic.spawn_list,
|
||||
avoid_radius = 10,
|
||||
|
Reference in New Issue
Block a user