mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Add wooden planks to creative inventory (...finally 8D)
This commit is contained in:
parent
1596628850
commit
d7442aecbe
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue