Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- minetest.register_node("default:glass", {
- description = "Glass",
- drawtype = "glasslike",
- tiles = {"default_glass.png"},
- paramtype = "light",
- sunlight_propagates = true,
- groups = {cracky=3,oddly_breakable_by_hand=3},
- sounds = default.node_sound_glass_defaults(),
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement