mirror of
https://github.com/minetest-mods/magma_conduits.git
synced 2025-01-02 02:27:35 +01:00
fix drops of heated blocks
This commit is contained in:
parent
3b45ae3ede
commit
77f15485af
4
init.lua
4
init.lua
@ -62,7 +62,7 @@ minetest.register_node("magma_conduits:hot_cobble", {
|
||||
groups = {cracky = 3, stone = 2, hot=1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
light_source = 6,
|
||||
drops = "default:cobble",
|
||||
drop = "default:cobble",
|
||||
})
|
||||
|
||||
minetest.register_node("magma_conduits:glow_obsidian", {
|
||||
@ -72,7 +72,7 @@ minetest.register_node("magma_conduits:glow_obsidian", {
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
groups = {cracky=1, hot=1, level=2},
|
||||
light_source = 6,
|
||||
drops = "default:obsidian",
|
||||
drop = "default:obsidian",
|
||||
})
|
||||
|
||||
minetest.register_abm{
|
||||
|
Loading…
Reference in New Issue
Block a user