1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-22 17:40:23 +02:00

Update home decor and plantlife

more mesh on homedecor, and important performance upgrade for plantlife
This commit is contained in:
Ombridride
2015-03-02 21:55:02 +01:00
parent 989b94df71
commit ef8497f9b2
2267 changed files with 3507 additions and 586 deletions

2
mods/plantlife_modpack/mushroom/crafting.lua Normal file → Executable file
View File

@ -22,7 +22,7 @@ minetest.register_craftitem("mushroom:brown_essence",{
description = "Healthy Brown Mushroom Essence",
inventory_image = "mushroom_essence.png",
wield_image = "mushroom_essence.png",
on_use = minetest.item_eat(5),
on_use = minetest.item_eat(5), --notre modif de gain de faim
})
minetest.register_craftitem("mushroom:poison",{