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

Updated homedecor, and fixed cloud pedestals

This commit is contained in:
LeMagnesium
2015-02-24 18:23:14 +01:00
parent 70b36257ea
commit bcd0118ba9
56 changed files with 96 additions and 31 deletions

View File

@ -1,6 +1,4 @@
-- See README.txt for licensing and other information
local tmp = {}
itemframes = {}
minetest.register_entity("itemframes:item",{
hp_max = 1,
@ -223,7 +221,7 @@ itemframes.register_pedestal("obsidian", "default:obsidian",
default.node_sound_stone_defaults()
)
itemframes.register_pedestal("cloud", "default:cloud",
{cracky=3,not_in_creative_inventory=1,pedestal=1},
{cracky=1,level=2,not_in_creative_inventory=1,pedestal=1},
{"default_cloud.png"},
"Cloud Pedestal",
default.node_sound_defaults()