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:
parent
38561023b4
commit
285655a878
2 changed files with 6 additions and 6 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue