From 53382e94741bfe21e50fa415d1f7fe3647a5eab0 Mon Sep 17 00:00:00 2001 From: TheDeathlyCow Date: Mon, 11 Dec 2023 23:38:42 -1000 Subject: [PATCH] add spectrum beverages to list of warm foods --- README.md | 1 + .../data/frostiful/tags/items/warm_foods.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index 6221bce9..df3a3fc8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/main/resources/data/frostiful/tags/items/warm_foods.json b/src/main/resources/data/frostiful/tags/items/warm_foods.json index 764ac9e2..6aeb28ab 100644 --- a/src/main/resources/data/frostiful/tags/items/warm_foods.json +++ b/src/main/resources/data/frostiful/tags/items/warm_foods.json @@ -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 } ] } \ No newline at end of file