#001EcoFlux1 skills50updated 2026-06-16100% of creatorskilloccupationdescriptionupdatedminecraft-sourcesoftware-developersRead Minecraft source code from a Fabric or NeoForge mod project. Extracts decompiled, human-readable Java source directly from the project's generated sources jar. CRITICAL: When writing Minecraft mod code, NEVER guess or hallucinate Minecraft/NeoForge APIs — ALWAYS read the actual source first. Before using any Minecraft class, method, field, or checking if a method exists, what parameters it takes, or what it returns, invoke this skill to read the real source. This is mandatory for mod development, not optional. Use this skill whenever the user asks to read or view Minecraft source code, wants to understand a Minecraft class, method, or API, references a Minecraft class name, or whenever you are about to write mod code that interacts with Minecraft internals (e.g., "what is ActionResult", "show me ItemStack", "read net.minecraft.util.ActionResult", "how does X work in MC"). Triggers on: mc source, Minecraft code, read Minecraft class, show Minecraft source, what is <ClassName> in Minecraft, decompile Minec2026-06-16