KehaanPets

Adds an inventory pet to the game

File Details

KehaanPets-1.16.4-1.1.0.jar

  • R
  • Jan 3, 2021
  • 12.26 KB
  • 322
  • 1.16.4
  • Forge

File Name

KehaanPets-1.16.4-1.1.0.jar

Supported Versions

  • 1.16.4

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Breaking change:

Change the config for how consumable is handled. Now uses the Ingredient system.
Example config is:

{
  "consumable": {
    "item": "minecraft:nether_star",
    "count": 1
  },
  "cooldown": 12000
}


Supports "tag" if you want to support all ingots, planks, etc.

{
  "consumable": {
    "tag": "minecraft:planks"
  },
  "cooldown": 12000
}