Go to file
thunderdog1138 e1dc0a9ae7 Update 'npc.lua' 2021-01-22 23:04:59 +00:00
locale mt5.x translations added/updated (thanks dacmot) 2020-08-29 09:36:41 +01:00
models add 0.4.17 character model for npc's 2018-07-05 21:23:44 +01:00
textures Upload files to 'textures' 2021-01-22 23:03:05 +00:00
depends.txt update translation detection 2020-08-25 09:57:09 +01:00
description.txt Initial NPC upload 2016-04-15 15:01:56 +01:00
igor.lua ordering npc to stay stops attack and them walking 2020-07-28 09:12:39 +01:00
init.lua Added spawn.lua check for custom mob spawning, example file included 2020-09-21 10:20:51 +01:00
intllib.lua update translation detection 2020-08-25 09:57:09 +01:00
license.txt Added license and new trader textures 2016-08-19 19:11:38 +01:00
lucky_block.lua update readme and add a new lucky block 2018-09-30 09:25:58 +01:00
mod.conf Initial NPC upload 2016-04-15 15:01:56 +01:00
npc.lua Update 'npc.lua' 2021-01-22 23:04:59 +00:00
readme.md update readme and add a new lucky block 2018-09-30 09:25:58 +01:00
screenshot.png added screenshot 2019-03-02 10:12:17 +00:00
spawn_example.lua Added spawn.lua check for custom mob spawning, example file included 2020-09-21 10:20:51 +01:00
trader.lua ordering npc to stay stops attack and them walking 2020-07-28 09:12:39 +01:00

readme.md

NPC MOBS

NPC

  • While NPC's don't actually spawn in the world just yet, they do have a spawn egg available to drop him/her into the world and wander around defending himself if attacked. It will also he will help you attack any monsters in the area and will follow you if you hold a diamond. Right-clicking the NPC with a gold lump will make him drop steel tools or food, right-clicking with an empty hand orders the NPC to stay or follow if owned.

Trader

  • Traders are new and still being tested but can be placed into the world using a spawn egg. Right-clicking on a trader opens his shop and allows you to buy his wares inside. If provoked a trader will attack a player or monster.

Note: self.npc_drops and self.igor_drops are used for random item list when trading for gold and may be changed within the mob itself, if not found the global mobs.npc_drops and mobs.igor_drops are used instead for a default list.

Lucky Blocks: 4