• check_circle Functions
  • check_circle Loot Tables
  • 13,697 views, 4 today
  • 1,322 downloads, 0 today
  • 41
  • 33
  • 32
Required Resource Pack
Matsdj's Avatar Matsdj
Level 26 : Expert Modder
3
Adds Tea to your minecraft world

Guide Info
Tea Seeds are obtained by breaking grass and have a 1 in 8 chance of dropping. They can be planted on farmland and will grow tea leaves in 30min. Bone meal speeds this up 5min. The leaves can be harvested by right clicking on top of the plant.

To brew Tea you need to fill a Cauldron and put fire underneath it.

Then you need to add 1 tea leaf to the cauldron by throwing it in. Bubbles should be coming from the cauldron now and standing in the cauldron gives you regeneration 1. After that you can add Sugar (Speed I, Haste I) and Milk (Regeneration I and Resistance I). Then you can grab the tea with empty bottles. Refiling the Cauldron with water reset's it.

Settings and obtaining guide
When you add this to your world you should get a guide. If you didn't get the guide or lost it you can use the command /function tea:guide_book to give it to yourself if you have cheats enabled.
In the guide you can change the time it takes for a tea plant to grow and how much bonemeal speeds it up, but only if you have cheats enabled.

Installing
Put the datapack in .minecraft/saves/<YOUR WORLD NAME>/datapacks and reopen your world or use the command /reload
Put the Resourcepack in .minecraft/resourcepacks and choose it ingame.

Bugs
If you found a bug please tell me by commenting below.

Notes
When making tea the potion go's to the nearest player with a water bottle in his inventory. This might be an issue in multiplayer.

Isn't compatible with other datapacks that change the loot table for grass.

Instead of fire under the cauldron you can also use a campfire, lava or magma.

The texture pack will not work with other datapacks that use the 8600001 custom model data tag on bat spawn eggs. But the Datapack does NOT require the texture pack to work. It just makes the tea seeds look like melon seeds instead of a bat spawn egg.

Changes

milk no longer gives regen II it only increases the length.
changed potion colors.
making potion no longer deletes al the water bottles.
magma block is now a valid heat source for cauldron.
updated guide book with the new information.
Guide book now obtainable in survival by throwing a tea sead and a book on the ground.

Changed texture of Tea Seeds with Resourcepack
CompatibilityMinecraft 1.14
toMinecraft 1.15
Tags

Create an account or sign in to comment.

1
03/19/2020 7:54 am
Level 1 : New Miner
ErubianWarlord
ErubianWarlord's Avatar
will this work in 1.15?
1
04/06/2020 8:08 am
Level 26 : Expert Modder
Matsdj
Matsdj's Avatar
I just tested it and it worked fine for me.
1
02/10/2020 5:55 pm
Level 1 : New Archer
NMPotato
NMPotato's Avatar
Hey dude your data pack is awesome and I'd like to use it for a project I'm working on, I'll give all the proper credit if anyone try to read the commands if it's fine by you
1
02/11/2020 10:44 am
Level 26 : Expert Modder
Matsdj
Matsdj's Avatar
I'm completely fine with anyone using the datapack however they’d like.
1
02/09/2020 5:43 pm
Level 1 : New Explorer
Delphi
Delphi's Avatar
Hey, is it easy to edit the resource pack? i'd like to change the texture for custom ones for my server.
1
02/10/2020 10:04 amhistory
Level 26 : Expert Modder
Matsdj
Matsdj's Avatar
It is pretty easy but there is one problem with changing the texture of a spawn egg. Because they all have the same base texture, which then gets a color change. So the texture that you want to use is going to look darker.

if you want to change the texture with a new one you need to first unzip it and make a new folder inside the texturepack in assets/minecraft called textures. most texture packs put a item folder in there so the textures are sorted but i think that is not necessary. then put your texture inside the folder.

Then you need to open assets/minecraft/models/item/bat_spawn_egg.json with any text editor. In there you can see that the model i used is located in item/wheat_seeds (which is the location of wheat_seeds in the default texture pack). Just change this to where ever your textures is in the folder. If you made an item folder you need to have item/ infront of the name.
1
02/11/2020 4:23 pm
Level 1 : New Explorer
Delphi
Delphi's Avatar
{&quot;predicate&quot;: {&quot;custom_model_data&quot;:8600001}, &quot;model&quot;: &quot;item/wheat_seeds&quot;}
Im not sure how exactly im supposed to inert the file location.


is it something like
&amp;quot;custom_model_data&amp;quot;:8600001}, &amp;quot;model&amp;quot;: &amp;quot;assets\minecraft\texture\items\tea_seeds.png&amp;quot;}And wouldnt adding the file to textures\item replace the texture for bat eggs in general?(if i give it the proper name ofc)
1
02/12/2020 9:17 amhistory
Level 26 : Expert Modder
Matsdj
Matsdj's Avatar
I'm a little confused by all the &quot in what you send but ill try to explain it in a bit more detail. You won't change the texture of bat eggs in general because of the predicate custom model data I gave to the tea seeds.

after you made a folder called textures inside of
matsdj-s-tea-datapack-textures\assets\minecraft
then create a folder called item inside of the texture folder then you can just put your .png file in there.

next open bat_spawn_egg.json with a text editor which is inside matsdj-s-tea-datapack-textures\assets\minecraft\models\item. that should look like this:
{
  "parent": "item/template_spawn_egg",
    "overrides": [
      {"predicate": {"custom_model_data":8600001}, "model": "item/wheat_seeds"}
    ]
}
then change the "item/wheat_seeds" to what ever you file is called with the item/ infront of it. ("item/<file name>")
for example: "item/tea_seeds"
1
02/11/2020 4:24 pm
Level 1 : New Explorer
Delphi
Delphi's Avatar
wait thats not how i wanted to copy and paste this
1
02/11/2020 4:25 pm
Level 1 : New Explorer
Delphi
Delphi's Avatar
Oh and also is it possible to change the tea leaves as well?
1
02/12/2020 9:48 amhistory
Level 26 : Expert Modder
Matsdj
Matsdj's Avatar
yes, but it's difficult because the tea leaves do not have a custom model data tag when they are in your inventory which means you wil have to either change that in the datapack or change ALL kelp to that texture.

if you want to change the texture of ALL the kelp then just make a text file inside
matsdj-s-tea-datapack-textures\assets\minecraft\models\item folder
name it with its extension to kelp.json.

this wil give you a popup from windows that your are changing the extension and that the file might not be usable or something. Click yes and then check if it's no longer a text file and open it. Then paste this:
{
"parent": "item/generated",
"textures": {
"layer0": "item/kelp"
}
}
into the file and then do the same thing as you did with the bat_spawn_egg.json but this time your changing "item/kelp"


if you want to change any texture you can use the default texture pack as example. Info on how to get it here: https://www.reddit.com/r/Minecraft/comments/47sycp/where_can_i_find_the_default_texture_pack_to_edit/
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome