Files
minecraft-aiworld/lobby-addon/lobby_transfer_BP/recipes/portal_lyla.json
SysAdmin d9eafd2c12 feat(portals): add craftable portal blocks replacing hardcoded coordinates
Portal frame crafted from obsidian + ender pearl, combined with crystals
(emerald/amethyst/prismarine) to create world-specific portal blocks.
Stepping on a portal block triggers transfer. Includes resource pack with
vanilla textures, block definitions, crafting recipes, and updated script.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 14:23:23 +00:00

21 lines
442 B
JSON

{
"format_version": "1.21.40",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "silverlabs:portal_lyla"
},
"tags": ["crafting_table"],
"ingredients": [
{ "item": "silverlabs:portal_frame" },
{ "item": "minecraft:amethyst_shard" }
],
"unlock": [
{ "item": "silverlabs:portal_frame" }
],
"result": {
"item": "silverlabs:portal_lyla",
"count": 1
}
}
}