mirror of
https://github.com/minetest/minetest.git
synced 2024-11-30 03:23:45 +01:00
Add wooden planks to creative inventory (...finally 8D)
This commit is contained in:
parent
1596628850
commit
d7442aecbe
@ -505,6 +505,7 @@ void craft_set_creative_inventory(Player *player)
|
|||||||
CONTENT_CLAY,
|
CONTENT_CLAY,
|
||||||
CONTENT_BRICK,
|
CONTENT_BRICK,
|
||||||
CONTENT_TREE,
|
CONTENT_TREE,
|
||||||
|
CONTENT_WOOD,
|
||||||
CONTENT_LEAVES,
|
CONTENT_LEAVES,
|
||||||
CONTENT_CACTUS,
|
CONTENT_CACTUS,
|
||||||
CONTENT_PAPYRUS,
|
CONTENT_PAPYRUS,
|
||||||
|
Loading…
Reference in New Issue
Block a user