Skip to content
zMCdarc edited this page Aug 5, 2016 · 5 revisions

INFO | 详情

This mod allows you to add custom npcs to your world and is mostly aimed at creative players who want more interactive worlds. If you have any question feel free to ask them add the Custom NPCs Thread, but be sure to read the Frequently Asked Questions first.

这个模组让你可以创建自己的自定义NPC. 它重点针对于有创造力并且想要游戏变得更有互动性的玩家. 如果你有任何问题, 你可以在查看常见问题后随时询问我们模组的开发进程~

Things you might want to know

你需要知道的事情

Before updating to a new version always backup your world
When closing minecraft be sure to save your world before exiting (esc -> Save and Quit). If you dont your latest changes might not be saved properly
You can add skins to the .minecraft/customnpcs/assets/customnpcs/textures folder or put them in your resource pack in the assets/customnpcs folder
You can make npcs shoot things by putting an item in the shoot slot in the inventory. You will need to increase his attack range to a shooting range: 10 is default for skeletons, 2 is melee range.
Bigger Npcs need a larger attack range else they might only walk into players.
Cloned npcs are saved in the .minecraft/customnpcs/clones.dat, you can share them with others as long as they are on the same version as you
You can equip blocks as helmets
  • 在更新模组到新的版本前你最好备份你的存档
  • 不要直接关闭Minecraft! 使用esc键并点击保存并退出. 否则可能无法合适地保存你的更改
  • 你可以添加皮肤到".minecraft/customnpcs/assets/customnpcs/textures"文件夹或者添加到材质包中的"assets/customnpcs"目录
  • 你可以通过将要发射的物品放在npc的发射栏让npc发射东西. 你需要设置npc的攻击范围: 10是骷髅的默认攻击范围, 2为近战范围
  • 体形较大的npc需要一个更大的攻击范围. 不然的话他们会卡进玩家体内....
  • 克隆的npc被保存在".minecraft/customnpcs/clones.dat"文件中. 你可以与使用相同版本的其他人分享.
  • 你可以把方块当作头盔...

Adding sounds

添加声音

Put your sounds in the .minecraft/customnpcs/assets/customnpcs/sounds folder
In the .minecraft/customnpcs/assets/customnpcs is a sounds.json. Open it with a text editor
This sounds.json is how songs are added to resource packs like: [this](https://dl.dropboxusercontent.com/u/3096920/tutorials/forge/sounds.json)
If you are still unclear how to add sounds to the sounds.json, there are plenty of videos and tutorials about it. [Like this video](https://m.youtube.com/watch?v=8jXLhhiaKWQ)
  1. 把你的声音文件放进".minecraft/customnpcs/assets/customnpcs/sounds"文件夹
  2. 在".minecraft/customnpcs/assets/customnpcs is a sounds.json"目录下有个"sounds.json"文件.用文本编辑器打开它.
  3. "sounds.json"文件就是这样添加声音进入材质包的
  4. 如果你依旧不清楚怎么样去添加一个声音进入"sounds.json"中, 这里有一系列视频和指引告诉你怎么做.视频链接
Clone this wiki locally