mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 16:30:19 +01:00
Let's do a step forward
- Commits :b0871dfe0f
(Not really because the reverts were done in my last commit)c1043f0120
35a13c8faf
6679190d44
eae0c1bc2e
ef566a5fe1
85bd085ab8
254ec74625
99feb28ec3
d6b270e197
b4a95f223f
69d4d5dcad
d7a5dcbb29
48dd18d49a
8c2391d5ac
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 <mg.minetest@gmail.com>
This commit is contained in:
parent
2155ecc638
commit
4de7f3e484
@ -270,7 +270,7 @@ minetest.register_abm({
|
|||||||
nodenames = {"default:cactus"},
|
nodenames = {"default:cactus"},
|
||||||
neighbors = {"group:sand"},
|
neighbors = {"group:sand"},
|
||||||
interval = 30,
|
interval = 30,
|
||||||
chance = 50,
|
chance = 25,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
pos.y = pos.y - 1
|
pos.y = pos.y - 1
|
||||||
local name = minetest.get_node(pos).name
|
local name = minetest.get_node(pos).name
|
||||||
@ -294,7 +294,7 @@ minetest.register_abm({
|
|||||||
nodenames = {"default:papyrus"},
|
nodenames = {"default:papyrus"},
|
||||||
neighbors = {"default:dirt", "default:dirt_with_grass", "default:dirt_with_snow", "default:sand", "default:desert_sand"},
|
neighbors = {"default:dirt", "default:dirt_with_grass", "default:dirt_with_snow", "default:sand", "default:desert_sand"},
|
||||||
interval = 30,
|
interval = 30,
|
||||||
chance = 30,
|
chance = 25,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
pos.y = pos.y - 1
|
pos.y = pos.y - 1
|
||||||
local name = minetest.get_node(pos).name
|
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
|
by PilzAdam, KrupnovPavel, Zeg9 and TenPlus1
|
||||||
|
|
||||||
This mod contains the following additions:
|
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.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.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.2 - Cooking bucket of milk into cheese now returns empty bucket
|
||||||
0.1 - Initial Release
|
0.1 - Initial Release
|
Loading…
Reference in New Issue
Block a user