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

@@ -4,7 +4,7 @@
minetest.register_node(":streets:asphalt",{
description = streets.S("Asphalt"),
tiles = {"streets_asphalt.png"},
groups = {cracky=3}
groups = {cracky=1}
})
if minetest.get_modpath("building_blocks") then