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

Updated planflife modpack : bug fixes, less laggy, etc..

This commit is contained in:
LeMagnesium
2015-02-24 18:16:22 +01:00
parent 82d743415e
commit 70b36257ea
46 changed files with 1086 additions and 771 deletions

View File

@ -90,7 +90,7 @@ for i in ipairs(lilies_list) do
if place_pos and not minetest.is_protected(place_pos, placer:get_player_name()) then
local nodename = "default:cobble" -- if this block appears, something went....wrong :-)
if place_pos == nil then return itemstack end -- pour éviter crash avec nénuphare
if not keys["sneak"] then
local node = minetest.get_node(pt.under)
local waterlily = math.random(1,8)