add webs to level 3 tunnels, fix sunless sea chasms

This commit is contained in:
FaceDeer
2021-03-27 18:33:13 -06:00
parent 293f0c5092
commit 0c5d49ffd5
7 changed files with 37 additions and 5 deletions

View File

@ -132,6 +132,8 @@ minetest.register_node("big_webs:webbing", {
drawtype = "nodebox",
node_box = get_node_box(0.0625),
collision_box = get_node_box(0.0625),
inventory_image = "big_webs_item.png",
wield_image = "big_webs_item.png",
paramtype = "light",
is_ground_content = false,
climbable = true,
@ -183,6 +185,8 @@ minetest.register_node("big_webs:web_egg", {
drawtype = "nodebox",
node_box = get_node_box(0.0625),
collision_box = get_node_box(0.0625),
inventory_image = "big_webs_item.png",
wield_image = "big_webs_item.png",
paramtype = "light",
is_ground_content = false,
climbable = true,

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B