一键导入
nether-entry
Acquire obsidian, build a Nether portal with build, ignite it with flint & steel via interact_at, and enter the Nether with the right packlist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Acquire obsidian, build a Nether portal with build, ignite it with flint & steel via interact_at, and enter the Nether with the right packlist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
High-level roadmap to defeat the Ender Dragon. Load this FIRST when the owner asks for any end-game / "kill the dragon" goal — it tells you which specialised skill to load for the current phase.
Locate a Nether fortress, fight blazes at their spawner, and collect ≥7 blaze rods (each grinds into 2 blaze powder; 12 eyes of ender need 12 powder = 6 rods, +1 margin).
Generic combat tactics for the Numen entity - target authorization, melee_attack vs ranged_attack choice, drops, retreat rules, and aggro pitfalls.
Final boss. End arena layout, crystal destruction with ranged_attack (caged ones via auto-pillar + mine), dragon attack patterns and the perch melee window, HP discipline over a long fight.
Hunt endermen for ≥12 ender pearls — warped forest (Nether) is the densest spot, overworld night works too. Pearls + blaze powder = eyes of ender.
Craft eyes of ender, find the stronghold with the locate_structure tool (no eye-throwing needed), reach the portal room, and fill the 12 frames via inspect_block + interact_at.
基于 SOC 职业分类
| name | nether_entry |
| description | Acquire obsidian, build a Nether portal with build, ignite it with flint & steel via interact_at, and enter the Nether with the right packlist. |
Phase 2 of the dragon route. Build a portal, ignite it, walk through. Actual Nether survival starts in blaze_rods.
Mine it from a ruined portal — a structure that's just standing obsidian, no lava-casting. This is the only route: casting your own (water over lava) leaves every fresh obsidian block touching lava, and I refuse to mine fluid-adjacent blocks (it would flood or burn the dig), so a cast wall is unminable by design.
locate_structure("#minecraft:ruined_portal") — searches the whole family and returns the nearest. Skip ruined_portal_ocean (underwater) if the result names it; re-search or pick a land one — I can't dive.equip_item(diamond_pickaxe) (obsidian needs diamond), goto the portal coordinates.mine(obsidian, 10) — it digs the frame's obsidian on its own. ~9.4s per block is normal.Notes:
mine(obsidian) already ignores it, so a single portal may yield fewer than 10. If you come up short, locate_structure("#minecraft:ruined_portal") again for the next nearest and top up.mine reports it skipped blocks "against water or lava", that portal sits in a wet/lava pocket — relocate to a cleaner one rather than fighting the fluid.build call: two side columns of 3, plus top and bottom rows of 2. Use place_block only for a nearby single-cell correction.flint_and_steel = 1 iron ingot + 1 flint, a 2×2 recipe (lookup_recipe + transfer into your own grid; see the containers skill). Flint drops from mine(gravel), ~10%/block.interact_at(button=right, x, y, z, item_id=minecraft:flint_and_steel) aimed at an empty air cell INSIDE the frame (a bottom one), not at the obsidian. The fire lands in that cell and the portal forms.goto the portal cell and stand in it until the dimension changes (get_self_status confirms).get_self_status before igniting)| Item | Qty | Why |
|---|---|---|
| Cooked food | 32+ | Your healing |
| Diamond sword + bow | 1 + 1 | Equip for combat only — hold the pickaxe while travelling (navigation digs with the held tool) |
| Arrows | 32+ | ranged_attack consumes them (~6 per blaze); run low → switch to melee + extra food |
| Diamond pickaxe (+ iron backup) | 1 + 1 | Obsidian, digging |
| Cobblestone | 64+ | Navigation scaffold — bridging lava lakes eats it |
| Gold helmet (worn) | 1 | Piglin truce; 5 gold ingots if you must craft one |
| Flint & steel | 1 | Re-light the portal if a ghast blows it out |
Never place or use a bed in the Nether — beds explode there.
melee_attack them.get_self_status) and report them to your owner. Overworld↔Nether coordinates map 8:1 horizontally.Standing in the Nether, packlist intact → mark phase 2 completed, load_skill(name="blaze_rods"). Load combat_basics too if you haven't — blazes are the first real combat test.