That easy way to think about pack formats has aged like old milk. We are at pack format 46 now. You'll need to look it up in the wiki because it changes with like every snapshot now
Thank you! I had an issue with how my folders/files were arranged and this video immediately addressed it. Quality content, and straight to the point. Liked!
dude this was actually amazing! normally id have to search the internet for hours in order to get something as simple and good as this thank you so much!
Hey so I know this video was a year ago but I can’t figure this out. So basically I’m making a wand datapack and I made two wands (normal wand and water wand) and when I just had the normal wand it worked fine, but when I added the water wand the normal wand texture goes to the water wand texture. I need help
THANK YOU DUDE THANKS i was trying to learn how to make a datapack and how to code and this is a good start, thank you!!! Now i can make my doofenzmirtz lazer-inators
No you just change the file type from text to mcmeta. I believe by default you have to enable seeing the file extensions in windows, it normally hides those for some dumb reason
Is there like a very long tutorial about making datapacks I don't even mind if the vid is 3 hours What I mean is a video that explains a lot of commands that I can use in my pack
? Lua or C wouldnt make any sense as minecraft is coded in Java. That being said, datapacks use only ingame features, so you can only use commands in functions
@@Craiydude I created a datapack with this tutorial but when I got it into my minecraft server it said missing metadata in datapack file what do I do about it can I fix it?
@@Craiy thank you very much bro it was the problem of location when I compressed the file the made another file to store that datapack and the mcmeta file was getting more deeper in the file now I've fixed it thank you you earned a sub
Hey, cool tutorial! It helped me alot! I just have a small problem. Everytime I load into any world with the datapack, the game just crashes. It might be cause of something in my pc idk. Could you try to help me if it's possible?
@@Craiy oh nice! I’d like to do the same but I’m not sure if I want to change a certain setting in my bios, I’ll wait a bit before switching but yours seemed to have switched rlly well so gg tbh some people lost everything
In general the pack format doesnt matter at all. You just need to set it and even if it says incompatible it will work. If the functions are not there, check your folder structure
Hello. I am looking for many datapack coders to help me recreate minecraft championships 1:1. Let me know if you are interested. It would be elite if we could make it happen
Im sorry to hear that, but to be fair the title kinda states this. It was supposed to be a fast paced tutorial and you can always pause when you feel like it
That easy way to think about pack formats has aged like old milk. We are at pack format 46 now. You'll need to look it up in the wiki because it changes with like every snapshot now
That's so many!
i really feel like it should just have packformat:116 for 1.16.X
Thank you! I had an issue with how my folders/files were arranged and this video immediately addressed it. Quality content, and straight to the point. Liked!
dude this was actually amazing! normally id have to search the internet for hours in order to get something as simple and good as this thank you so much!
ngl this was sooo much better than all the other tutorials I've seen, super helpful --> thank you for this, keep it up !
the .json files for load and tick get autoconverted to windows media player files 2:24
Sounds weird. Check your settings, can't really help you with that as thats not normal
@@Craiy the system settings? Where would I find those?
@@detective1883 Idk google it. I have no idea whats wrong
bro dropped one of the best tutorials in existence and then vanishes
Haha thanks. Life has been quite busy for me lately, but there are a couple of projects in the works 😄
easy to understand and straight to the point best ive seen and i had to use this to make my custom loot table
The best part of the video was you pointing me to the wiki page. As an intermediate programmer, I forgot there's docs.
thanks for the tutorial!! i really like the pace, very helpful with my adhd brain
Yoooo this is one of the most well made tutorials I’ve seen. 10/10 production quality 👌
Thanks m8 ❤
Yo,your magic spell datapack is fun,i like it
subbbbbbbbbbbbbb
What if I wanna make a datapack that teleports creepers in a 100 block radius to the void from a command block?
just do
/execute as @a at @s run execute as @e[type=creeper,distance=..100] at @s run tp @s ~ ~-100 ~
on repeat
(just felt like doing it lol)
How did you get the command block syntax in vscode?
Search for "Datapack Helper Plus" on the vscode extension page
hey do you have to put the file into the datapack folder in mc and do you have to compress
Just put the folder into the datapacks folder. You dont need to compress it :)
@@Craiy ok
bro thank you so much ive been trying to make a datapack for a while and all the other tutorials are so confusing
im trying to port a bedrock behavior pack to a datapack from the Siren Head V3 addon thingy. and im struggling
Sry Ive never done a behavior pack, so I cant help ya
@@Craiy thanks for responding anyways (:
Hey so I know this video was a year ago but I can’t figure this out. So basically I’m making a wand datapack and I made two wands (normal wand and water wand) and when I just had the normal wand it worked fine, but when I added the water wand the normal wand texture goes to the water wand texture. I need help
when i crate the txt file it doest changi into .mcmeta
THANK YOU DUDE THANKS i was trying to learn how to make a datapack and how to code and this is a good start, thank you!!! Now i can make my doofenzmirtz lazer-inators
what does it mean mcmeta at the end of that text document thing? do i have to download something?
No you just change the file type from text to mcmeta. I believe by default you have to enable seeing the file extensions in windows, it normally hides those for some dumb reason
Cool tutorial. Unfortunately, non of the datapacks are showing up in my game.
Are you on bedrock or java
@@Envexity207 I’m on Java.
hey tysm for the vid but im lost on that Minecraft doesn't see it when i put it in the data pack folder any idea why its not working?
how do i make the version 1.20 is it 10
15
10 works as well tho
The datapack won't show up in minecraft, is there a solution? Btw, I'm using 1.20.1
do I have to make this a compressed zip file
No it works as both a folder or a zip
@@Craiy it does not work
@@HS-DBQ Make sure that it goes into the datapacks folder of your desired World. After a reload it should do the trick
@@Craiy okay I will try it out
can you do this on a mac?
Sure
i saw it said you had it opened through desktop so i did too, it downloaded like half my stuff and when i deleted it deleted it off my PC too :D
Is there like a very long tutorial about making datapacks
I don't even mind if the vid is 3 hours
What I mean is a video that explains a lot of commands that I can use in my pack
0:49 and for 1.20.1 ?
Edit: nvm...its 15 for some reason
Yeah up until the point I made the tutorial on, they only increased it per full minecraft version
how to type the first letter in the mcmeta?
wdym?
really really good tutorial thanks!!
Can you code in lua or c or do you have to use commands?
? Lua or C wouldnt make any sense as minecraft is coded in Java. That being said, datapacks use only ingame features, so you can only use commands in functions
@@Craiy i meant as in coding and not using the in game commands but this answered my question anyways thank you.
@@bl0cky64 Yeh I know. But even mods couldn't be made with C or Lua as minecrafts architecture has nothing to do with these languages
/reload doesnt execute my load.mcfunction. any fixes?
what number is for 1.20?
Its 15 by now. They started numerating the inbetween versions too
How do you install mods though?
my datapack is not working it does not show up on the datapack list
I've been through so many TH-cam videos saying this very same thing and my reload command isnt working at all! Im using 1.19 HELP!!!
Can i turn mods into datapacks?
There isn't like a way to convert a mod to a datapack. You'd have to recode it completly and it highly depends on what the mod does
@@Craiy thanks
can it be run on server?
Sure!
@@Craiydude I created a datapack with this tutorial but when I got it into my minecraft server it said missing metadata in datapack file what do I do about it can I fix it?
@@GigaBalls2 Sounds like your mcmeta file is either not valid or at the wrong location
@@Craiy thank you very much bro it was the problem of location when I compressed the file the made another file to store that datapack and the mcmeta file was getting more deeper in the file now I've fixed it thank you you earned a sub
still how do i make a sword with custom ability with it
Yeh I started this as a series. So there will be more tutorials. Gonna have a massive comeback when Im done with current stuff
@@Craiy 👀
if you can tell me the ability i might be able to help
what app are you using to edit your code?
Vscode
@@Craiy can you use normal visual studio the one that doesn't say code
@@Moonking_Is_Back Probably yes, but I wouldnt recommend it. Also Im not sure if there is an extension for mcfunction files
When I type in chat /reload nothing happend :(
Year ago everything works...
@@kokosekpl_official Starting at 1 20.5, they renamed the folder "functions" to "function". Thats most likely the issue
@@Craiy I play in 1.18 and its doesn't work for me :( but in 1.17 and lower version its works.
how do you put it in game? it doesnt work
i cannot for the life of me get this to work im not sure why but my tick and load functions just dont do anything
Without more info its hard to tell whats going on. Could be anything
Hey, cool tutorial! It helped me alot! I just have a small problem. Everytime I load into any world with the datapack, the game just crashes. It might be cause of something in my pc idk. Could you try to help me if it's possible?
Can't be the datapack really. Unless you spawn stuff every tick or something
@@Craiy Oh okay thanks
Are you on windows 11?
Yup
@@Craiy oh nice! I’d like to do the same but I’m not sure if I want to change a certain setting in my bios, I’ll wait a bit before switching but yours seemed to have switched rlly well so gg tbh some people lost everything
@@mymatemater1486 I really like it tbh. Its basically just a visually upgrade, but the whole os also seems to be much easier navigatable
@@Craiy yeah thats the main reason I want to switch to, the look is really nice and clean, its like the microsoft edge (new version) look
i no like win11
this datapack you created is available for mcpe
Datapacks are a java edition thing
@@Craiy yes that must be why when I tried to do it on my phone it didn't work
@@Craiy i wanted to add new craftings to my minecraft
by cell phone
@@victordaniel320 Sadly cant help you with that as I only do Java Edition content
BUt i not there pc
does not work, when i download his it doesnt even work
im on 1.18.2 but it says i need to use 9 instead of 8 and it still does not work
In general the pack format doesnt matter at all. You just need to set it and even if it says incompatible it will work. If the functions are not there, check your folder structure
when i import it to mc i doesnt show up
Can have several reasons, but most likely the folder structure is incorrect. Make sure the top layer consists of the mcmeta file and the data folder
verry helpfull video 🕶
will you be making a part 2 pleaseeeeeeeeeeeeeeeee
:) 10/10
Just a simple comment
Just a simple answer
Hello. I am looking for many datapack coders to help me recreate minecraft championships 1:1. Let me know if you are interested. It would be elite if we could make it happen
You didn't even show us how to download these applications
Lol just Google and press download. There really isnt much to see here
@@Craiy As a complete beginner, I don’t know what to look for or where to find it
@@SixWatt Well you dont need anything specific. Any Text Editor will do. Personally I use Vscode and the datapack helper+ extension
it wont load
man u go to fast i’m going to another one
Im sorry to hear that, but to be fair the title kinda states this. It was supposed to be a fast paced tutorial and you can always pause when you feel like it
i want it on 1.20.1 what do i tyepe for 20?
How do I convert it to a Jason file
how do i make a descripter file?