Merge pull request #12 from archfan7411/thirst
Make all factory nodes diggable by bone pickaxe
This commit is contained in:
commit
d35a67b25c
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user