▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Good Tea
Good Tea

Good Tea

Make tea out of anything!

9.2K
16

1.2.0 (1.20.1)

beta14 апреля 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)

beta27 января 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)

alpha27 января 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)

beta6 декабря 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)

beta6 декабря 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.

Совместимость

Minecraft: Java Edition

1.20.x1.19.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:3 года назад
Обновлён:2 года назад
Главная