From 80faa966cffd44a547076766b3938216bb8f30b7 Mon Sep 17 00:00:00 2001 From: Kotolegokot Date: Mon, 5 Nov 2012 21:35:30 +0600 Subject: [PATCH] Remove all lines with "legacy" --- mods/decorations/init.lua | 7 ------- mods/removing_blocks/depends.txt | 1 - 2 files changed, 8 deletions(-) diff --git a/mods/decorations/init.lua b/mods/decorations/init.lua index 1a3ef8c..9fdd1b3 100644 --- a/mods/decorations/init.lua +++ b/mods/decorations/init.lua @@ -7,7 +7,6 @@ minetest.register_node("decorations:malachite_block", { tiles = {"decorations_malachite.png"}, is_ground_content = true, groups = {cracky=3}, - legacy_mineral = true, sounds = default.node_sound_stone_defaults(), }) @@ -28,7 +27,6 @@ minetest.register_node("decorations:malachite_pyramid", { tiles = {"decorations_malachite.png"}, is_ground_content = true, groups = {cracky = 3}, - legacy_mineral = true, sounds = default.node_sound_stone_defaults(), }) @@ -55,7 +53,6 @@ minetest.register_node("decorations:malachite_table", { tiles = {"decorations_malachite.png", "default_wood.png^decorations_malachite_table_bottom.png", "default_wood.png^decorations_malachite_table_side.png"}, is_ground_content = true, groups = {cracky=3, oddly_breakable_by_hand = 2}, - legacy_mineral = true, sounds = default.node_sound_stone_defaults(), }) @@ -81,7 +78,6 @@ minetest.register_node("decorations:casket", { }, }, groups = {snappy=2,oddly_breakable_by_hand=2}, - legacy_facedir_simple = true, sounds = default.node_sound_wood_defaults(), on_construct = function(pos) local meta = minetest.env:get_meta(pos) @@ -106,7 +102,6 @@ minetest.register_node("decorations:malachite_chest", { "decorations_malachite_chest_side.png", "decorations_malachite_chest_side.png", "decorations_malachite_chest_front.png"}, paramtype2 = "facedir", groups = {snappy=2,oddly_breakable_by_hand=2}, - legacy_facedir_simple = true, sounds = default.node_sound_wood_defaults(), on_construct = function(pos) local meta = minetest.env:get_meta(pos) @@ -150,7 +145,6 @@ minetest.register_node("decorations:malachite_cylinder", { tiles = {"decorations_malachite.png"}, is_ground_content = true, groups = {cracky=3}, - legacy_mineral = true, sounds = default.node_sound_stone_defaults(), }) @@ -173,7 +167,6 @@ minetest.register_node("decorations:malachite_vase", { tiles = {"decorations_malachite.png"}, is_ground_content = true, groups = {cracky=3, oddly_breakable_by_hand = 2}, - legacy_mineral = true, sounds = default.node_sound_stone_defaults(), }) diff --git a/mods/removing_blocks/depends.txt b/mods/removing_blocks/depends.txt index 331d858..e69de29 100644 --- a/mods/removing_blocks/depends.txt +++ b/mods/removing_blocks/depends.txt @@ -1 +0,0 @@ -default \ No newline at end of file