Skip to content

Commit

Permalink
add spectrum beverages to list of warm foods
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeathlyCow committed Dec 12, 2023
1 parent f5a67b8 commit 53382e9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Basically everything about this mod is documented extensively on the [wiki](http
* [Farmer's Respite](https://www.curseforge.com/minecraft/mc-mods/farmers-respite): Teas and warm foods provide the Warmth effect
* [Festive Delight](https://www.curseforge.com/minecraft/mc-mods/festive-delight): Christmas Tea provides the Warmth effect
* [Frozen Up](https://www.curseforge.com/minecraft/mc-mods/frozen-up): Truffle Hot Chocolate provides the Warmth effect
* [Spectrum](https://modrinth.com/mod/spectrum): Hot Chocolate, Demon Tea, Restoration Tea, and Glistering Jelly Tea provide the Warmth effect
* [Fabric Seasons](https://modrinth.com/mod/fabric-seasons): Winters in snowy and freezing biomes are *even colder* than normal

# Additional Credits
Expand Down
16 changes: 16 additions & 0 deletions src/main/resources/data/frostiful/tags/items/warm_foods.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,22 @@
{
"id": "festive_delight:christmas_tea",
"required": false
},
{
"id": "spectrum:hot_chocolate",
"required": false
},
{
"id": "spectrum:demon_tea",
"required": false
},
{
"id": "spectrum:restoration_tea",
"required": false
},
{
"id": "spectrum:glistering_jelly_tea",
"required": false
}
]
}

0 comments on commit 53382e9

Please sign in to comment.