nice
This commit is contained in:
parent
0b4456cf7e
commit
d97c031888
@ -194,7 +194,7 @@ minetest.register_node("amogus_blocks:wood", {
|
||||
description = "Wood",
|
||||
tiles = {"wood.png"},
|
||||
|
||||
drop = 'amogus_items:wooden_plank',
|
||||
drop = 'amogus_items:wooden_plank 9',
|
||||
groups = {choppy = 3, flammable = 3, wood = 1},
|
||||
})
|
||||
|
||||
|
@ -356,7 +356,7 @@ minetest.register_tool("amogus_items:obsussian_hammer", {
|
||||
groupcaps={
|
||||
choppy={times={[1]=0.90, [2]=0.40, [3]=0.06}, uses=30, maxlevel=2},
|
||||
crumbly={times={[1]=0.90, [2]=0.40, [3]=0.06}, uses=30, maxlevel=2},
|
||||
stone={times={[1]=0.90, [2]=0.40, [3]=0.06}, uses=30, maxlevel=1},
|
||||
stone={times={[0.5]=1.4,[1]=0.90, [2]=0.40, [3]=0.06}, uses=30, maxlevel=1},
|
||||
crumbly={times={[1]=0.90, [2]=0.40, [3]=0.06}, uses=30, maxlevel=2},
|
||||
},
|
||||
damage_groups = {fleshy=4},
|
||||
|
Loading…
Reference in New Issue
Block a user