A mod for all your chainLynx lovers out there

master
TheShadowZone12 2014-09-03 13:58:18 -05:00
parent 61d7825efc
commit a9be44501c
3 changed files with 14 additions and 0 deletions

1
depend.txt Normal file
View File

@ -0,0 +1 @@
default

13
init.lua Normal file
View File

@ -0,0 +1,13 @@
minetest.register_node("lynxdivision:badge", {
description = "lynxdivision badge",
tiles = {"lynxdivision_badge.png"},
is_ground_content = false,
groups = {crumbly=1,oddly_breakable_by_hand=1},
drawtype = "glasslike" ,
paramtype = "light",
sunlight_propagates = true,
--sounds = default.node_sound_glass_defaults(),
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B