Files
minecraft-aiworld/lobby-addon/lobby_transfer_BP/recipes/portal_frame.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

23 lines
436 B
JSON

{
"format_version": "1.21.0",
"minecraft:recipe_shaped": {
"description": {
"identifier": "silverlabs:portal_frame_recipe"
},
"tags": ["crafting_table"],
"pattern": [
" O ",
"OEO",
" O "
],
"key": {
"O": { "item": "minecraft:obsidian" },
"E": { "item": "minecraft:ender_pearl" }
},
"result": {
"item": "silverlabs:portal_frame",
"count": 1
}
}
}