More changes

This commit is contained in:
2022-11-21 20:06:10 -05:00
parent 929a34a41c
commit 30c580fe5d
34 changed files with 32 additions and 336 deletions

View File

@@ -156,7 +156,7 @@ minetest.register_node("main:glass",
paramtype = "light",
sunlight_propagates = true,
is_ground_content = false,
groups = {cracky = 1, oddly_breakable_by_hand = 1},
groups = {cracky = 4, oddly_breakable_by_hand = 1},
})
--Ores

View File

@@ -8,9 +8,7 @@ minetest.register_item(":", {
groupcaps =
{
oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0},
snappy = {times={[3]=1.00}, uses=0, maxlevel=1},
crumbly = {times={[2]=4.50, [3]=1.80}, uses=0, maxlevel=1},
cracky = {times={[4]=.4}, uses=0, maxlevel=4},
},
damage_groups = {fleshy = 3, snappy = 2},
}