promotional bannermobile promotional banner

Paragliders

BotW style Paraglider

File Details

Paraglider-1.18.2-1.6.0.6

  • R
  • Apr 6, 2023
  • 373.61 KB
  • 1.7M
  • 1.18.2
  • Forge

File Name

Paraglider-1.18.2-1.6.0.6.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:paragliders-289240:4478246")
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.