Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- mod depends on default
- minetest.register_node("protection_chest:chest", {
- description = "Protection Chest",
- tiles = {
- "default_chest_top.png",
- "default_chest_top.png",
- "default_chest_side.png",
- "default_chest_side.png",
- "default_chest_lock.png",
- "default_chest_inside.png"
- },
- sounds = default.node_sound_wood_defaults(),
- groups = {choppy = 2, oddly_breakable_by_hand = 2},
- paramtype2 = "facedir",
- })
Advertisement
Add Comment
Please, Sign In to add comment