1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Fix NDT_GLASSLIKE normals

Remove inventorycube() workaround for default:glass in minimal game
This commit is contained in:
Kahrl 2015-01-23 01:01:21 +01:00 committed by Craig Robbins
parent 38561023b4
commit 285655a878
2 changed files with 6 additions and 6 deletions

View file

@ -886,7 +886,6 @@ minetest.register_node("default:glass", {
description = "Glass",
drawtype = "glasslike",
tiles ={"default_glass.png"},
inventory_image = minetest.inventorycube("default_glass.png"),
paramtype = "light",
sunlight_propagates = true,
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},