mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix MgStoneType and BiomeType enum names
This commit is contained in:
parent
87bc39dca7
commit
9b5c492be5
9 changed files with 34 additions and 34 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue