mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Added glass, with rendering and furnace support.
This commit is contained in:
parent
59c4a342a9
commit
2e1a69c3b1
7 changed files with 100 additions and 1 deletions
|
@ -72,6 +72,7 @@ void initializeMaterialProperties()
|
|||
|
||||
setWoodLikeDiggingProperties(CONTENT_TREE, 1.0);
|
||||
setWoodLikeDiggingProperties(CONTENT_LEAVES, 0.15);
|
||||
setWoodLikeDiggingProperties(CONTENT_GLASS, 0.15);
|
||||
setWoodLikeDiggingProperties(CONTENT_WOOD, 0.75);
|
||||
setWoodLikeDiggingProperties(CONTENT_CHEST, 1.0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue