-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
For the 2.0 update we want to add custom baubles. Json file of one would look something like this.
{
"name": "test_bauble",
"texture": "test_bauble_texture",
"lore": [
"This",
"is",
"some",
"Lore"
],
"type": "ring", //Can be ring,amulet or belt
"effect": "stepAssist" //Valid effects would be all potion effects (plus a level of effect) and a few others.
}
Reactions are currently unavailable