diff --git a/assets/Data/game/recipes/tools.json b/assets/Data/game/recipes/tools.json index 507a86c2..9302a649 100644 --- a/assets/Data/game/recipes/tools.json +++ b/assets/Data/game/recipes/tools.json @@ -19,6 +19,46 @@ "count": 1 } ] + }, + { + "displayName": "Stone Shovel", + "craftingTag" : "HAND", + "ingredients": [ + { + "itemType": "Stick", + "count": 1 + }, + { + "itemType": "Rock", + "count": 1 + } + ], + "products": [ + { + "itemType": "Stone Shovel", + "count": 1 + } + ] + }, + { + "displayName": "Stone Pick", + "craftingTag" : "HAND", + "ingredients": [ + { + "itemType": "Stick", + "count": 1 + }, + { + "itemType": "Rock", + "count": 1 + } + ], + "products": [ + { + "itemType": "Stone Pick", + "count": 1 + } + ] } ], "files": [ diff --git a/docs/src/progress/renderertodo.md b/docs/src/progress/renderertodo.md index 3f0409fa..f205ac86 100644 --- a/docs/src/progress/renderertodo.md +++ b/docs/src/progress/renderertodo.md @@ -1478,6 +1478,7 @@ Stone Axe crafting ClientSynchronizationManager null tree fix Update ui test data Fix playerless scene updates +More tool recipes