/
This is a major data pack update.
good-tea/kettle_block_states. Example:{
"block": "minecraft:campfire",
"predicate": {
"lit": "true"
}
}
{
"event": "good-tea:drank_tea",
"parameters": {
"items": [
"minecraft:diamond"
]
},
"commands": [
...
]
}
[NEW] Disguised Mugs!
Switched to Codecs for JSON parsing.
[NEW] Disguised Mugs!
Switched to Codecs for JSON parsing.
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.
]
}
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.
]
}