Changed grate drawtype back to glasslike

This commit is contained in:
rdococ 2017-08-03 14:00:09 +01:00
parent c2c48ebebe
commit b2ab2840a3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ minetest.register_node("rmod:grate", {
tiles = {"rmod_grate.png"},
groups = {oddly_breakable_by_hand = 1},
use_texture_alpha = true,
drawtype = "allfaces", --"glasslike",
drawtype = "glasslike",
paramtype = "light",
})