rebalanced adamant tools (again)

This commit is contained in:
Wyntr Stardust 2024-10-06 20:48:09 -05:00 committed by GitHub
parent c72c9c198c
commit 641693d0f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -108,7 +108,7 @@ minetest.register_decoration({
name = "Adamant stalactite",
deco_type = "schematic",
place_on = "group:stone",
sidelen = 144,
-- sidelen = 144,
fill_ratio = 0.00001,
-- biomes = {"deep"},
y_max = -800,

View File

@ -14,7 +14,7 @@ minetest.register_node(modname .. ":stone", {
-- use_texture_alpha = "blend",
-- paramtype = "light",
groups = {
cracky = 5,
cracky = 6,
lux_absorb = 24,
adamant = 1,
adamant_stone = 1

View File

@ -54,9 +54,9 @@ adzedef = {
},
tool_capabilities = nodecore.toolcaps({
uses = 0.5,
choppy = 5,
choppy = 6,
crumbly = 6,
cracky = 4,
cracky = 2,
}),
on_ignite = modname .. ":ore",
sounds = nodecore.sounds("nc_optics_glassy"),