Adjust bee spawns and pie recipes.
This commit is contained in:
parent
8f4c8f7668
commit
323bf1d0ca
3 changed files with 39 additions and 21 deletions
2
abms.lua
2
abms.lua
|
@ -527,7 +527,7 @@ minetest.register_abm({
|
|||
minetest.register_abm({
|
||||
nodenames = {"default:leaves"},
|
||||
interval = 20 * time_factor,
|
||||
chance = 100,
|
||||
chance = 200,
|
||||
catch_up = false,
|
||||
action = function(pos, node)
|
||||
if not (pos and node) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue