Paragliders

BotW style Paraglider
Back to Files

Paraglider-1.18.2-1.6.0.6

File nameParaglider-1.18.2-1.6.0.6.jar
Uploader
TictimTictim
Uploaded
Apr 6, 2023
Downloads
1.7M
Size
373.6 KB
Mod Loaders
Forge
File ID
4478246
Type
R
Release
Supported game versions
  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:paragliders-289240:4478246")

Learn more about Curse Maven

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