Skip to content

1.2.0 (1.20.1)

Latest
Compare
Choose a tag to compare

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