mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-11-05 14:25:29 +01:00
Let's do a step forward
- Commits :b0871dfe0f(Not really because the reverts were done in my last commit)c1043f012035a13c8faf6679190d44eae0c1bc2eef566a5fe185bd085ab8254ec7462599feb28ec3d6b270e197b4a95f223f69d4d5dcadd7a5dcbb2948dd18d49a8c2391d5acAre 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 <mg.minetest@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user