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

Reset mesecons to 8 Dec

This commit is contained in:
LeMagnesium
2015-04-13 21:47:57 +02:00
parent dd40c6828e
commit 56e5d7a9e6
54 changed files with 767 additions and 1505 deletions

View File

@ -559,6 +559,7 @@ for d = 0, 1 do
node_box = node_box,
on_construct = reset_meta,
on_receive_fields = on_receive_fields,
on_timer = handle_timer,
sounds = default.node_sound_stone_defaults(),
mesecons = mesecons,
digiline = digiline,
@ -599,7 +600,7 @@ minetest.register_node(BASENAME .. "_burnt", {
groups = {dig_immediate=2, not_in_creative_inventory=1},
drop = BASENAME.."0000",
sunlight_propagates = true,
selection_box = selection_box,
selection_box = selectionbox,
node_box = node_box,
on_construct = reset_meta,
on_receive_fields = on_receive_fields,