Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. minetest.register_node("double_chest:double_chest_right", {
  2. tiles = {
  3. "double_chest_top_right.png",
  4. "double_chest_top_right.png",
  5. "double_chest_side.png",
  6. "double_chest_side.png",
  7. "double_chest_back_right.png",
  8. "double_chest_front_right.png",
  9. }
  10. -- walkable = false,
  11. pointable = false,
  12. -- diggable = false,
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement