diff --git a/minetestforfun_game/mods/default/functions.lua b/minetestforfun_game/mods/default/functions.lua index 5b921e0d..d949badd 100644 --- a/minetestforfun_game/mods/default/functions.lua +++ b/minetestforfun_game/mods/default/functions.lua @@ -270,7 +270,7 @@ minetest.register_abm({ nodenames = {"default:cactus"}, neighbors = {"group:sand"}, interval = 30, - chance = 50, + chance = 25, action = function(pos, node) pos.y = pos.y - 1 local name = minetest.get_node(pos).name @@ -294,7 +294,7 @@ minetest.register_abm({ nodenames = {"default:papyrus"}, neighbors = {"default:dirt", "default:dirt_with_grass", "default:dirt_with_snow", "default:sand", "default:desert_sand"}, interval = 30, - chance = 30, + chance = 25, action = function(pos, node) pos.y = pos.y - 1 local name = minetest.get_node(pos).name diff --git a/mods/mobs/README.txt b/mods/mobs/README.txt index b84da86a..7cb1af3f 100644 --- a/mods/mobs/README.txt +++ b/mods/mobs/README.txt @@ -1,4 +1,4 @@ --= MOBS-MOD for MINETEST =- ++-= MOBS-MOD for MINETEST =- by PilzAdam, KrupnovPavel, Zeg9 and TenPlus1 This mod contains the following additions: @@ -30,4 +30,4 @@ Changelog: 0.4 - Dungeon Masters and Mese Monsters have much better aim due to shoot_offset, also they can both shoot through nodes that aren't walkable (flowers, grass etc) plus new sheep sound :) 0.3 - Added LOTT's Spider mob, made Cobwebs, added KPavel's Bee with Honey and Beehives (made texture), Warthogs now have sound and can be tamed, taming of shaved sheep or milked cow with 8 wheat so it will not despawn, many bug fixes :) 0.2 - Cooking bucket of milk into cheese now returns empty bucket -0.1 - Initial Release +0.1 - Initial Release \ No newline at end of file