Let's Code Ep. 2 - Jump Pack || Minecraft Data Pack Tutorial

  Рет қаралды 19,068

Timber Forge

Timber Forge

Күн бұрын

Пікірлер: 56
@command_storm
@command_storm 5 жыл бұрын
Cool! I haven't seen many people make datapack tutorials.
@TimberForge
@TimberForge 5 жыл бұрын
Yeah I really wanted to try make data pack creation more accessible to more people. I will be making for lets code and also some more specific data pack tutorials like for custom items and crafting! Subscribe to see content like that! :D
@Linuss16
@Linuss16 4 жыл бұрын
Actually, this is not a data pack. This is with commands. Still REALLY cool and fun tho. Dude, you Are the BEST!! I had FUN watching!!
@Linuss16
@Linuss16 4 жыл бұрын
But you CAN turn it into a datapack.
@cipmylo6919
@cipmylo6919 4 жыл бұрын
@@Linuss16 "Minecraft Data Pack Tutorial" not "Minecraft Command Tutorial"
@thehbpro7383
@thehbpro7383 3 жыл бұрын
@@Linuss16 No dummy
@TimberForge
@TimberForge 5 жыл бұрын
I would love to answer any of your questions! Join my Discord Server: discord.gg/GZecge2
@Tuntor689
@Tuntor689 3 жыл бұрын
Thanks, mcfunctions used to look so complex but I’m starting to understand it now.
@katarzynarek5268
@katarzynarek5268 3 жыл бұрын
you can just copy it, you can copy pretty much any file :)
@n.m.danimations5854
@n.m.danimations5854 2 жыл бұрын
you and supersilverstone8 are 1 in a million THANK YOU!
@tomsterbg8130
@tomsterbg8130 2 жыл бұрын
Amazing video! Helped me a lot with learning about datapacks.
@edvardpotapenko
@edvardpotapenko 2 жыл бұрын
thank you, this is still helpful after 2 years.
@justamit2760
@justamit2760 4 жыл бұрын
Please make more episodes :)
@thehbpro7383
@thehbpro7383 3 жыл бұрын
This is so sick I love datapacks
@astar1147
@astar1147 4 жыл бұрын
If you want to prevent the player from sprinting while jumping, just give them slowness and they won't be able to go that far anymore.
@Slferon
@Slferon 5 ай бұрын
i was literally making EXACTLY the same thing and couldn't make it work... i got stuck at the movement part because i tried changing the player motion and stuff which isn't possible
@britishs
@britishs 4 жыл бұрын
You should use ad blocker to get rid of the ads at the bottom left.
@lemonine907
@lemonine907 5 жыл бұрын
Great tutorials. Subbed.
@shadoestorme
@shadoestorme 4 жыл бұрын
yea me too
@BadSBplayer
@BadSBplayer 4 жыл бұрын
Is it possible to do this in game using the same code just in command blocks?
@TimberForge
@TimberForge 4 жыл бұрын
Yup! Just move all the commands in the loop file into a chain of repeating command blocks. Keep them in order, so the top command in the file is the first repeating command block, and then each chain command block will hold the next command down in my file.
@killianobrien2007
@killianobrien2007 3 жыл бұрын
It is better to use a datapack because command blocks are part of the actual Minecraft world. Imagine if you accidentally put /kill in a repeat command block. Yeah.
@vocalsunleashed
@vocalsunleashed 3 жыл бұрын
At 18:13 why not place the other things with the same conditions on the same command line?
@izzyrodriguez15
@izzyrodriguez15 2 жыл бұрын
I'm having an issue with the /execute for clearing item it's not running
@damjan8051
@damjan8051 3 жыл бұрын
You have an idea how could i make jump pads, where i can customize their angle and power?
@celiacasimiro465
@celiacasimiro465 3 жыл бұрын
My guess would be to add an armour stand with a special tag: (jump?) and detect if they is a player and if that the player is standing on that block. If successful then run a function that will launch the player. But hey that’s just my guess
@originami9199
@originami9199 3 жыл бұрын
Sorry I'm late, I don't think you would need the armour stand. You can probably just detect the location of the player using /execute positioned, then manipulate the motion using the Motion NBT tag. Timber forge has a video on manipulating the motion.
@edlt
@edlt 3 жыл бұрын
ENTITTY!
@maelstrom-mecharena-livest8078
@maelstrom-mecharena-livest8078 4 жыл бұрын
Nice work. I’m trying to have only arrows with a specific tag explode by using your examples. I’ve learned a lot but still trying to get it to work. Have you released this pack yet?
@TimberForge
@TimberForge 4 жыл бұрын
This specific pack wont be released since i built the entire thing on camera. I had an exploding arrow example in my custom item series episode 2 if i remember correctly. Someone was trying to use specific arrows but we weren’t able to get it to work since when the arrow is shot, none if the item tags stay unfortunately. HOWEVER, you could make it so that when the player is holding a certain arrow in the offhand(which is the arrow that will be shot) then you can add tags to all of the outgoing arrows with the same method i used in my example.
@shadoestorme
@shadoestorme 4 жыл бұрын
ty ty
@smallgreen2131
@smallgreen2131 5 жыл бұрын
I would use a knowledge book Then you just need to give them all crafting recipes or make a copy of the default data pack and remove all recipes and and disable the default data pack
@smallgreen2131
@smallgreen2131 5 жыл бұрын
Or just use a carrot on a stick Or a written book might work Or a crossbow with quick charge 6 (It would take the crossbow 69.4 years to load something into it)
@TimberForge
@TimberForge 5 жыл бұрын
Wait, for what?
@smallgreen2131
@smallgreen2131 5 жыл бұрын
The Crossbow
@creatorcraft6077
@creatorcraft6077 3 жыл бұрын
hey, so when I was doing the command /scoreboard players remove @a[scores={utiliSneak=1..}] utiliSneak 1, I did it and reloaded the world, yet my score didn't reset or go down whilst not crouching. Is there something I did wrong? and is this compatible for 1.16.5?
@TimberForge
@TimberForge 3 жыл бұрын
Should still work. Did u make sure the command was actually being run?
@creatorcraft6077
@creatorcraft6077 3 жыл бұрын
@@TimberForge I did everything on the video, but in realms while some people were online, does that change anything?
@TimberForge
@TimberForge 3 жыл бұрын
Sorry I dont know much about realms. I know that these scoreboards are still working, maybe try send specific info onto the discord and someone online can help
@ry865
@ry865 3 жыл бұрын
Will u do another episode of this series?
@TimberForge
@TimberForge 3 жыл бұрын
Yeah theres a few out now, playlist is on my channel.
@ry865
@ry865 3 жыл бұрын
ok thanks
@666-d5y
@666-d5y 3 жыл бұрын
@@TimberForge mind linking
@Aryamanee
@Aryamanee 3 жыл бұрын
Hey, love your vids and I have been able to follow along but I’m having a problem where the command will update the scoreboard and keep it at 1 but when I try to make it say hi on my behalf it won’t work
@TimberForge
@TimberForge 3 жыл бұрын
Maybe the commands are in the wrong order? The say command will have to run before it is reset, which cant happen if u run it manually or you put it after.
@Aryamanee
@Aryamanee 3 жыл бұрын
Wow you make me feel stupid I know other programming languages and that didn’t come to my mind
@Aryamanee
@Aryamanee 3 жыл бұрын
Thanks
@TimberForge
@TimberForge 3 жыл бұрын
Haha everyone makes dumb mistakes. I once got stuck for a few hours because a comma was in the wrong spot xD.
@mickytananu5908
@mickytananu5908 4 жыл бұрын
i dont know why it not work
@killianobrien2007
@killianobrien2007 3 жыл бұрын
It all failed because he put a comma in the wrong places maybe you made a tiny mistake.
@itsdukko2691
@itsdukko2691 4 жыл бұрын
I always try to remake your ideas in bedrock because it uses commands
@TimberForge
@TimberForge 4 жыл бұрын
The bedrock execute command is different.
@mr.fish-man5476
@mr.fish-man5476 4 жыл бұрын
mcstacker dose not work for some reason
@18hridyandeshpande94
@18hridyandeshpande94 3 жыл бұрын
Download please
@eugenelevin9809
@eugenelevin9809 5 жыл бұрын
Hey man. You’re using blank text for VSC, but there’s .mcfunction created by dinnerbone, it’s much more convenient. Here: github.com/github/linguist/pull/4425
@TimberForge
@TimberForge 5 жыл бұрын
Ok thank you, I will check it out.
I Built an EVERY COLOUR Island in Minecraft Hardcore!
36:20
LockDownLife
Рет қаралды 602 М.
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 53 МЛН
Je peux le faire
00:13
Daniil le Russe
Рет қаралды 22 МЛН
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 6 МЛН
Making Minecraft from scratch in 48 hours (NO GAME ENGINE)
16:38
TIERLIST: Ranking Minecraft Mobs by how racist they are
28:53
KendelR
Рет қаралды 2,1 МЛН
Storing Files in Minecraft | Project Showcase 3
13:10
BK Binary
Рет қаралды 1,5 МЛН
Minecraft Right Click Detection [1.19] Several Ways
13:11
Legitimoose
Рет қаралды 135 М.
How to ACTUALLY get into Gamedev
14:01
DaFluffyPotato
Рет қаралды 725 М.
Minecraft's "Useless" Features
19:29
isloths
Рет қаралды 302 М.
Is 8-Bit Minecraft Possible?
12:58
Inkbox
Рет қаралды 1,2 МЛН
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 53 МЛН