Fixed the spawn delay of root vines

The values was very low for testing purposes.
This commit is contained in:
bas080 2015-02-17 04:07:34 +01:00
parent 408d46d32c
commit 49c34f862d

View File

@ -5,7 +5,7 @@ vines.register_vine( 'root', {
choose_random_wall = true,
avoid_nodes = {"vines:root_middle"},
avoid_radius = 5,
spawn_delay = 5,
spawn_delay = 500,
spawn_chance = 10,
spawn_surfaces = {
"default:dirt_with_grass",