MineTweaker3
MineTweaker3 copied to clipboard
[Suggestion] Custom Villager?
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,
It sounds interesting. I might include this somewhere after 3.1 .
This is already possible in vanilla Command Block, but there's a few flaws:
- Limited number of trades.
- No new Trades become available.
- You must define the available trades via the
.withTag{}
Metadata (manually)