mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 23:30:38 +02:00
Merge remote-tracking branch 'zefram/zefram/centrifuge'
This commit is contained in:
@ -7,7 +7,7 @@ minetest.register_node( ":technic:mineral_uranium", {
|
||||
is_ground_content = true,
|
||||
groups = {cracky=3, radioactive=1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
drop = 'craft "technic:uranium" 1',
|
||||
drop = 'craft "technic:uranium_lump" 1',
|
||||
})
|
||||
|
||||
minetest.register_node( ":technic:mineral_chromium", {
|
||||
@ -56,7 +56,7 @@ minetest.register_node(":technic:uranium_block", {
|
||||
description = S("Uranium Block"),
|
||||
tiles = { "technic_uranium_block.png" },
|
||||
is_ground_content = true,
|
||||
groups = {cracky=1, level=2, radioactive=3},
|
||||
groups = {uranium_block=1, cracky=1, level=2, radioactive=3},
|
||||
sounds = default.node_sound_stone_defaults()
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user