Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter versions...
Filter channels...

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": [
    ...
  ]
}

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.

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.

What's new:

  • Switched from Accessor and Invokers to AWs.
  • Updated Dark Matter, Fabric API and Loader.

What's new:

  • The kettle now uses cutout rendering instead of translucent.
  • CrackerUtil -> Dark Matter

What's new:

  • Added Chinese translation. Courtesy of Rad233.
  • Updated CrackerUtil

What's new:

  • Updated to Minecraft 1.19.3

What's new:

  • A bunch of internal changes.
  • Updated CrackerUtil in preps for 1.19.3.
  • Shortened tea making time.

What's new:

  • A bunch of internal changes
  • Updated CrackerUtil

What's new:

  • Fixed kettle's breaking speed.
  • Fixed empty mugs' and kettle's drops when broken.
  • Fixed chorus tea's message being sent to chat

What's new:

  • Added placeable filled tea cups
  • Fixed empty mug's name
  • Added behavior for chorus fruits

0.1-1.19.2

by melontini on Feb 11, 2023
Download

External resources



Project members

constellation

constellation

Organization

melontini

Author


Technical information

License
MIT
Client side
required
Server side
required
Project ID