mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
commit before content-tile separation
This commit is contained in:
@@ -66,23 +66,23 @@ enum Content
|
||||
{
|
||||
CONTENT_STONE=0,
|
||||
|
||||
CONTENT_GRASS,
|
||||
CONTENT_GRASS=1,
|
||||
|
||||
CONTENT_WATER,
|
||||
CONTENT_WATER=2,
|
||||
|
||||
CONTENT_LIGHT,
|
||||
CONTENT_LIGHT=3,
|
||||
|
||||
CONTENT_TREE,
|
||||
CONTENT_TREE=4,
|
||||
|
||||
CONTENT_LEAVES,
|
||||
CONTENT_LEAVES=5,
|
||||
|
||||
CONTENT_GRASS_FOOTSTEPS,
|
||||
CONTENT_GRASS_FOOTSTEPS=6,
|
||||
|
||||
CONTENT_MESE,
|
||||
CONTENT_MESE=7,
|
||||
|
||||
CONTENT_MUD,
|
||||
CONTENT_MUD=8,
|
||||
|
||||
CONTENT_OCEAN,
|
||||
CONTENT_OCEAN=9,
|
||||
|
||||
// This is set to the number of the actual values in this enum
|
||||
USEFUL_CONTENT_COUNT
|
||||
|
Reference in New Issue
Block a user