You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
}
The text was updated successfully, but these errors were encountered:
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.
}
The text was updated successfully, but these errors were encountered: