Minecraft Data Packs / Tool

Ayimany's Utilities

  • check_circle Functions
  • check_circle Loot Tables
  • check_circle Recipes
  • 5,834 views, 3 today
  • 534 downloads, 0 today
  • 16
  • 11
  • 11
Ayimany's Avatar Ayimany
Level 21 : Expert Llama
6
This datapack is pretty simple, yet useful, it makes uncraftable items craftable, along with some extras, each divided into their own class.

Just download the .zip the file, add it to your datapacks folder in your world, do /reload (or relog) and start crafting!

(The recipe will only be added to the recipe book after crafting, but I hope you like the pack)

Base eggs are crafted with diamonds (Zombie, Skeleton, etc) and then, their upgrades are crafted with their base, and emeralds , along with some characteristic resources (Husk, Stray, etc)

Supports 1.16 mobs, does not have their zombie counterparts



It also makes ores be auto smelted
CompatibilityMinecraft 1.13
toMinecraft 1.17
Tags

10 Update Logs

New Overhaul, Ver. 3.0 : by Ayimany 09/05/2020 2:22:16 pmSep 5th, 2020

Youtube wasn't gonna work, and the website was stupid, so Im back with mc datapacks and I have 4 more ready to show you guys, also, recipe and function overhaul again, enjoy!
LOAD MORE LOGS

Create an account or sign in to comment.

1
07/15/2020 7:45 pm
Level 1 : New Miner
Ss3nm0dn4r
Ss3nm0dn4r's Avatar
Is there a list of the rest of the recipies?
2
07/18/2020 6:35 pm
Level 21 : Expert Llama
Ayimany
Ayimany's Avatar
I haven't made a list, however, the comand /recipe give @s * gives you all the recipes
1
07/19/2020 1:23 am
Level 1 : New Miner
Ss3nm0dn4r
Ss3nm0dn4r's Avatar
thanks
2
07/11/2020 8:56 pm
Level 1 : New Miner
Octogiraffe
Octogiraffe's Avatar
I hereby give you a diamond as payment for making me have to battle your really good datapack against a junkier copy where it's excruciatingly cheap. (1 hour later, yours wins).
1
07/12/2020 4:57 pm
Level 21 : Expert Llama
Ayimany
Ayimany's Avatar
I'm pretty sure yours is pretty good too!

Here's an emerald, You can do amazing things, remember that!
2
07/09/2020 7:28 pm
Level 1 : New Miner
Exotic_Zeg
Exotic_Zeg's Avatar
Love what you can do with crafting but I am just confused on how some of the recipes work like how do you get a zombie to craft with lol.
1
07/10/2020 1:55 pm
Level 21 : Expert Llama
Ayimany
Ayimany's Avatar
It's just the texture pack lmao :3
2
07/02/2020 11:14 pm
Level 37 : Artisan Miner
VPLS
VPLS's Avatar
I have done some tests, and I wanna do a recipe datapack, but when I do, the game dont read. I texted it making a recipe using your model. and didnt read. I texted putting one of your recipes in the pack, and yes I created the pack.mcmeta, and it didnt read again. But when I putted the recipe bak where it came from, it readed your pack like it was never gone. So, can you tell me how to do a datapack? I dont wanna copy, I wanna do crazy crafts
1
07/03/2020 1:30 pmhistory
Level 21 : Expert Llama
Ayimany
Ayimany's Avatar
In case I made this too long, there is a video at the end of this comment

Well, I' not really a datapack genius, but I hope I can help!

Inside your datapacks folder you normally have your custom datapack, or others you have downloaded, that folder can have a custom name, whatever you may like!

But inside that folder, you will always find two contents, that which is called "pack.mcmeta" and a folder called "data". These names can not be changed

Inside the pack.mcmeta, you will find a small line of code, which is what will call your pack out to be registered as a datapack

{
"pack": {
"pack_format": 5,
"description": "custom_crafting"
}
}

The "pack format" parameter will determine which version of the game your datapack is designed to work on, in my case, it is 5, as it is destined for 1.15 and up, you can learn more about these in the minecraft wiki

in the folder called "data" you may add many folders, in my case, the folder inside is called customrecipes, however, you can change it to whatever you like

you can add lots of folders, but let's talk bout' one

inside your custom folders, you can add many folders, but these must have rigid, invariable names

as an example, in the "customrecipes" folder in my pack, there is a subfolder called "recipes", using that name, I call out that this folder contains crafting recipes, but one of the most used is the "functions" folder

take your folder inside your "load" folder, and make a new one called "functions", inside of these, you can start writing

you will have to create a text file, and rename it to wa¿hatever you may like, but it must always end in .mcfunction

Inside of that text file, it is pretty simple, as it does not use normal code, it uses inecraft commands to execute various of them at a time

if I were to write in one of those .mcfunction files:

"summon pig ~ ~ ~ {Passengers:[{id:creeper}]}"

and then, in the next line write something like...

summon cow

going back into the game and typing /function <YOUR FOLDER CONTAINING THE FUNCTIONS>:<YOUR MCFUNCTION FILE NAME> it would summon a creeper riding a pig and a cow at the same time

you can create many functions using this

I'm not really good at explanations, but if I may, I'm going to link a video where I learnt it all
https://www.youtube.com/watch?v=1KPSfx3xSkY
You may really learn a lot from this guy
3
06/16/2020 2:59 pm
Level 1 : New Miner
garfield_YT
garfield_YT's Avatar
first comment also very VERY good crafts here is a diamond
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome