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

passage de variables global en local

passage de variables global en local
This commit is contained in:
2015-01-14 17:33:46 +01:00
committed by LeMagnesium
parent c35814348b
commit 916f3cb093
6 changed files with 20 additions and 20 deletions

View File

@ -30,7 +30,7 @@ minetest.register_entity(":__builtin:item", {
item_texture = minetest.registered_items[itemname].inventory_image
item_type = minetest.registered_items[itemname].type
end
prop = {
local prop = {
is_visible = true,
visual = "sprite",
textures = {"unknown_item.png"}