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

Updated plantlife_modpack, using meshnodes for pebbles and bushes

This commit is contained in:
LeMagnesium
2015-01-26 22:56:18 +01:00
parent fe5dc3f0a7
commit 55972f1441
333 changed files with 2481 additions and 1594 deletions

View File

@ -1 +1,2 @@
plants_lib

View File

@ -1,14 +1,7 @@
-- This file supplies poison ivy for the plantlife modpack
-- Last revision: 2013-01-24
-- Boilerplate to support localized strings if intllib mod is installed.
local S
if (minetest.get_modpath("intllib")) then
dofile(minetest.get_modpath("intllib").."/intllib.lua")
S = intllib.Getter(minetest.get_current_modname())
else
S = function ( s ) return s end
end
local S = plantslib.intllib
local SPAWN_DELAY = 1000
local SPAWN_CHANCE = 200

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 239 B