Files
minecraft-aiworld/lobby-addon/lobby_transfer_BP/recipes/portal_jamie.json
SysAdmin c32dbf42c4
All checks were successful
Deploy Addons / deploy (push) Successful in 17s
feat(addons): update portal blocks, recipes, and transfer scripts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 11:31:40 +00:00

18 lines
376 B
JSON

{
"format_version": "1.21.0",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "silverlabs:portal_jamie_recipe"
},
"tags": ["crafting_table"],
"ingredients": [
{ "item": "silverlabs:portal_frame" },
{ "item": "minecraft:emerald" }
],
"result": {
"item": "silverlabs:portal_jamie",
"count": 1
}
}
}