- Mods
- 286,177
Description
This is a small coremod for Minecraft 1.7.10 that forces villagers to check the meta- and NBT-data of the items they are buying. NBT-checking is disabled by default, but can be enabled in the config. This will still work if the mod is installed on the server but not on the client (The output item will show up on the client, but can't be removed from the slot).
It won't be necessary to update this to Minecraft 1.8.x since the bug fixed by this mod was fixed by Mojang for version 1.8.1.
It is possible to create villagers (e.g. for shops) with NBT/Metadata-checking/ignoring trades (independent of the config options) using the spawn
-command.
Example:
/summon Villager ~1 ~ ~ {Profession:2,Career:1,Offers:{Recipes:[{buy:{id:277,Count:1},sell:{id:1,Count:64},checkMeta:0,checkNbt:0},{buy:{id:277,Count:1},sell:{id:1,Count:64},checkMeta:0,checkNbt:1},{buy:{id:277,Count:1},sell:{id:1,Count:64},checkMeta:1,checkNbt:0},{buy:{id:277,Count:1},sell:{id:1,Count:64},checkMeta:1,checkNbt:1}]}}