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

Merge remote-tracking branch 'origin/master'

Conflicts:
	minetestforfun_game/minetest.conf
This commit is contained in:
LeMagnesium
2015-03-03 19:01:23 +01:00
3 changed files with 94 additions and 10 deletions

View File

@ -1,5 +1,2 @@
mgv6_spflags = biomeblend, jungles
movement_liquid_sink = 15
movement_liquid_fluidity = 0.8
movement_liquid_fluidity_smooth = 2
# Enable jungles on new worlds, disable biome blend and mud flow (faster, looks better).
mgv6_spflags = jungles, nobiomeblend, nomudflow

View File

@ -1555,7 +1555,7 @@ minetest.register_node("default:grass_1", {
description = "Grass",
drawtype = "plantlike",
tiles = {"default_grass_1.png"},
inventory_image = "default_grass_3.png", -- Use a bigger inventory image.
inventory_image = "default_grass_3.png", -- Use texture of a taller grass stage in inventory
wield_image = "default_grass_3.png",
paramtype = "light",
walkable = false,