Changes to pipe bombs, cops, and node groups

This commit is contained in:
2022-11-22 15:32:50 -05:00
parent ba2da987ad
commit 71d289d98e
10 changed files with 56 additions and 88 deletions

View File

@@ -154,6 +154,7 @@ minetest.register_node("main:glass",
tiles = {"main_glass_frame.png", "main_glass.png"},
inventory_image = minetest.inventorycube("main_glass_frame.png"),
paramtype = "light",
drop = "",
sunlight_propagates = true,
is_ground_content = false,
groups = {cracky = 4, oddly_breakable_by_hand = 1},