Make all factory nodes diggable by bone pickaxe

This commit is contained in:
archfan 2019-04-13 10:48:44 -04:00
parent 7127c03387
commit 3f5b0b88d2

View File

@ -4,7 +4,7 @@ minetest.register_node("factory:belt_center", {
tiles = {{name="factory_belt_top_animation.png",
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=0.4}}, "factory_belt_bottom.png",
"factory_belt_side.png", "factory_belt_side.png", "factory_belt_side.png", "factory_belt_side.png"},
groups = {cracky=1},
groups = {cracky=3},
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@ -21,7 +21,7 @@ minetest.register_node("factory:belt", {
tiles = {{name="factory_belt_st_top_animation.png",
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=0.4}}, "factory_belt_bottom.png",
"factory_belt_side.png", "factory_belt_side.png", "factory_belt_side.png", "factory_belt_side.png"},
groups = {cracky=1},
groups = {cracky=3},
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",