Improvements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user