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:
2
mods/plantlife_modpack/mushroom/crafting.lua
Normal file → Executable file
2
mods/plantlife_modpack/mushroom/crafting.lua
Normal file → Executable 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",{
|
||||
|
Reference in New Issue
Block a user