mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-14 14:30:25 +02:00
add webs to level 3 tunnels, fix sunless sea chasms
This commit is contained in:
@ -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,
|
||||
|
BIN
big_webs/textures/big_webs_item.png
Normal file
BIN
big_webs/textures/big_webs_item.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 380 B |
Reference in New Issue
Block a user