Improvements

This commit is contained in:
2022-11-26 13:52:38 -05:00
parent 512918f24c
commit cf67a8046b
46 changed files with 56 additions and 79 deletions

View File

@@ -1367,14 +1367,14 @@
}
minetest.register_node("infrastructure:traffic_cone", {
description = "Traffic cone",
description = "Traffic Cone",
tiles = { "infrastructure_traffic_cone.png" },
drawtype = "mesh",
mesh = "infrastructure_traffic_cone.obj",
paramtype = "light",
groups = {cracky = 2},
walkable = false,
light_source = ENERGY_ABSORBING_TERMINAL_LIGHT_RANGE,
collision_box = cbox,
selection_box = cbox,
after_place_node = function(pos, placer)