So I took on the Minecraft Tree Spirit Challenge... (1)

  Рет қаралды 94,003

Juice

Juice

2 жыл бұрын

I take on the Minecraft Tree Spirit challenge where I have to find a tree, break all of the logs apart from the bottom log, which becomes my heart log and the beginning of my heart tree, which is what I am bound to for the entirety of this challenge.
Tree Spirt Challenge Rules: • WHAT is the MINECRAFT ...
tree spirit challenge, minecraft challenge, I survived tree spirit challenge, minecraft hardcore

Пікірлер: 126
@threehornmajesticgoat
@threehornmajesticgoat Жыл бұрын
I really love complex and creative challenges like this, I often get bored of the classic “no food” or “no attacks” challenges.
@mailleweaver
@mailleweaver Жыл бұрын
Ha! Despise of stone axes is only temporary. After a few years of doing this, tree farming will become one of the most relaxing things you can do, and suffocating in newly grown trees is just your kids playing rough. It warms the heart. The patience of a tree is unfathomable by the short-lived. It's good to see the young spirits haven't abandoned the trees, yet. May your roots grow deep and far. Stifflered will likely eventually have a new Treecrafters multiplayer server for this challenge since he's requisitioned the development of a plugin for it. Maybe keep an eye out for it if you're interested in playing this challenge alongside others. Stifflered is among the eldest of the tree spirits.
@RatPancake
@RatPancake Жыл бұрын
There’s something really comforting and cozy about his content, brings me back to when I watched minecraft content exclusively yet never got sick of it. I love it
@saaloooo
@saaloooo Жыл бұрын
I found you on tiktok, and you have the most soothing voice I've ever heard. I'm gonna binge watch all your videos!
@Juic3e
@Juic3e Жыл бұрын
Another person from TikTok 😁 It's cool to see you over here!
@saaloooo
@saaloooo Жыл бұрын
@@Juic3e I'm literally fan-girling over this right now, even though I thought I was too old for that 😂 You definitely won't get rid of me anytime soon 😂
@Juic3e
@Juic3e Жыл бұрын
@@saaloooo 😂😂 I feel obligated to create more 😂
@ytxa3pects
@ytxa3pects Жыл бұрын
@@saaloooo same lol
@brett9214
@brett9214 Жыл бұрын
I never thought I would find runescape tileman in minecraft, and yet here i am
@babythorgaming2166
@babythorgaming2166 Жыл бұрын
I remember discovering this challenge on the minecraft forum ages ago. Kinda cool to see it still getting played so many years later
@Illogical.
@Illogical. Жыл бұрын
The way, I would do this challenge is check each of the tiles relative to all players, that have tag 1, within log range, and if there is a log in any of them, add a tag to the player. Then in a seperate chain, deal 20 hit-damage to all players-thal lack that tag, and after that, remove the tag. Seperately from that, all items, that are within a 1.5 block radius of any point of any player (this requires a lot more code on bedrock than in java) is teleported 0.1 blocks in the direction of the nearest player, not going through blocks, and teleporting each axis seperately so it doesn't feel like blocks have infinite friction on items. Another way to do the log checking would be to filter-clone all valid logs to a specific area, that is always loaded, then testforblocks in that area, and comare them to an area, that is all air, then if that returns with true, deal damage to the player, and then unconditionally fill the area with air to be ready for next tick. I just woke up, and I don't know much about what can be done with java commands, so there are most likely better ways to do this. edit: The code, that enures, that the player is also connected to heart log is a lot more difficult to explain, but I know how I would do it. edit2: The whole rival tree thing is just annoying to work with, but I guess if you made a new log, leaf and sapling type, and don't let them generate naturally, but just turn the entire first tree you hit into that new tree variant. This would require addons or some serious levels of command block skills and a texturepack if made in bedrock edition. edit3: Or just trust yourself to follow the rules.
@maciekkozicki3379
@maciekkozicki3379 Жыл бұрын
I remember coming upon a mod based on this challenge a few years ago. With minecraft challenges being popular as of late, I'm glad to finally see this specific one covered. (Sadly the mod is only for 1.11 and 1.12)
@Juic3e
@Juic3e Жыл бұрын
It would be amazing to find an up-to-date mod of this challenge
@ICountFrom0
@ICountFrom0 Жыл бұрын
Given the tag based system, it might be possible to do it rather easily. Just need a tag that, on a sapling, gets passed onto the logs and the leaves, even after being harvested or placed. And then a command block checking every 5 seconds to make sure that all players are within 5 blocks of a tagged block, or else slap them into spectator mode. So, in theory, one mod to the code that controlls sapling growth, one to tree growth, and then a single command block check. Course, if your DOING a mod, your not going to stop at the very slightest of bare bones... your going to want everything... and that's where it breaks down. The NEXT step involves the leaf decay checking algrothym, starting from the heart block and passing through all tagged blocks, and then removing the tag from anything NOT linked. Possibly with some of the advanced efficency checking methods borrowed from grass expansion (it knows how to shut down if nothing near it has changed in a while, so you'd not have every log constantly checking back, only when things update next to it)... Course all this makes the logs at least as laggy as a badly coded pipe system, and requires them to chunkload. Then the next step involves making tagged logs look different in your invintory (and for easy mode, in world) possibly with just a datapack texture. Then the NEXT step involves team identification, so in multiplayer you can't just walk on ANY tree log, it has to be YOUR tree log. After that, maybe change the check of "on log" to be on the player, and have it only check while you are "on ground" to allow the elytra use mentioned. Then I'd suggest the "sealed room" code for the people who like THAT loop hole instead of the "within X blocks" one. Then something like, change to adventure mode if you fail one check, then to spectator if you fail a second, with a method to turn back into survival if your in spectator by reaching the core log, and back from adventure to survival by standing on a log for a few seconds. Possibly with count downs. .. No. Count down starts at the first failed check. Adventure mode after that. THEN spectator. That'll keep it seemingly more consistant. You could even add in sound effects and filters. Returning to the server idea, set it up so that breaking any log that is tagged on a team you are not on takes as long as breaking obcidian and broadcasts a warning to that team. This just means fire becomes the tool of choice, but they risk danger with fire too at least. Then all of this needs to be fixed, and recoded until it wouldn't lag a supercomputer to death after the first stack of logs. My first few attempts I'd be causing massive trouble as every log you ever placed would end up loading the chunk it is in permemently, and that would be... problematic.
@brickch4pel
@brickch4pel 9 ай бұрын
This is probably one of the coolest challenges, not only because it is an intricate and interesting rule set, but also because I could see some cool RP scenarios emerging from it.
@Mr.Senpai
@Mr.Senpai Жыл бұрын
Is it just me or is his voice genuinely calming, like I'm laying in my room and I'm about to fall asleep watching this
@altega
@altega Жыл бұрын
idk what it is about this video but its so relaxing. im falling asleep trying to crochet with this in the background 😭
@techwizsmith7963
@techwizsmith7963 Жыл бұрын
This seems like a fun thing to try and turn into an Origin
@danielnguyen7129
@danielnguyen7129 Жыл бұрын
Bro is playing wood chopping sim in mc. Love it
@Juic3e
@Juic3e Жыл бұрын
I've never looked at wood chopping the same since 😅
@ttaylorr97
@ttaylorr97 Жыл бұрын
Like a lot of others are saying, I found you on tiktok! I actually repurchased minecraft and started playing again because of you 😅 I’ve watched most of your videos at this point, your content is so different from other youtubers in the same genre. It’s so refreshing! Can’t wait to see more videos!
@Juic3e
@Juic3e Жыл бұрын
Are you melon farming?
@ttaylorr97
@ttaylorr97 Жыл бұрын
@@Juic3e Yes! Not quite at the same scale as you though!
@Juic3e
@Juic3e Жыл бұрын
@@ttaylorr97 Nice 👌🏻
@Fat_Cat_Garfield
@Fat_Cat_Garfield Жыл бұрын
If you want them to restock they need beds. i have had this alot too when i tried making trading chambers and just found out.
@boonwolf9266
@boonwolf9266 Жыл бұрын
Most likely they were not linked to proper work bench bed I don't believe is necessary
@Ampheline
@Ampheline Жыл бұрын
They don't need beds, they just need a direct connection to their workstation
@stormie6443
@stormie6443 Жыл бұрын
here before you blow up and become one of the most popular minecraft youtubers; you were at like 2k subscribers when I saw you not too long ago and you've already exploded to 15k! Congrats :) I can't wait to watch more content!
@dhycee8215
@dhycee8215 Жыл бұрын
Im glad youtube suggested this to me, you make this so interesting and im so invested already :)
@camcorder1548
@camcorder1548 Жыл бұрын
great video! this must have taken a ridiculous amount of time, and you did a fantastic job at editing it down to still be engaging. your commentary is a great addition, too.
@jasonhunter3429
@jasonhunter3429 9 ай бұрын
Awww memories. My rule was that you could dash away from the heart tree for as long as you could hold your breath
@TheRealSkreegle
@TheRealSkreegle Жыл бұрын
Really like the creativity of the challenge. Just a tip, turn down the gain on your mic and add a pop filter. It makes it so we can't hear the plosives and mouth noises. Just a suggestion.
@Juic3e
@Juic3e Жыл бұрын
A helpful suggestion 😁
@Jhonermite
@Jhonermite 11 ай бұрын
You give me inspiration to enjoy minecraft, please continue what all you do!
@PiercedPretty
@PiercedPretty Жыл бұрын
I’ve been in bed all day, sick. I’ve been binging all your videos. It’s made a crap day a lot better ❤
@ICountFrom0
@ICountFrom0 Жыл бұрын
In one episode you did as much as the previous series. If not for that series I'd feel a bit... lesser? Something like that. But as that IS there, I'm looking forward to seeing more.
@ztheone9052
@ztheone9052 Жыл бұрын
It would be cool if there was a mod that made this strict
@GarbageContents2948
@GarbageContents2948 Жыл бұрын
its called skyblock there is literally nothing else to build with then the wood you start with
@revy2176
@revy2176 Жыл бұрын
@@GarbageContents2948 this isnt skyblock
@GarbageContents2948
@GarbageContents2948 Жыл бұрын
@@revy2176 ik it ain’t he said he wishes there was a mod that made it strict skyblock can do that in a way bc there is no other blocks to even build with other then the wood you start with until later on
@revy2176
@revy2176 Жыл бұрын
@@GarbageContents2948 this and skyblock arent even close to the same thing
@GarbageContents2948
@GarbageContents2948 Жыл бұрын
@@revy2176 never said it was
@JoBot__
@JoBot__ Жыл бұрын
I've always internally been a Plant-type, and something about this challenge really inspires me!
@antioof2388
@antioof2388 Жыл бұрын
According to the like count, 2.9K people didn't appreciate that pun. pain
@tartamors
@tartamors Жыл бұрын
yoo, you deserve more subs dude, thought you had more, coz brilliant content, y know.
@darkassaultwolf421
@darkassaultwolf421 Жыл бұрын
I found you on my recommendation page of KZfaq. That’s a huge milestone in my opinion
@Juic3e
@Juic3e Жыл бұрын
Wow, that's really cool to hear ☺️☺️
@Velvet20061
@Velvet20061 Жыл бұрын
You just straight up Appeared out of nowhere on my KZfaq Now im subscribe keep up the good videos
@marciedahomie4700
@marciedahomie4700 Жыл бұрын
I did not find you on tiktok. U just popped up one day. Keep up the good work.
@diggin8741
@diggin8741 Жыл бұрын
Bro, your 2 voices made me crazy for a sec ahahhahah nice content !!
@mousellamystic4010
@mousellamystic4010 Жыл бұрын
you scare me man but it's so fun to watch either way
@Juic3e
@Juic3e Жыл бұрын
😂😂😂
@viruscaught3826
@viruscaught3826 Жыл бұрын
i love your energy bro
@ghostneverlived
@ghostneverlived Жыл бұрын
Found you on tiktok about a month ago but I’ve basically fallen inlove with your entire channel
@DemoncFerret
@DemoncFerret Жыл бұрын
there was a mod for this way back when it was still a big thing. one thing i think was missing was a leaf requirement. your tree should need more leaves based on how much you expand it. gotta feed the tree somehow. maybe make it so you can feed it instead of putting leaves up, including bonemeal. could be an interesting resource management type thing.
@milizemilizee4785
@milizemilizee4785 Жыл бұрын
You make good Videos and you have a very comfortable voice!!
@maxthefirst0770
@maxthefirst0770 2 жыл бұрын
Dude that is nice thumbnail and an amazing video btw my old reddit get hacked that is why I don't talk alot
@Juic3e
@Juic3e 2 жыл бұрын
You're too kind max!
@maxthefirst0770
@maxthefirst0770 2 жыл бұрын
@@Juic3e thx your kind too man
@tinymetalkiwi9568
@tinymetalkiwi9568 Жыл бұрын
Ok I love this video, but I have a question: what is your favorite kind of juice? apple, orange, or pineapple, etc
@Juic3e
@Juic3e Жыл бұрын
Orange
@BeeDrill..
@BeeDrill.. Жыл бұрын
Sup, I’m now watch the Witcher because of you. Also good video
@ImStrikeTV
@ImStrikeTV Жыл бұрын
Didn't find you on tiktok lol but this challenge is super interesting.... hmm.
@Attain556
@Attain556 Жыл бұрын
Here before you blow up you deserve it my man
@bamboozle567
@bamboozle567 Жыл бұрын
It's been so long since I heard of this challenge!
@Juic3e
@Juic3e Жыл бұрын
What a classic
@donflymoor2767
@donflymoor2767 Жыл бұрын
This wood make an interesting origins mod
@EmeraldSith
@EmeraldSith 2 жыл бұрын
Great vid. I'm trying this challenge also
@Juic3e
@Juic3e 2 жыл бұрын
Lokey one of my favourite challenges
@ElliotsLegoCreations
@ElliotsLegoCreations Жыл бұрын
This is amazing! How long did it take to make this episode tho?
@Juic3e
@Juic3e Жыл бұрын
I can't remember exactly how long, but it was definitely a while 😅
@ElliotsLegoCreations
@ElliotsLegoCreations Жыл бұрын
@@Juic3e oh, okay then 👍
@Dafter_Crafter
@Dafter_Crafter Жыл бұрын
5:40 you can see an ice village if you look hard enough.
@ochowells
@ochowells Жыл бұрын
I think It would be cool if this were done with a different kind of tree to the forest you were in ( something like acacia as this tree is relatively uncommon) and you could see the acacia empire grow in your spruce forest. you could then also distinguish between your home tree and the others.
@Juic3e
@Juic3e Жыл бұрын
I did it once with Acacia trees...they were annoying to harvest 😂
@ochowells
@ochowells Жыл бұрын
@@Juic3e I never Thought of that🤣
@Cheeseballmeat
@Cheeseballmeat Жыл бұрын
Juice and kolanii are my favourite 100 days you tubers because there very calm and don't scream every 5 seconds
@Juic3e
@Juic3e Жыл бұрын
Kolanii's one of my favs too. Such a good content creator.
@go._._._.away._._._.pls1
@go._._._.away._._._.pls1 Жыл бұрын
if they dont refresh the trades that means they cant access their bed and thats why they wont reset the trades
@table2.0
@table2.0 Жыл бұрын
Your voice is so soft! :0
@slimeinabox
@slimeinabox Жыл бұрын
This should just be a mod where you suffer from nausea, weakness, and fatigue when you break the rules.
@dragoninja5489
@dragoninja5489 Жыл бұрын
very high quality video!
@puppydougan7430
@puppydougan7430 2 жыл бұрын
Great Video! Keep on going!
@Juic3e
@Juic3e 2 жыл бұрын
Thanks, I will do!
@rileykortemusic
@rileykortemusic Жыл бұрын
I wish there was a way to retexture the heart tree once it’s been picked
@Juic3e
@Juic3e Жыл бұрын
That's a good idea.
@ishaan0309
@ishaan0309 Жыл бұрын
Nice video bro!💪👍🔥
@DreBreak250
@DreBreak250 Жыл бұрын
this is awesome
@Illogical.
@Illogical. Жыл бұрын
The new tree variants make new and interesting opportunities to this treespirit "gamemode". Like should rooted dirt count if you pick azaelia? Should rooted dirt (and if leaves count, the should azalea leaves) count if you pick oak tree? What about mangrove? Do their roots count?
@Juic3e
@Juic3e Жыл бұрын
I guess that's something that needs figuring out
@EndurusVlogs
@EndurusVlogs Жыл бұрын
this gives me tileman vibes
@stanzacosmi
@stanzacosmi Жыл бұрын
How does the nether play into this? Just wondering
@ironside411
@ironside411 Жыл бұрын
Good job
@bagel9367
@bagel9367 Жыл бұрын
Great vid!
@Terandium
@Terandium 11 ай бұрын
Based on the ratio of likes vs subs. I'd say most people enjoyed the pun at around 15:00
@5Bankss
@5Bankss Жыл бұрын
W channel
@darthwaffle4254
@darthwaffle4254 Жыл бұрын
Good vid
@ConstelationofMinecraft
@ConstelationofMinecraft Жыл бұрын
this challenge seems kinda fun but the all the rules and remembering the parent tree logs and stuff, i don't think i would be able to get myself exited to play this at end of the day after school....
@Juic3e
@Juic3e Жыл бұрын
There's a lot of rules 😅
@FriendlyNeighborhoodRock
@FriendlyNeighborhoodRock Жыл бұрын
can you craft stairs from your heart tree and use them for stairs, instead of having to jump every single one? using logic the answer is probably: depends on your rule set.
@Juic3e
@Juic3e Жыл бұрын
I'd say it depends on your rule set 👌🏻.
@ramblamb4522
@ramblamb4522 Жыл бұрын
@charlesdevlin7310
@charlesdevlin7310 Жыл бұрын
whats the voice at 6:02 ?
@TheRealMaxdestroyer
@TheRealMaxdestroyer Жыл бұрын
or at least not any passive ones
@geurworx8164
@geurworx8164 Жыл бұрын
why don't you not mine a tree?
@familiarzombie6560
@familiarzombie6560 Жыл бұрын
2 sounds overlapping from 730 to 845 in the vid
@Chrysalis208
@Chrysalis208 Жыл бұрын
Shouldn't using a villager bed disqualify you from the challenge? Shouldn't you have to use heart tree wood for your bed?
@Juic3e
@Juic3e Жыл бұрын
I don't play with that rule, but you could definitely incorporate any set of rules you want
@georgekay544
@georgekay544 Жыл бұрын
I am a dog guy to😎
@CosmindArt
@CosmindArt Жыл бұрын
cat killer
@lads2803
@lads2803 Жыл бұрын
ez
@Illogical.
@Illogical. Жыл бұрын
7:30 Editor, avoid doing this.
@miruska8186
@miruska8186 Жыл бұрын
Hi
@Juic3e
@Juic3e Жыл бұрын
Hi
@Darkpq1742
@Darkpq1742 Жыл бұрын
Basically Sky block whit extra steps on a none void world...Wheres the challenge exactly?
I Tried to Survive Hardcore Minecraft for 300 Days
30:23
I PEELED OFF THE CARDBOARD WATERMELON!#asmr
00:56
HAYATAKU はやたく
Рет қаралды 38 МЛН
格斗裁判暴力执法!#fighting #shorts
00:15
武林之巅
Рет қаралды 71 МЛН
Маленькая и средняя фанта
00:56
Multi DO Smile Russian
Рет қаралды 4,8 МЛН
Gardens - Minecraft: Death run
2:25
Awarded Gamer
Рет қаралды 3
What a Perfect Start in Minecraft Actually Looks Like...
16:34
This Is What Every Village Should Look Like
1:06:26
Juice
Рет қаралды 75 М.
I Survived 200 Days In Minecraft Hardcore
10:42
Fflam
Рет қаралды 3,7 М.
I Added A Villager City To Minecraft.... Again?
26:35
SeaWattgaming
Рет қаралды 869 М.
I Dropped 10,000 Anvils on a HACKER
13:00
Yeah Jaron
Рет қаралды 856 М.
100% WORKING LEGO® Minecraft Cobblestone Generator
10:07
Brick Machines
Рет қаралды 9 МЛН
Someone is stealing my time. I swear
10:48
rekrap1
Рет қаралды 432 М.
Newbie Plays Terraria for 100 Days
1:09:21
Juice
Рет қаралды 424 М.
Рико что читер?
0:49
Garga
Рет қаралды 2 МЛН
Frog Prince Rush With Herobrine and Entity
0:32
Realistic Craft
Рет қаралды 51 МЛН
edgar pedro#brawlstars
0:14
gold loser
Рет қаралды 9 МЛН
#Roblox но моя сестра в ярости от такого подарка..🫣 #Lipt04ka
0:36