mirror of
https://github.com/minetest/minetest.git
synced 2025-04-03 08:52:43 +02:00
Add lava to creative inventory (hmm, we're shortly running out of creative inventory space)
This commit is contained in:
@ -486,6 +486,7 @@ void craft_set_creative_inventory(Player *player)
|
||||
CONTENT_CHEST,
|
||||
CONTENT_FURNACE,
|
||||
CONTENT_SIGN_WALL,
|
||||
CONTENT_LAVASOURCE,
|
||||
CONTENT_IGNORE
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user