Paraglider-1.18.2-1.6.0.6
Curse Maven Snippet
What's new
- Statue Bargains now read NBT data associated to item offers using "nbt" property. Check out the example recipe below.
{
"type": "paraglider:statue_bargain",
"owner": "paraglider:horned_statue",
"demands": {
"items": [
{
"ingredient": {
"tag": "forge:gems/diamond"
},
"quantity": 1
}
]
},
"offers": {
"items": [
{
"item": "apple",
"count": 2,
"nbt": {
"display": {
"Name": "{\"text\": \"Example Apple :D\"}"
}
}
}
]
}
}
- Fixed internal exhausted effect being shown in HUD.
This mod has no additional files