1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02: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},