Mod WitherCrumbs by TurkeyDev
- 11502909
- 32.15 KB
- 1.12.2
- March 15, 2016
- December 5, 2018
- AddonsMobs
Description
Mod Information
Name | WitherCrumbs | Author | TurkeyDev | Description | An addon for Headcrumbs that adds custom user based withers |
---|---|---|---|---|---|
Information | Downloads: 11502909 Version: 1.12.2 Size: 32.15 KB Updated at: December 5, 2018 Created at: March 15, 2016 | Tags | Addons Mobs |
Description
Simply use 3 HeadCrumbs Skulls to create withers with the skins of your favorite minecraft players!
This mod requires HeadCrumbs!!
Example withers:
You can also add custom item drops for withers based on their username they are representing. A sample CustomWithers.json is below:
{ "Turkey2349":{ "DropItem":{"id":"minecraft:stone_sword","Count":1,"tag":{"display":{"Name":"Best sword evaaaaa!"}}} } }
Do note that this follows normal json format so you are able to add as many username entries as you want by simply separating them with commas as you would normal do for a json format. Also note that the value for "DropItem" is both in json and nbt format, so structure it as you would to include all needed nbt content and make sure it passes json formats as well.