more tool recipes
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2025-04-14 18:11:04 -04:00
parent a4a204a99c
commit d5e46f636b
2 changed files with 41 additions and 0 deletions

View File

@ -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": [

View File

@ -1478,6 +1478,7 @@ Stone Axe crafting
ClientSynchronizationManager null tree fix
Update ui test data
Fix playerless scene updates
More tool recipes