mirror of
https://github.com/minetest-mods/ropes.git
synced 2025-01-01 18:47:34 +01:00
Make spawn on all leaves near water
This commit is contained in:
parent
1c317f021e
commit
ce9ecaca2c
2
init.lua
2
init.lua
@ -277,7 +277,7 @@ plantslib:spawn_on_surfaces({
|
|||||||
spawn_delay = spawn_interval,
|
spawn_delay = spawn_interval,
|
||||||
spawn_plants = {"vines:side"},
|
spawn_plants = {"vines:side"},
|
||||||
spawn_chance = 10,
|
spawn_chance = 10,
|
||||||
spawn_surfaces = {"default:leaves"},
|
spawn_surfaces = {"group:leafdecay"},
|
||||||
spawn_on_side = true,
|
spawn_on_side = true,
|
||||||
near_nodes = {"default:water_source"},
|
near_nodes = {"default:water_source"},
|
||||||
near_nodes_size = 10,
|
near_nodes_size = 10,
|
||||||
|
@ -14,6 +14,9 @@ FORUM: http://forum.minetest.net/viewtopic.php?id=2344
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
2.2
|
||||||
|
* Spawns on all leaves that are near water
|
||||||
|
|
||||||
2.1
|
2.1
|
||||||
* Removed rope(end) from creative inventory
|
* Removed rope(end) from creative inventory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user