guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
Fabric JEI/REI 兼容。REI(Roughly Enough Items)插件开发。触发词:JEI、REI、RoughlyEnoughItems、Plugin.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
Fabric JEI/REI 兼容。REI(Roughly Enough Items)插件开发。触发词:JEI、REI、RoughlyEnoughItems、Plugin.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
Fabric 1.14.4 没有 fabric-datagen。手写 JSON 到 resources。触发词:DataGen、DataGenerator、配方 JSON、模型 JSON.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
数据包布局、pack.mcmeta、validatedatapackjson。触发词:datapack、data/.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
A guide for creating custom Minecraft dimensions and handling DimensionType, teleportation, and travel between dimensions in Fabric 1.14.4. A dimension is a separate world or realm, such as the Nether.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
Skill "mc-effect" from guguzea/MC-AI-Coding-Assistant-Tool, covering mc-effect, 快速入口 and 下一步.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
A guide to registering enchantments, special effects that can be applied to Minecraft items, in Fabric 1.14.4. The excerpt points to related registry and data guides.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
A reference skill for connecting energy systems in Minecraft mods, including Forge Energy and the corresponding energy-storage interface.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
A guide to creating custom entities in Minecraft Fabric 1.14.4, including their attributes, registration, size, and renderer. An entity is a creature, player, projectile, or other object that exists in the game world.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
A guide to handling game events in Fabric 1.14.4, a Minecraft modding framework. It covers event callbacks, startup registration, and differences from Forge.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
Fabric API 模块系统。fabric-command-api-v1、内容注册表、networking。触发词:Fabric API、fabric-api、modImplementation、fabric-networking.
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
// 1. 创建流体 private static final Fluid MYFLUID = Registry.register( Registry.FLUID, new Identifier(MODID, "myfluid"), new FabricFlowableFluid.Settings() .slopeFindDistance(3) .levelDecreasePerBlock(1) .tickRate(5) .supportsBoating(true) ).
guguzea/MC-AI-Coding-Assistant-Tool
Skill Claude CodeCodex
Skill "mc-gametest" from guguzea/MC-AI-Coding-Assistant-Tool, covering mc-gametest, 快速入口 and 下一步.