MineTweaker3 icon indicating copy to clipboard operation
MineTweaker3 copied to clipboard

[Suggestion] Custom Villager?

Open jordsta95 opened this issue 10 years ago • 2 comments

I don't know if this is possible. But maybe something like: villager.add("name","type - butcher, blacksmith, etc.","rarity (1 in every x chance)",["input - what you give", "output(s) - what you get"],["input","output"],["input","output"]);

The name could be left out, but I think it may be cool so that if the user has a custom map and want that villager they created for something they could do "/mt villager 'name'" and it will spawn the villager, with that name,

jordsta95 avatar Nov 26 '14 17:11 jordsta95

It sounds interesting. I might include this somewhere after 3.1 .

stanhebben avatar Jan 12 '15 19:01 stanhebben

This is already possible in vanilla Command Block, but there's a few flaws:

  1. Limited number of trades.
  2. No new Trades become available.
  3. You must define the available trades via the .withTag{} Metadata (manually)

Blue64 avatar Dec 10 '15 05:12 Blue64