mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-02 17:45:19 +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:
|
||||
|
||||
Reference in New Issue
Block a user