Minecraft Resource Loading

Minecraft Resource Loading 资源加载(MC 1.21.11+ Forge):Core Rule 核心规则(Resource Location == File Path、namespace:path→src/main/resources/文件、禁止在JSON中包含.json/.png扩展名、命名空间必须精确匹配mods.toml modId和Java @Mod(MODID)、目录名单数固定 items/models/item/models/block/blockstates/textures/item/textures/block/lang/recipe)、Item Model Definition 物品模型定义(assets/<modid>/items/<registry_name>.json 每个物品/方块物品必需 缺失导致库存/搜索图标显示缺失)、Item Model+Texture 物品模型+纹理(assets/<modid>/models/item/<registry_name>.json parent minecraft:item/generated textures layer0、assets/<modid>/textures/item/<registry_name>.png 16x16 PNG)、Block Model+Blockstate+Block Item 方块模型+方块状态+方块物品(assets/<modid>/blockstates/<registry_name>.json variants model、assets/<modid>/models/block/<registry_name>.json parent cube_all、assets/<modid>/models/item/<registry_name>.json parent block、assets/<modid>/textures/block/<registry_name>.png)、Recipe 配方 MC1.21.11+ 格式(ingredients 纯字符串 item id、result 使用 id+count 不是 item+count)、Lang 语言文件(en_us.json/zh_cn.json item/block/itemGroup 翻译键)、pack.mcmeta(min_f

ZMJJKK123-hub Updated

File contents

ZMJJKK123-hub/skill-agent/tree/main/core/skills/minecraft-resource-loading commit 5d8d87aedf

Frequently asked questions

npx skillmds@latest add zmjjkk123-hub/minecraft-resource-loading