mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
remove these spaces
This commit is contained in:
@ -8,7 +8,7 @@ minetest.register_node( ":technic:mineral_uranium", {
|
||||
groups = {cracky=3, radioactive=1000},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
drop = "technic:uranium_lump",
|
||||
})
|
||||
})
|
||||
|
||||
minetest.register_node( ":technic:mineral_chromium", {
|
||||
description = S("Chromium Ore"),
|
||||
@ -17,7 +17,7 @@ minetest.register_node( ":technic:mineral_chromium", {
|
||||
groups = {cracky=3},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
drop = "technic:chromium_lump",
|
||||
})
|
||||
})
|
||||
|
||||
minetest.register_node( ":technic:mineral_zinc", {
|
||||
description = S("Zinc Ore"),
|
||||
@ -52,7 +52,7 @@ minetest.register_node( ":technic:granite", {
|
||||
is_ground_content = true,
|
||||
groups = {cracky=1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
})
|
||||
|
||||
minetest.register_node( ":technic:marble", {
|
||||
description = S("Marble"),
|
||||
@ -60,7 +60,7 @@ minetest.register_node( ":technic:marble", {
|
||||
is_ground_content = true,
|
||||
groups = {cracky=3, marble=1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
})
|
||||
|
||||
minetest.register_node( ":technic:marble_bricks", {
|
||||
description = S("Marble Bricks"),
|
||||
@ -68,7 +68,7 @@ minetest.register_node( ":technic:marble_bricks", {
|
||||
is_ground_content = true,
|
||||
groups = {cracky=3},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
})
|
||||
|
||||
minetest.register_node(":technic:uranium_block", {
|
||||
description = S("Uranium Block"),
|
||||
|
Reference in New Issue
Block a user