Merge pull request #12 from archfan7411/thirst

Make all factory nodes diggable by bone pickaxe
This commit is contained in:
Gerold55 2019-04-13 11:06:28 -04:00 committed by GitHub
commit d35a67b25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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