
Good Tea
Make tea out of anything!
- Загрузки
- 10K
- Подписчики
- 17
- Обновлён
- 14 апреля 2024 г.
- Лицензия
- MIT
Опубликован 10 февраля 2023 г.

Introducing Good Tea! ♥☕
With this incredible mod, you can brew tea using anything! While not every item will have an effect, a good chunk of them will, giving you a unique tea-drinking experience every time. ✨
So, how do you make a kettle and a mug to start brewing?
For the mug, you'll have to get some White Glazed Terracotta and a stone cutter.

And for the Kettle you'll have to get some copper, a cauldron and a bucket.

Центр версий
16 версийЧенджлог
1.2.0-1.20.1-build.91Бета1.20.1 · 14 апреля 2024 г.
What's new:
This is a major data pack update.
- Support placement is now determined automatically.
- Kettle warm block states are now placed in
good-tea/kettle_block_states. Example:
{
"block": "minecraft:campfire",
"predicate": {
"lit": "true"
}
}
- Custom behaviors now require Commander. Example event declaration:
{
"event": "good-tea:drank_tea",
"parameters": {
"items": [
"minecraft:diamond"
]
},
"commands": [
...
]
}
1.1.0-1.20Бета1.20.1 · 27 января 2024 г.
What's new:
[NEW] Disguised Mugs!
- You can now hide the contents of a mug by right-clicking the mug with an Echo Shard.
Switched to Codecs for JSON parsing.
1.1.0-1.20.4Альфа1.20.4 · 27 января 2024 г.
What's new:
[NEW] Disguised Mugs!
- You can now hide the contents of a mug by right-clicking the mug with an Echo Shard.
Switched to Codecs for JSON parsing.
1.0.0-1.19.3Бета1.19.3 · 6 декабря 2023 г.
What's new:
- [NEW] Data pack support!
- You can now add custom behaviors with commands using data packs!
- Example:
Create a file in good_tea/behaviors.
{
"item_id": "minecraft:nether_star", //can be an array. []
"disabled": false //disables any behavior. False by default.
"complement": true //Should this behavior complement or replace others. True by default.
"user_commands": [ //Any commands executed on user. Supports @s and @p
"/kill @s"
],
"server_commands": [ //Executed as server. No user or pos context.
]
}
- Item group items are sorted by rawId now.
- Teas with no behavior will fall back to item's default behavior. None for most, eating for food.
- Updated Dark Matter.
1.0.0-1.20Бета1.20.1 · 6 декабря 2023 г.
What's new:
- [NEW] Data pack support!
- You can now add custom behaviors with commands using data packs!
- Example:
Create a file in good_tea/behaviors.
{
"item_id": "minecraft:nether_star", //can be an array. []
"disabled": false //disables any behavior. False by default.
"complement": true //Should this behavior complement or replace others. True by default.
"user_commands": [ //Any commands executed on user. Supports @s and @p
"/kill @s"
],
"server_commands": [ //Executed as server. No user or pos context.
]
}
- Item group items are sorted by rawId now.
- Teas with no behavior will fall back to item's default behavior. None for most, eating for food.
- Updated Dark Matter.
1.0.0-1.19.2Бета1.19.2 · 6 декабря 2023 г.
What's new:
- [NEW] Data pack support!
- You can now add custom behaviors with commands using data packs!
- Example:
Create a file in good_tea/behaviors.
{
"item_id": "minecraft:nether_star", //can be an array. []
"disabled": false //disables any behavior. False by default.
"complement": true //Should this behavior complement or replace others. True by default.
"user_commands": [ //Any commands executed on user. Supports @s and @p
"/kill @s"
],
"server_commands": [ //Executed as server. No user or pos context.
]
}
- Item group items are sorted by rawId now.
- Teas with no behavior will fall back to item's default behavior. None for most, eating for food.
- Updated Dark Matter.
0.4.0-1.19.3Бета1.19.3 · 16 августа 2023 г.
What's new:
- Switched from Accessor and Invokers to AWs.
- Updated Dark Matter, Fabric API and Loader.
0.4.0-1.20Бета1.20.1 · 16 августа 2023 г.
What's new:
- Switched from Accessor and Invokers to AWs.
- Updated Dark Matter, Fabric API and Loader.
Комментарии
Загружаем…