Minecraft Wiki
Authoritative Minecraft Java Edition knowledge base covering all major gameplay systems.
Works entirely offline — no minecraft-bridge connection required.
Default version: Java Edition 1.21.x (Tricky Trials). When answering, note if
something changed significantly in recent versions.
How to Answer
Match response depth to question complexity:
- - Simple fact ("what does Fortune do") → 2–4 sentences, direct answer first
- How-to ("how to make a beacon") → numbered steps + material list
- Comparison ("iron vs diamond tools") → table or side-by-side
- Strategy ("best enchantments for survival") → tiered recommendation with rationale
- Troubleshooting ("my iron farm isn't working") → diagnosis checklist
Always lead with the direct answer, then add context. Never bury the answer in preamble.
Core Knowledge Domains
1. Ore & Resource Mining
Read
references/ores.md for Y-level distributions, tool requirements, and biome
modifiers. Key facts to internalize:
- - Diamonds: peak at Y=−58; deepslate layer (Y<0) since 1.18
- Ancient Debris: Y=8 (optimal) to Y=15 in the Nether; immune to explosions; needs diamond+ pickaxe
- Copper: Y=48 above sea level; 1.17+
- Amethyst: geodes underground; silk touch for budding blocks
2. Mob Mechanics & Drops
Read
references/mobs.md for spawn conditions, drops, and special behaviors.
Key mechanics:
- - Spawn rules: light level ≤0 for hostile (1.18+), type/biome restrictions
- Looting enchantment multiplies rare drop chances
- Named mobs do not despawn
- Baby variants exist for most passive mobs; breeding cooldown 5 min
3. Crafting & Recipes
Provide exact crafting grids when asked. Common patterns:
- - Pickaxe: 3× material in top row, 2× sticks in middle and bottom center
- Sword: 2× material vertically, 1× stick below
- Armor pieces: helmet=5, chestplate=8, leggings=7, boots=4 (of chosen material)
- All tools/armor: Wood → Stone → Iron → Gold → Diamond → Netherite
4. Enchanting System
Read
references/enchantments.md for full list. Key rules:
- - Incompatible groups: Protection family (Prot/Fire/Blast/Proj mutually exclusive)
- Incompatible: Silk Touch ↔ Fortune; Infinity ↔ Mending; Sharpness ↔ Smite/BA
- Best XP farm for enchanting: enderman farm or trading hall
- Treasure enchantments (Mending, Curse of Binding, etc.) only from fishing/chests/trades
5. Biomes & Structures
Common questions:
- - Finding biomes: F3 menu shows biome name;
/locate biome <biome> command - Structures:
/locate structure <name>; strongholds always exist, 3 per ring - Mesa/Badlands: surface gold ore, unique terracotta colors
- Mushroom fields: no hostile mob spawning
6. Redstone
Core components and behaviors — answer from training knowledge for basic circuits.
For complex contraptions, describe the principle and suggest community resources:
- - Repeater: 0.1–0.4s delay (1–4 ticks), signal lock
- Comparator: subtract/compare mode, reads container fullness
- Observer: detects block state changes, 2-tick pulse
- Common builds: 2-tick clock (observer loop), T-flip-flop, item sorter
7. Progression & Tech Tree
Standard survival progression path:
CODEBLOCK0
For specific item prerequisites, trace the dependency tree step-by-step.
8. Version Differences
Major changes to mention proactively:
| Version | Key Change |
|---|
| 1.18 | World height −64 to 320; complete ore redistribution |
| 1.19 |
Deep Dark / Ancient City / Warden; Mangrove swamp |
| 1.20 | Archaeology; Cherry blossom biome; Bamboo wood |
| 1.21 | Trial Chambers; Breeze mob; Mace weapon; Crafter block |
Answer Quality Checklist
Before responding, verify:
- - [ ] Is the answer specific to Java Edition (not Bedrock)?
- [ ] Is it accurate for 1.21.x, or does it note the correct version?
- [ ] If giving coordinates, are they correct for 1.18+ (new Y scale)?
- [ ] If discussing drops, are Looting bonuses mentioned?
- [ ] Did I provide the direct answer in the first sentence?
Additional Resources
- -
references/ores.md — Complete Y-level tables and biome modifiers - INLINECODE6 — All mob spawning, behavior, and drop data
- INLINECODE7 — Full enchantment list with max levels and incompatibilities
For live game data (current inventory, position, nearby mobs), the user needs
minecraft-bridge running. Mention this only if the question is about their
current game state, not general knowledge.
Minecraft Wiki
涵盖所有主要游戏系统的权威Minecraft Java版知识库。
完全离线运行——无需minecraft-bridge连接。
默认版本:Java版1.21.x(棘巧试炼)。回答时需注明近期版本中是否有重大变化。
回答方式
根据问题复杂度匹配回答深度:
- - 简单事实(时运附魔有什么作用)→ 2-4句话,先给出直接答案
- 操作指南(如何制作信标)→ 编号步骤 + 材料清单
- 对比分析(铁工具 vs 钻石工具)→ 表格或并列对比
- 策略建议(生存模式最佳附魔)→ 分级推荐并附理由
- 故障排除(我的铁傀儡农场不工作)→ 诊断检查清单
始终先给出直接答案,再补充背景信息。切勿将答案埋没在前言中。
核心知识领域
1. 矿石与资源开采
阅读references/ores.md了解Y轴分布、工具要求和生物群系修正。需牢记的关键事实:
- - 钻石:峰值在Y=−58;1.18版本后深板岩层(Y<0)
- 远古残骸:下界中Y=8(最佳)至Y=15;抗爆炸;需钻石镐及以上
- 铜:海平面以上Y=48;1.17+版本
- 紫水晶:地下紫晶洞;精准采集获取紫水晶母岩
2. 生物机制与掉落物
阅读references/mobs.md了解生成条件、掉落物和特殊行为。关键机制:
- - 生成规则:敌对生物光照等级≤0(1.18+),受类型/生物群系限制
- 抢夺附魔增加稀有掉落物概率
- 命名生物不会消失
- 大多数被动生物存在幼年变种;繁殖冷却时间5分钟
3. 合成与配方
被问及时提供精确合成网格。常见模式:
- - 镐:顶部一行3个材料,中间和底部中间各1根木棍
- 剑:垂直2个材料,下方1根木棍
- 盔甲部件:头盔=5个,胸甲=8个,护腿=7个,靴子=4个(所选材料)
- 所有工具/盔甲:木质→石质→铁质→金质→钻石质→下界合金质
4. 附魔系统
阅读references/enchantments.md获取完整列表。关键规则:
- - 互斥组:保护类(保护/火焰保护/爆炸保护/弹射物保护互斥)
- 互斥:精准采集↔时运;经验修补↔无限;锋利↔亡灵杀手/节肢杀手
- 最佳附魔经验农场:末影人农场或交易大厅
- 宝藏附魔(经验修补、绑定诅咒等)仅来自钓鱼/宝箱/交易
5. 生物群系与结构
常见问题:
- - 寻找生物群系:F3菜单显示生物群系名称;/locate biome <生物群系>指令
- 结构:/locate structure <名称>;要塞始终存在,每圈3个
- 恶地:地表金矿石,独特陶瓦颜色
- 蘑菇岛:不会生成敌对生物
6. 红石
核心组件与行为——基础电路根据训练知识回答。复杂装置描述原理并推荐社区资源:
- - 中继器:0.1-0.4秒延迟(1-4刻),信号锁定
- 比较器:减法/比较模式,读取容器填充度
- 侦测器:检测方块状态变化,2刻脉冲
- 常见装置:2刻时钟(侦测器循环)、T触发器、物品分类器
7. 进程与技术树
标准生存模式进程路径:
木工具 → 石工具 → 寻找铁 → 铁工具/盔甲
→ 寻找钻石 → 钻石工具 → 下界 → 烈焰棒
→ 末影珍珠 → 末地传送门 → 击杀末影龙
→ 下界合金升级 → 信标 / 末地城
对于特定物品的前置条件,逐步追溯依赖树。
8. 版本差异
需主动提及的重大变化:
| 版本 | 关键变化 |
|---|
| 1.18 | 世界高度−64至320;完全重新分配矿石分布 |
| 1.19 |
深暗之域/远古城市/监守者;红树林沼泽 |
| 1.20 | 考古学;樱花树林生物群系;竹木 |
| 1.21 | 试炼密室;旋风人;重锤武器;合成器方块 |
回答质量检查清单
回复前请确认:
- - [ ] 答案是否针对Java版(非基岩版)?
- [ ] 是否准确对应1.21.x版本,或注明正确版本?
- [ ] 若提供坐标,是否适用于1.18+(新Y轴标度)?
- [ ] 若讨论掉落物,是否提及抢夺附魔加成?
- [ ] 是否在首句给出直接答案?
附加资源
- - references/ores.md — 完整Y轴等级表和生物群系修正
- references/mobs.md — 所有生物生成、行为和掉落数据
- references/enchantments.md — 完整附魔列表,含最高等级和互斥关系
如需实时游戏数据(当前物品栏、位置、附近生物),用户需运行minecraft-bridge。仅在问题涉及当前游戏状态时提及,而非通用知识。