mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Added fences (but still needs an icon or something to display in inventory)
This commit is contained in:
parent
8bbc512fe5
commit
c5e583e059
5 changed files with 159 additions and 0 deletions
|
@ -73,6 +73,7 @@ void initializeMaterialProperties()
|
|||
setWoodLikeDiggingProperties(CONTENT_TREE, 1.0);
|
||||
setWoodLikeDiggingProperties(CONTENT_LEAVES, 0.15);
|
||||
setWoodLikeDiggingProperties(CONTENT_GLASS, 0.15);
|
||||
setWoodLikeDiggingProperties(CONTENT_FENCE, 0.75);
|
||||
setWoodLikeDiggingProperties(CONTENT_WOOD, 0.75);
|
||||
setWoodLikeDiggingProperties(CONTENT_CHEST, 1.0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue