From 4de7f3e48440a2d1cdb42b5411e3e3c482e605ff Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Wed, 10 Dec 2014 17:04:10 +0100 Subject: [PATCH] Let's do a step forward - Commits : b0871dfe0fccb604d2c887551d7469b695842faf (Not really because the reverts were done in my last commit) c1043f0120430bb57696074a04a8445f9e9e0651 35a13c8faf3c84941cf13b6717c50144c96fd133 6679190d44ea8f4a2621f4b9880217ac50878caa eae0c1bc2e8b587b265d6cabdfc42c2233f09d1c ef566a5fe15060502fe11acd190d7d833ec2af92 85bd085ab8ddfe4541799b493f57079727d49309 254ec74625ca711749ccf0c43e5081fb45eb04d4 99feb28ec3613c4c7587a254c354f5ff4f370021 d6b270e197780618f35568647dfc4f5f377130c8 b4a95f223f13275a3bdc7695209163e72973e6fa 69d4d5dcad4495b997f9ff7f7b1d4f99e7779da4 d7a5dcbb2922ed6fc5c746ec8ce1891fff107a55 48dd18d49ae6ba804ae03c3ed54133af493e18c3 8c2391d5ac94fe334df22b6671715cfffe1a90ec Are done again. (Ok, no all of them only those concerning default and reverted mods) TODO: Still missing the three next commits Signed-off-by: LeMagnesium --- minetestforfun_game/mods/default/functions.lua | 4 ++-- mods/mobs/README.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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