diff options
author | Calinou <calinou9999spam@gmail.com> | 2014-01-20 19:49:40 +0100 |
---|---|---|
committer | Calinou <calinou9999spam@gmail.com> | 2014-01-20 19:49:40 +0100 |
commit | 62f9f00fe8363322c5a5d64e84759743c84fc2bb (patch) | |
tree | b1a3e40b0aa9ceb2a10704f3bc2d1ad3cd2dc7c3 /init.lua | |
parent | 2b01bd5cbccfd3a74076602d70ba74d792641779 (diff) |
Big update: new stair types, code looks better.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -299,6 +299,7 @@ minetest.register_node("moreblocks:glow_glass", { groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
sounds = default.node_sound_glass_defaults(),
})
+
minetest.register_node("moreblocks:trap_glow_glass", {
description = S("Trap Glow Glass"),
drawtype = "glasslike",
|