Template:Recipes.json: Difference between revisions

Template page
Content added Content deleted
(Created page with "[{ "output-path": "common.items.debug.admin_stick", "output-name": "Admin Stick", "inputs": { "1": { "name": "Leather Strips", "quantity": 2 }, "2": { "name": "Ruby", "quantity": 1 } } }]")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[{
[
{
"output-path": "common.items.debug.admin_stick",
"output-name": "Admin Stick",
"output-path": "common.items.debug.admin_stick",
"output-name": "Admin Stick",
"inputs": {
"1": {
"inputs": {
"test": {
"name": "Leather Strips",
"name": "Leather Strips",
"quantity": 2
"quantity": 2
},
},
"2": {
"name": "Ruby",
"2": {
"name": "Ruby",
"quantity": 1
"quantity": 1
}
}
}
}]
}
}
]

Latest revision as of 20:29, 16 February 2022

[

{
 "output-path": "common.items.debug.admin_stick",
 "output-name": "Admin Stick",
 "inputs": {
   "test": {
     "name": "Leather Strips",
     "quantity": 2
   },
   "2": {
     "name": "Ruby",
     "quantity": 1
   }
 }
}

]

Cookies help us deliver our services. By using our services, you agree to our use of cookies.