Alpha.170 - Geard can select (pull, stole) armor from player.
Apollon-Theos opened this issue ยท 5 comments
Minecolonies version
Version:
Expected behavior
Only from inventory, not weared.
Actual behaviour
Stole non enchanted JetPack (from "Simple Jetpacks 2" mod) and cannot wear.
Steps to reproduce the problem
- ... Profit
Happiness? Guard is a thief, he stole my jetpack!! I found it in his inventiry.
Citizen must take items only from player's inventory, not from player wear slots.
What Version of mod did this happen on.
We have never ever had a citizen take any block from a player's inventory, or any chest/storage other than the ones in the schematics.
They are not coded to work that way.
And join us on Discrod for questions, comments and faster reply.
When you click the "Fulfill" button, the first item found in your player data that meets the criteria will be grabbed.
Your player data lists what you are wearing first, so it is found first.
If you want the NPC to take a specific item and not another: put it in their hut, and cancel their request... or put it in their personal inventory and cancel their request.
The next time the Request System prods the NPC to calculate if it needs anything, the NPC will find the items it wanted and go back to work.