Тёмный

Knowledge Books are still relevant guys please believe me 

Conure
Подписаться 2,4 тыс.
Просмотров 42 тыс.
50% 1

RIGHT CLICK DETECTION GUYS
Tutorial Datapack - drive.google.com/file/d/1gA33...
Turns out, we do have full right-click detection • I was wrong. Right Cli...
it would be p cool if u joined the discord / discord

Игры

Опубликовано:

 

18 апр 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 147   
@magicjinn
@magicjinn Месяц назад
Couldn't you have the function that summons the fireball also give you another book? It'd sometimes be placed in a different inventory slot which is annoying, but it might be usable.
@conure512
@conure512 Месяц назад
Exactly, it might not go into the right slot, and it would also remove any custom data the player might have added (such as renaming). So yes, doable, but potentially annoying lol (im pinning this because apparently a LOT of people have the same question) To those asking "Can't I use just /item replace instead of /give": There's no way to detect which slot you used the item from (mainhand or offhand), and if the item is stackable you run the risk of overwriting the rest of the stack. So you'd have no choice but to use /give.
@camouflage_kid9706
@camouflage_kid9706 Месяц назад
@@conure512 can't you use the /item command to replace your weapon.mainhand slot with the knowledge book? (/item replace entity weapon.mainhand with minecraft:knowledge_book)
@Apersonl0l
@Apersonl0l Месяц назад
@@conure512hey I’d say this opens up the possibility of putting a delay on the spell so players can’t spam op spells. I know that I’m not a datapack devs and this sort of implementation can run into problems such as “what if they get their inv full before the cooldown is up” and stuff, but its an idea
@SoulPriest
@SoulPriest Месяц назад
Could replace the item with a cooldown item that then gets replaced once the cooldown is over, if you are doing a minigame where the item is tied to a slot, which is a lot of cases I wonder if its possible to copy the data of the item and replace it after the cooldown? Finnicky
@candybluebird
@candybluebird Месяц назад
@@conure512 Could you also increase the stack size with the new component system? Assuming the player only had one stack, it would go in the right spot if it had a place to stack
@PeChips
@PeChips Месяц назад
The fact that it is consumable is so great, it replaces using snowballs which had to use a ticking command or ender eyes which only worked in the overworld
@conure512
@conure512 Месяц назад
I know! Consumable right clicks are still very useful and there's definitely a demand for them so this will fill a very good niche, even if it's not the holy grail of "tickless universal right-click"
@tsaqifrizky5276
@tsaqifrizky5276 Месяц назад
It's right-click AND consumable? This is incredible, you can make magic spells come in bulk with one craft, and make healing or buffing spells! It's a drawback, but it opens the door to new features!
@k0rruptd
@k0rruptd Месяц назад
if you really wanted to make a re-useable spell (something like a tome) you could write a function to re-add the item to your inventory after use, then you could make it cost xp or health to consume so it wouldn't be too op!
@tsaqifrizky5276
@tsaqifrizky5276 Месяц назад
@@k0rruptd That definitely works! One issue is durability, it has to be either very weak or very expensive to make it balanced. I personally would add a cooldown between uses as well as a xp price.
@conure512
@conure512 Месяц назад
@@k0rruptd Yes! This is totally something we could do, actually my Magic Mirror pack does something similar when it detects that you've used the eye of ender. The ONE potential downside to this method is that there's no way to detect which slot you used the item from (mainhand or offhand), and if the item is stackable you're forced to use /give rather than /item replace (so as not to delete the rest of the stack), so the item might jump around in your inventory when you use it lol. The magic mirror does this as well.
@cosmosyn2514
@cosmosyn2514 Месяц назад
@@conure512if something is reusable why would it need to be stackable
@ChromaNyan
@ChromaNyan Месяц назад
me when i use a datapack that unlocks every recipe in the game upon joining a world, causing every knowledge book effect to trigger at the same time:
@the10ofdiamondscard
@the10ofdiamondscard Месяц назад
You can make a knowledge book activate without assigning it a certain uncraftable recipe, just detect what extra properties it has (say a custom item tag) and then check if the player has used a recipe book that has that tag
@cataclysmi
@cataclysmi Месяц назад
harry potter spawns in
@CesarGpe
@CesarGpe Месяц назад
​@@the10ofdiamondscardwouldn't that need ticking commands?
@the10ofdiamondscard
@the10ofdiamondscard Месяц назад
@@CesarGpe Unfortunately i think so, but skill issue if someone makes a datapack that gives you every recipe in the game with /recipe give anyway instead of modifying the recipe advancements lol
@PrimevalPotato
@PrimevalPotato Месяц назад
I think map-makers, specifically rpg ones might use this to make some sort of magic system. Dunno great vid
@Satwr
@Satwr Месяц назад
Another rightclick detection u can use in 1.20.5 is giving your item the new food component set the eating time very very high and just create an item_used advancement... cons: Player could eat the item when holding right click for a week or so... You will be slowed down...
@conure512
@conure512 Месяц назад
Right, it would require the using_item trigger (i desperately wish that item_used was an actual thing because then we could use advancements for the carrot). i would probably wanna avoid this personally tho, because it would play the eating animation lmao
@Satwr
@Satwr Месяц назад
@@conure512oh yea i misremembered the advancement name... about the animation: not when you set the eating time to the maximum of 2147483647... the animation is bound to how long it takes to eat an item...
@conure512
@conure512 Месяц назад
@@Satwr I just went and tested this - turns out you're right! If you set the eating time to a high value, the initial arm animation slows down. That's huge my dude, thanks for pointing this out
@XyndraNerd
@XyndraNerd Месяц назад
you could just add back the items to the inventory, which still makes it a hack, but is way more optimized than a tick function
@BeansGalaxy
@BeansGalaxy Месяц назад
This is crazy, I saw your next video first and the speed of how fast we’re learning new things with components is wild. Rlly feels like this update is on the level of Command Block Minecarts
@thenextdoor696
@thenextdoor696 Месяц назад
I will for sure use this knowledge, thank you!
@FungIsSquish
@FungIsSquish Месяц назад
Erm dude what the flip do you even know what TND means 🤯🤯😨
@Waffle_6
@Waffle_6 Месяц назад
@@FungIsSquishsomething good, happy 4/20
@FoxSlyme
@FoxSlyme Месяц назад
Nice pun
@jevilthechaostailor
@jevilthechaostailor Месяц назад
Book
@pawek02
@pawek02 Месяц назад
Great vid, just a quick tip. You can set a noise gate and noise impression in OBS in the microphone filters to remove the noise from your videos.
@qlx-i
@qlx-i Месяц назад
"I cast thunderspell"
@HellCromeE
@HellCromeE Месяц назад
Sophist nooo
@cataclysmi
@cataclysmi Месяц назад
oh no
@random832
@random832 Месяц назад
they should have made it so knowledge books can grant any advancement, considering that recipes are normally granted by advancements anyway, that way you wouldn't need the recipe.
@samuels1123
@samuels1123 Месяц назад
imagining a spell system where on use it reverts to regular book halfway between potions and enchantments
@stilze
@stilze Месяц назад
Great Vid! One other thing: an ender eye can be used with an advancement for a similar effect. Only drawback is compatibility with survival worlds; otherwise, in 'No structure generation' worlds, it works great.
@totallyvelocity
@totallyvelocity Месяц назад
this is a lot of cool stuff, it's really cool to see into your mind and your reasoning towards utilizing the recipe books, good stuff!
@Zefyro__
@Zefyro__ Месяц назад
This is actually exactly what I've been trying to accomplish, I have consumable books that increase a certain stat for the player and this achieves it with way fewer commands running. Awesome!
@gamercrab2085
@gamercrab2085 Месяц назад
ill sub bc u deserve more subs, also i love the white noise. idk if its on purpose but i love it
@conure512
@conure512 Месяц назад
LOL, first time I've heard that one. though I do tend to agree actually, white noise in general is just overall pleasant. no for the record it is not on purpose, my computer fan is just way too loud lmao
@VexxenCreations
@VexxenCreations Месяц назад
Quite a eazy fix for using it, is having the fuction use /item to replace your mainhand back with the book. Only issue is detecting if you used it in your offhand. So not a perfect solution.
@theshapeshifted
@theshapeshifted Месяц назад
this is my first video from you, but PLEASE do me a favor and record your audio in Audacity, and use the noise removal tool if you NEED to have your mic volume loud. The white noise is distracting
@Parax342
@Parax342 Месяц назад
honestly thanks for this video i started using knowledge books for consumables now
@TheMDSRanger
@TheMDSRanger Месяц назад
I have been using Knowledge books for a couple years now, and they are great. I did not however know about the recipe detection. I just used a scoreboard for tracking uses. So thanks.
@revengelordofmagic1013
@revengelordofmagic1013 Месяц назад
Dude you're actually a genius i gotta do smth with this
@Ray-uy4ez
@Ray-uy4ez Месяц назад
I do know a slightly complicated way of making the book never run out.
@AndreSkipper
@AndreSkipper Месяц назад
I tinkered with this rclick detection back some years ago, however since I didn't see anyone else using it I just never used it again. Damn
@Pillow_
@Pillow_ Месяц назад
This is actually really cool!
@BryanLu0
@BryanLu0 Месяц назад
Well, in most custom maps I've seen items are usually stuck to certain slots anyways
@Zambozoo
@Zambozoo Месяц назад
I ran into this a couple versions ago. You can get around the consumable issue by placing the item back into the player’s empty hand. There is then the issue of then using it in an offhand, but I’m sure there’s ways to detect it.
@Zambozoo
@Zambozoo Месяц назад
Ok, I’ve got it. Have an advancement that is given when the player is holding a scroll in the hand/offhand that sets a flag and stores the nbt in storage. When they use the spell, check which flags have been set, sets the item, and changes the nbt back.
@conure512
@conure512 Месяц назад
Sure, that NBT method could work! Although the inventory_changed trigger doesnt detect when you change your selected slot, so you'd have to introduce a tick to detect the mainhand change... at that point it might be worth it to just accept your fate and use a carrot on a stick haha
@Zambozoo
@Zambozoo Месяц назад
You could store the entire hotbar+offhand’s nbt then if the player has a book in one of those spaces.
@AidenOcelot
@AidenOcelot Месяц назад
I find it interesting that mods have had NBT data in recipes since like 1.10 and vanilla is only now getting the ability to have NBT data in recipes
@slyveonnumeros
@slyveonnumeros 26 дней назад
I think it would be wuite fun if they gave you an option later for a "search recipe survival" where you have one book and have to expend some resources to use them making the search books. I think it would be quite funner. Or, if not that, make the player start with the craftings of processed wood, crafting table, paper and the book or something like that. Minecraft doesn't really has the factor gameplay, and i think it would make the game more fun to play, but being an optional for those who want to play for the long-run maybe making use of the new biome blocks. Idk.
@404maxnotfound
@404maxnotfound Месяц назад
Might be a good option for custom boss/enemy spawning.
@ffttossenz
@ffttossenz Месяц назад
Mojang should add NBT similar to the unbreaking tag but it makes consumable items not get consumed
@austinneilson2870
@austinneilson2870 Месяц назад
Make it into a nonstackable item and then when you right click have it do /item to put the book back in your hand.
@Tantalium1
@Tantalium1 28 дней назад
Interaction entities also work but they kinda bad bc they disallow the player from interacting with the world bc they block it
@csongorhargitai369
@csongorhargitai369 Месяц назад
before watching this video, i was actually contemplating using bad luck potions and predicate effect duration detection, to unlock recipes for my limited crafting datapack. But well you know. apparently there are already recipe items. Now I swear I knew they were used for custom crafting, it just never occured to me, that they had an intended purpose too. (But recipe potions still sound cooler)
@jessfox-.-
@jessfox-.- Месяц назад
subscribed cause of train horn. add train cam
@HameleoshaDeHoga
@HameleoshaDeHoga Месяц назад
Another way i think minecraft could make knowledge books slightly less useless is to actually have knowledge books with random or not so random recipes spawn in chests because i swear i still have to look up how to craft a blast furnace in google because i have no idea what its made from and i dont have the items for it so i never unlocked the recipe. It would be a way for new players to unlock recipes in the early game they would otherwise never know how to make... Just a thought
@HameleoshaDeHoga
@HameleoshaDeHoga Месяц назад
Forget the blast furnace. The stonecutter is an actually useful block and I had to Google it several times because I didn't know what the recipe was. The whole point of the recipe book was to make Google not a necessity, but it still ended up being a necessity...
@maxe624
@maxe624 Месяц назад
The part about it triggering instantly isnt correct. While its true that advancements trigger at any point in a tick, "player used item" is only checked for once per tick. Also, iirc, unless you are doing something with subticks, it wont make a difference like in your example with /summon, since that wont be rendered to your screen or be interactable until the next tick anyway
@PolyPenguinDev
@PolyPenguinDev Месяц назад
was so excited then you showed off it's weakness
@atablevendetta1429
@atablevendetta1429 Месяц назад
It's funny because I paused this video after a minute to go mess with Minecraft ideas I had, then I was trying to figure out if there was a way to do simple and efficient right click detection. I was disappointed by the complexity and inefficiency of a custom setup, so I quit the game and went back to this video, only to find out all my problems are solved by this book with some simple tweaking. Very neat! And very ironic.
@Rignchen
@Rignchen Месяц назад
Advancement aren't instant, they don't trigger at the exact time when you click, they also get tested once per tick but not at the same time IN the tick. (I don't know the order by heart so I'll totaly make that order up) For example, you can have the recipe unlocked advencement kind, then the recipe crafted, then the tick advancement, then the functions, and then the player_interacted_with_entity The reason why it can be useful is that all advencement aren't tested every tick. For example, if you haven't unlocked any recipe this tick, then none of the "recipe_unlocked" will be tested
@ratqt.
@ratqt. Месяц назад
i think what he was trying to say is that advancements are faster than commands running every tick, and thats whats important anyway
@stanzacosmi
@stanzacosmi Месяц назад
what if instead of being consumable, they run on a mana system basically
@GIRGHGH
@GIRGHGH 28 дней назад
I could have sworn i heard something about click detection in snapshot notes...
@philipp_mayr
@philipp_mayr Месяц назад
could you not re-add the item to the inventory with a function? or is that not possible?
@7RStudios
@7RStudios Месяц назад
Can you modify the max stack size from 1 to 2 and set the stack size to 2 before the item is removed? This could allow for reusable (and very spammabke spells that don't need to worry about moving into a different inventory slot.
@7RStudios
@7RStudios Месяц назад
Perhaps being consumable is fine and actually a feature. We can make recipes that yeild a certain number of books. Maybe a whole new potion-like or rocket-like system where adding more paper or something to the recipe gives you more "charges"
@offplayYouTubes
@offplayYouTubes Месяц назад
i don’t understand why you can’t just have the achievement trigger a “/give @s” command and give the book to them when it’s consumed.
@rickroller1566
@rickroller1566 Месяц назад
What if you give a new knowledge book in the function so that it isn't consumed?
@justsomeguywithahandlebarm2456
@justsomeguywithahandlebarm2456 Месяц назад
As an avid modded player who has a jei addiction Yeahh knowledge book is pretty useful Also its a lovely progression gate in certain modpacks
@Bookseer
@Bookseer Месяц назад
Hey, if you don't want to do it consumable, why don't you just set the item in the player's hand to this book? Maybe it doesn't work like that, I don't know much about datapacks, but I know that you can write commands in them, and there is a /item command.
@matsuromeame4307
@matsuromeame4307 Месяц назад
now make knowledge book that can summon moving train along with the railtrack then explode and after explode it will summon random minecfraft structure
@wizardnotknown
@wizardnotknown 29 дней назад
I've never seen this item in my entire life.
@playbabethebookshelf6249
@playbabethebookshelf6249 Месяц назад
can’t i just make it also replace the book at selected inventory slot?
@ethymith
@ethymith Месяц назад
make a full magic datapack
@pyth0n..
@pyth0n.. Месяц назад
couldn't you just have it to when you use it it adds a copy in the same slot of your inventory and this could be used for cooldowns like adding it back after a couple of seconds
@RustyhairedAlp9575
@RustyhairedAlp9575 Месяц назад
Maybe add a stackable tag?
@8bit_cat72
@8bit_cat72 Месяц назад
Cool vid and all, but there's a lot of white noise in the background.
@JohnHumphrey-nq3yn
@JohnHumphrey-nq3yn Месяц назад
Can you run a command that when it detects that pacific item is gone and gives it back?
@olinolivia
@olinolivia Месяц назад
beware, if you're holding multiple knowledge books and you right click, it uses the whole stack in one go
@conure512
@conure512 Месяц назад
Oh wow, I was not aware of this. Sounds like a bug, I might have to go report that lol Edit: It has been reported already! bugs.mojang.com/browse/MC-271005?jql=project%20%3D%20MC%20AND%20text%20~%20%22knowledge%20book%20consume%22
@yagizberk020
@yagizberk020 Месяц назад
1000th subsicriber
@randomperson21983
@randomperson21983 Месяц назад
what if they add a component which can be used to prevent consumption on use? that would be useful
@conure512
@conure512 Месяц назад
I wish! that would be awesome
@magpietaxi
@magpietaxi Месяц назад
sick white noise bro
@Muho_is_me
@Muho_is_me Месяц назад
5:06 Oh great i can do an energy flavored zessy bar
@Rtificer
@Rtificer Месяц назад
Couldn’t you just give it back in the function for the actual spell?
@conure512
@conure512 Месяц назад
Yes, but this is awkward sometimes, especially if you need to detect which hand you used the item from (if you used it from your offhand, it could jump to your mainhand, or even overwrite whatever was in your mainhand). Also, if you want to make the items stackable (which you can now do in 1.20.5), you'd have to use /give instead of /item replace, because replacing may overwrite the rest of the stack. In either case, the item could end up moving around in your inventory whenever you use it.
@lutayaso
@lutayaso Месяц назад
Bedrock players is crying
@widdlepocketmarcy
@widdlepocketmarcy Месяц назад
Bedrock players didn't really need it, you could always make custom crafting recipes in bedrock addons for a while now. i like the recipe book menu on java much better though.
@lutayaso
@lutayaso Месяц назад
Wow, that's incredible. I did not know bedrock version have addons. But for the truth I don't know how it was realized in bedrock yet.
@mrkefirek9
@mrkefirek9 Месяц назад
good idea
@Pet_Hedgehog
@Pet_Hedgehog Месяц назад
reduce your gain, you talk decently loud, you dont need the high sensitivity on your microphone, that just adds static
@W0W53R
@W0W53R Месяц назад
You could just set the players mainhand item to the spell bock to make it reusable
@conure512
@conure512 Месяц назад
Yes, but this is awkward sometimes, especially if you need to detect which hand you used the item from (if you used it from your offhand, it could jump to your mainhand, or even overwrite whatever was in your mainhand). Also, if you want to make the items stackable (which you can now do in 1.20.5), you'd have to use /give instead of /item replace, because replacing may overwrite the rest of the stack. In either case, the item could end up moving around in your inventory whenever you use it.
@thegamerforge3544
@thegamerforge3544 Месяц назад
Bro just changed data packs for the better.
@Scudmaster11
@Scudmaster11 Месяц назад
1.12 update YAY.... my fav is 1.12.2... i love that update
@slushyboy1212
@slushyboy1212 Месяц назад
do the same thing and if not in creative: give book
@Waffle_6
@Waffle_6 Месяц назад
oh thats pretty cool
@Tantalium1
@Tantalium1 28 дней назад
Is there a way to create custom advancements and crafting recipes without data packs?
@conure512
@conure512 28 дней назад
I mean I guess mods are an option, but I've never messed with those so idk how it's done lol. With pure-vanilla mechanics, datapacks are the only way.
@Tantalium1
@Tantalium1 28 дней назад
@@conure512 time to maybe learn data packs now
@neverbrick
@neverbrick Месяц назад
Fireball!
@XyndraNerd
@XyndraNerd Месяц назад
bro where tf are you recording this
@conure512
@conure512 Месяц назад
i live right next to a railroad track, this happens all the time. i just thought my reaction was kinda funny while editing so i impulsively decided to leave it in lmao
@Rortti
@Rortti Месяц назад
cool
@notdaniel6158
@notdaniel6158 Месяц назад
Java didn’t have custom crafting?
@DqwertyC
@DqwertyC Месяц назад
It didn't have explicit support, but players figured out a weird system with knowledge books. You had to add a custom recipe that generated a knowledge book (with no custom data). Then, you created an advancement that triggered when the player learned that recipe. Recipes are automatically learned the first time they're used, so using the custom recipe triggered the advancement for learning the custom recipe. *Then* in the reward function for that advancement, you had to clear the knowledge book out of their inventory, give them the item the custom recipe was actually supposed to craft, and clear the advancement so it will trigger the next time they wanted to craft the custom item...
@erykd.1360
@erykd.1360 Месяц назад
3:28 dude is living in city 17
@Fahimlol
@Fahimlol Месяц назад
Welcome Welcome to city 17
@BabanDlh
@BabanDlh Месяц назад
Do you know who else has a knowledge book ?
@HellCromeE
@HellCromeE Месяц назад
Knowledgeable technique: FIREBALL
@TatePay
@TatePay Месяц назад
Um, warped fungus on a stick is better than carrot on a stick, it's underated lmao
@MK-of7qw
@MK-of7qw Месяц назад
I like trains 🚂
@JustVlad1
@JustVlad1 Месяц назад
the best rc detection is ender eye in an advancement
@the10ofdiamondscard
@the10ofdiamondscard Месяц назад
Okay, good luck detecting that in the nether or end i guess
@conure512
@conure512 Месяц назад
@@the10ofdiamondscard I actually have a datapack that does this in an older version (the Magic Mirror), and yes, it requires two advancements: used_ender_eye for the overworld, and using_item for everywhere else. Needless to say I'm probably gonna change to a different system for that pack in 1.20.5 lol
@qwerternion_x1
@qwerternion_x1 28 дней назад
I find it funny how all right click detection systems have a draw back lol Carrot on a stick is slow Endereye doesn’t work if there’s an end portal and now Knowledge book has to be consumed Mojang is not making this easy for us lmao
@conure512
@conure512 28 дней назад
People keep saying fully-custom items are coming soon, im hoping they end up being right because that would SURELY allow for fully-customizable right click detection in some form or another.
@qwerternion_x1
@qwerternion_x1 28 дней назад
@@conure512 I’ve been saying this for months but, why hasn’t Mojang already done this? We’ve been getting closer and closer but never quite reaching it despite Bedrock basically already having this already with behaviour packs lol
@jonathanposte605
@jonathanposte605 12 дней назад
It doesn’t work 😤
@beeternity
@beeternity 26 дней назад
wth is a knowledge book
@average-neco-arc-enjoyer
@average-neco-arc-enjoyer Месяц назад
they're not relevant to us bedrock players though :p
@MONKEEVRGT
@MONKEEVRGT Месяц назад
FAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKE they where added way before that.
@ishkanark6725
@ishkanark6725 Месяц назад
Why did you have to make the FAKE a solid wall?
@tobi-b
@tobi-b Месяц назад
When?
@the10ofdiamondscard
@the10ofdiamondscard Месяц назад
Nuh uh
@MONKEEVRGT
@MONKEEVRGT Месяц назад
@@tobi-b well i dont know exactly when but i do remember getting them through commands in 1.8
Далее
Rare Anomalies in Minecraft #4
15:38
Просмотров 403 тыс.
Minecraft 1.21 will Revolutionize Datapacks. Again.
10:38
Yes or No Fruit Shake for My Son #cooking #shorts
00:41
Cuộc đua tại Premier League mùa này kiểu:
00:20
Minecraft Education Edition’s Failures
23:08
Просмотров 624 тыс.
The FUNNIEST FAKE Minecraft Speedruns...
9:56
Просмотров 919 тыс.
Why Minecraft Players Built a Real Life Supercomputer
23:24
Can You Actually Beat Minecraft Superflat?
19:15
Просмотров 8 млн
Exploring Minecraft's Forgotten Dimension Mods
25:52
Просмотров 586 тыс.
The Concerning Rise in Minecraft Beta's Popularity...
21:19
Can you beat Minecraft as an Old Person?
27:36
Просмотров 123 тыс.
Procedural Walking Animation in Minecraft
8:41
Просмотров 1,1 млн
МОЙ ЗВЕЗДНЫЙ ЧАС
19:48
Просмотров 190 тыс.
Как Тени Сломали CS2 / PUBG
18:30
Просмотров 324 тыс.
8-9 ИЮНЯ | НОВЫЙ ШИФР В HAMSTER KOMBAT
1:11
Я Выжил 500+ Дней в Майнкрафт !
1:3:35