Through NBT, you can customize your bricks to do anything you like! Currently, it possible to:
- Customize damage
- Customize the explosion radius
- Customize if it shows lores or not
- Customize if it drops or not (creative or not)
- Make any item throwable
The following command will give you 5 diamonds (normally not throwable) with a custom damage of 20 (10 hearts), like shown:
/give YOURNAME diamond 5 0 {Throwable:1,Damage:20}
That will produce something like this:
For other things, here is a list of all current tags and what they do:
Throwable - (0 or 1) If 1, the item becomes throwable no matter what it is
Damage - How much damage it does (in half hearts)
ExplosionRadius - How big the explosion of the item should be. No matter the ite, if this is present, it will explode on impact
ShouldDrop - (0 or 1) If the item will drop or not. This doesn't count towards it smashing/breaking. This overrides creative mode's feature to not drop bricks, too
ShowLore - (0 or 1) If 0 (false), no lore will be shown on the item at all.
Coming soon will also be a Scale tag. This will allow for custom sized bricks. PM me if you want any more help with this.
|