1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Fixed power rails

- Suppressed silly mesecons' check blocking the adding of velocity data into rails
- Added an ABM to update actual rails
- Honey from mobs gives from now on 6hp when eaten (3 <3)
This commit is contained in:
LeMagnesium
2015-04-03 22:17:07 +02:00
parent e307a6b22f
commit 9bb085c05f
2 changed files with 20 additions and 9 deletions

View File

@ -293,7 +293,7 @@ if minetest.get_modpath("mobs") ~= nil then
overwrite("mobs:meat_raw", 3)
overwrite("mobs:meat", 5)
overwrite("mobs:rat_cooked", 5)
overwrite("mobs:honey", 2)
overwrite("mobs:honey", 6)
overwrite("mobs:pork_raw", 4)
overwrite("mobs:pork_cooked", 7)
overwrite("mobs:chicken_raw", 2)