digging webs drops cotton
This commit is contained in:
parent
b8e90803be
commit
43e3c301b1
@ -69,7 +69,7 @@ minetest.register_node("nssm:web", {
|
||||
pointable = true,
|
||||
diggable = true,
|
||||
buildable_to = false,
|
||||
drop = "",
|
||||
drop = "farming:cotton",
|
||||
drowning = 0,
|
||||
liquid_renewable = false,
|
||||
liquidtype = "source",
|
||||
@ -90,7 +90,7 @@ minetest.register_node("nssm:thick_web", {
|
||||
pointable = true,
|
||||
diggable = true,
|
||||
buildable_to = false,
|
||||
drop = "",
|
||||
drop = "farming:cotton 8",
|
||||
drowning = 2,
|
||||
liquid_renewable = false,
|
||||
liquidtype = "source",
|
||||
@ -98,7 +98,7 @@ minetest.register_node("nssm:thick_web", {
|
||||
liquid_alternative_flowing = "nssm:thick_web",
|
||||
liquid_alternative_source = "nssm:thick_web",
|
||||
liquid_viscosity = 30,
|
||||
groups = {flammable=2, liquid=1},
|
||||
groups = {flammable=2, snappy=1, liquid=1},
|
||||
})
|
||||
|
||||
minetest.register_node("nssm:ink", {
|
||||
|
@ -60,7 +60,7 @@ minetest.register_tool("nssm:mantis_sword", {
|
||||
max_drop_level=1,
|
||||
groupcaps={
|
||||
fleshy={times={[2]=1.0, [3]=0.4}, uses=30, maxlevel=1},
|
||||
snappy={times={[2]=0.80, [3]=0.3}, uses=40, maxlevel=1},
|
||||
snappy={times={[1]=1.0, [2]=0.80, [3]=0.3}, uses=40, maxlevel=1},
|
||||
},
|
||||
damage_groups = {fleshy=7},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user