more tool recipes
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a4a204a99c
commit
d5e46f636b
@ -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": [
|
||||
|
||||
@ -1478,6 +1478,7 @@ Stone Axe crafting
|
||||
ClientSynchronizationManager null tree fix
|
||||
Update ui test data
|
||||
Fix playerless scene updates
|
||||
More tool recipes
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user