1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Add lava to creative inventory (hmm, we're shortly running out of creative inventory space)

This commit is contained in:
Perttu Ahola 2011-08-15 16:57:57 +03:00
parent e57754868f
commit ad408f269c

View File

@ -486,6 +486,7 @@ void craft_set_creative_inventory(Player *player)
CONTENT_CHEST,
CONTENT_FURNACE,
CONTENT_SIGN_WALL,
CONTENT_LAVASOURCE,
CONTENT_IGNORE
};