File Details
Paraglider-1.19.3-1.8.0.1
- R
- Apr 6, 2023
- 374.23 KB
- 16.7K
- 1.19.3
- Forge
File Name
Paraglider-1.19.3-1.8.0.1.jar
Supported Versions
- 1.19.3
Curse Maven Snippet
- 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.

