Implement gold lump drop into nodes.lua
This commit is contained in:
parent
265130ec72
commit
986dc04215
@ -49,14 +49,14 @@ minetest.register_node("ws_core:stone_with_gold", {
|
|||||||
description = "Gold Ore",
|
description = "Gold Ore",
|
||||||
tiles = {"ws_stone.png^ws_mineral_gold.png"},
|
tiles = {"ws_stone.png^ws_mineral_gold.png"},
|
||||||
groups = {cracky = 3},
|
groups = {cracky = 3},
|
||||||
drop = 'ws_core:gold',
|
drop = 'ws_core:gold_lump',
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("ws_core:stone_with_gold_dense", {
|
minetest.register_node("ws_core:stone_with_gold_dense", {
|
||||||
description = "Gold Ore",
|
description = "Gold Ore",
|
||||||
tiles = {"ws_stone.png^ws_mineral_gold_dense.png"},
|
tiles = {"ws_stone.png^ws_mineral_gold_dense.png"},
|
||||||
groups = {cracky = 3},
|
groups = {cracky = 3},
|
||||||
drop = 'ws_core:gold 3',
|
drop = 'ws_core:gold_lump 3',
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("ws_core:stone_with_iron", {
|
minetest.register_node("ws_core:stone_with_iron", {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user