This commit is contained in:
Xeno333 2025-01-01 22:49:15 -06:00
parent 15dcb2c840
commit 206e34ecc2
3 changed files with 8 additions and 23 deletions

View File

@ -44,4 +44,6 @@
- Fix fire drop -Xeno333
- Added unlocking chests so that they don't have problems anymore -Xeno333
- Add breaking animation -SuperStarSonic
- Fix some doc typos -SuperStarSonic
- Fix some doc typos -SuperStarSonic
- Add tool wear system -Xeno333
- Add crafting system and improve inventory -Xeno333

View File

@ -24,11 +24,6 @@ Stone nodes must be broken with a pick
Wood nodes must be broken with an axe
## Crafting
Crafting is done in the 3x3 slots in the inventory. There is not a crafting guid in this phase, though I would like to add it soon.
## Cooking
If you get some raw food, like pork from a pig, you can cook it. Cooking is done by placing raw food near a burning node. After a given ionterval the food will cook.
@ -50,16 +45,4 @@ This is a fairly simple task, find some iron nuggets and some flint. When you ha
## Tools
Tools can be crafted as follows:
### Axe
Axe is made with three flint on top and two sticks for handle.
### Pick
Pick is made with three iron and two sticks for handle.
### Sword
Sword is made with two iron ingots for a blade and one stick for a handle.
Tools are used to do some tasks, like mine or cut wood.

View File

@ -79,10 +79,10 @@ function core_1042.make_inv_formspec(player)
"scrollbar[1,2;0.5,4;vertical;setting_box_scrollbar;0]"..
"label[1.5,7.5;Docs]"..
"image_button[2,8;2,1;1042_plain_node.png^[colorize:#22ff44:144;doc_gameplay_md;gameplay.md]"..
"image_button[5,8;2,1;1042_plain_node.png^[colorize:#22ffff:144;README_md;README.md]"..
"image_button[8,8;2,1;1042_plain_node.png^[colorize:#88ffff:144;LICENSE;LICENSE]"..
"image_button[11,8;2,1;1042_plain_node.png^[colorize:#448888:144;credits_txt;credits.txt]"..
"image_button[2,8;2,1;1042_plain_node.png^[colorize:#22ff44:144;doc_gameplay_md;Guide]"..
"image_button[5,8;2,1;1042_plain_node.png^[colorize:#22ffff:144;README_md;README]"..
"image_button[8,8;2,1;1042_plain_node.png^[colorize:#88ffff:144;LICENSE;©]"..
"image_button[11,8;2,1;1042_plain_node.png^[colorize:#448888:144;credits_txt;Credits]"..
"list[current_player;main;1,11;10,4;]"..
"listring[current_player;main]"