mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Fix MgStoneType and BiomeType enum names
This commit is contained in:
@@ -76,9 +76,9 @@ enum GenNotifyType {
|
||||
|
||||
// TODO(hmmmm/paramat): make stone type selection dynamic
|
||||
enum MgStoneType {
|
||||
STONE,
|
||||
DESERT_STONE,
|
||||
SANDSTONE,
|
||||
MGSTONE_STONE,
|
||||
MGSTONE_DESERT_STONE,
|
||||
MGSTONE_SANDSTONE,
|
||||
};
|
||||
|
||||
struct GenNotifyEvent {
|
||||
|
Reference in New Issue
Block a user