Renderer/assets/Data/game/recipes.json
austin 3b8ed5b192
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
recipe work + ServerEntityUtils move method work
2025-04-04 19:24:19 -04:00

22 lines
451 B
JSON

{
"recipes": [
{
"displayName": "Workbench",
"ingredients": [
{
"itemType": "Log",
"count": 1
}
],
"products": [
{
"itemType": "Workbench",
"count": 1
}
]
}
],
"files": [
"Data/game/recipes/weapons.json"
]
}