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