mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Preliminary "active block" stuff + set up test code to grow grass.
This commit is contained in:
@@ -148,6 +148,8 @@ struct ContentFeatures
|
||||
bool light_propagates;
|
||||
bool sunlight_propagates;
|
||||
u8 solidness; // Used when choosing which face is drawn
|
||||
// This is used for collision detection.
|
||||
// Also for general solidness queries.
|
||||
bool walkable;
|
||||
bool pointable;
|
||||
bool diggable;
|
||||
|
Reference in New Issue
Block a user