promotional bannermobile promotional banner

Paragliders

BotW style Paraglider

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

Forge

implementation fg.deobf("curse.maven:paragliders-289240:4478094")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

- 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.