forked from mtcontrib/plantlife_modpack
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
|
-- node. Useful in snow biomes to keep
|
||||||
-- objects from spawning in snow that's on the
|
-- objects from spawning in snow that's on the
|
||||||
-- wrong surface for that object.
|
-- wrong surface for that object.
|
||||||
avoid_nodes = {table}, -- List of nodes or groups to avoid when
|
avoid_nodes = {table}, -- List of nodes to avoid when spawning.
|
||||||
-- spawning.
|
-- Groups are not supported here.
|
||||||
avoid_radius = num, -- how much distance to leave between the
|
avoid_radius = num, -- how much distance to leave between the
|
||||||
-- object to be added and the objects to be
|
-- object to be added and the objects to be
|
||||||
-- avoided. If this or the avoid_nodes value
|
-- avoided. If this or the avoid_nodes value
|
||||||
|
Loading…
Reference in New Issue
Block a user