mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-05 09:50:27 +01:00
fix error in API
(groups are not allowed in avoid_nodes in register_generate_plant)
This commit is contained in:
parent
42d858c752
commit
4f3495a9e4
4
API.txt
4
API.txt
|
@ -262,8 +262,8 @@ biome = {
|
|||
-- node. Useful in snow biomes to keep
|
||||
-- objects from spawning in snow that's on the
|
||||
-- wrong surface for that object.
|
||||
avoid_nodes = {table}, -- List of nodes or groups to avoid when
|
||||
-- spawning.
|
||||
avoid_nodes = {table}, -- List of nodes to avoid when spawning.
|
||||
-- Groups are not supported here.
|
||||
avoid_radius = num, -- how much distance to leave between the
|
||||
-- object to be added and the objects to be
|
||||
-- avoided. If this or the avoid_nodes value
|
||||
|
|
Loading…
Reference in New Issue
Block a user