Тёмный

Minecraft never looked this good. || Distant Horizons 2.0 + Iris Shaders 

CygnusMC
Подписаться 21 тыс.
Просмотров 536 тыс.
50% 1

Want more? Check here...
=Socials=
Twitter: / cygnus_mc
Discord: / discord
Second Channel: @LunarVods
Want access to the full interview and support my work?
Join the Patreon: / cygnusmc
Thumbnail by: ‪@gutermaniac‬
Edited by: ‪@BillyDaBongoTutorials‬
Pebble art by: midnightmorpha...
=Summary=-
Distant Horizons is a mod that adds a Level Of Detail (LOD) system to Minecraft. This implementation renders simplified chunks outside of the normal render distance allowing for an increased render distance without harming performance.
DISTANT HORIZONS:
modrinth.com/m...
IRIS SHADERS:
modrinth.com/m...
#forge #minecraft #moddedminecraft
=Credit&Sources=
Footage by ItsDrowned
/ itsdrowned
Music provided by Infraction No Copyright Music
Spotify: spoti.fi/3DzsedZ
Other Music:
Tyler - Sweden Lo-Fi Remix
If You've Read This Far Comment Pebble :)

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

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 736   
@Distant_Horizons
@Distant_Horizons 7 месяцев назад
Thanks for inviting me, it was a blast! - James
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
James my beloved
@Night-Rider101
@Night-Rider101 7 месяцев назад
Cyngus my beloved
@LinkRammer
@LinkRammer 7 месяцев назад
The GOAT
@nezkoanim
@nezkoanim 7 месяцев назад
THIS IS AWESOMEEE
@dnch
@dnch 7 месяцев назад
great work James, also you sound like John Carmack:D
@commander3494
@commander3494 7 месяцев назад
Now we just need a mod that fixes worldgen speed once and for all... it's gonna take ages to wait for all those chunks to generate normally!
@enrikes9877
@enrikes9877 7 месяцев назад
Distant horizon doesn't generate real chunks so it generates way faster than vanilla
@zeddddd2846
@zeddddd2846 7 месяцев назад
You can also use 3rd part programs to pre-gen those chunks so when you load in you already have a 10k x 10k radius generated. (customizable range of course and it does tend to take time)
@atlas7309
@atlas7309 7 месяцев назад
There are mods or programs to pre-generate chunks.
@MrGenius2
@MrGenius2 7 месяцев назад
we already have it. search " Minecraft's FPS is finally FIXED " the mod is called nvidium and is used on top of distant horizons
@thegrimmtv3532
@thegrimmtv3532 7 месяцев назад
Just use pregen mod/plugins bruh
@SpacEagle17
@SpacEagle17 7 месяцев назад
As a shader developer I will add some more information as to what happened behind the scenes: Distant Horizons only had initial comparability with optifine and shaderpacks as iris as you mentioned pursues the approach of rather not rendering something than rendering something which might be very broken. After many requests by users IMS added initial distant horizons support where lod chunks would now also render with iris and shaders enabled. Now matching optifine's behavior. This implementation is already released in the current public full release of iris. The only problem remaining now was a visual problem. On both optifine and iris the lod chunks looked like normal Minecraft vanilla shaded chunks while the actual render distance had the shader effects applied. By default there was even no transition between the normal chunks with the shader effects from the shaderpack and the lod chunks with no effects. There would be just a cutoff and an ugly border. Shaderpack devs had to change how their shaders work in order to support this. They would near the edge of the normal chunks fade out to vanilla shading making the transition smooth. Effects like border fog and do on would also be disabled. This was at a time where we still only had basic support and we on the shader side could not detect when a user is using distant horizons. This means that we had to tie those changes in rendering to a shader option the user has to manually change which isn't ideal. Because if a user wasn't using distant horizons it would look bad if the shader would fade to vanilla looking terrain at the edge of the render distance. That's why it had to be a toggle. At that time we had two big issues: 1) Lod chunks look like vanilla chunks and not like shader chunks. The shaderpack also had no idea that lod chunks actually existed. This was all done on iris. Iris only rendered the lod chunks and shaderpacks to make it look good had to fade out their effects. 2) We had to rely on users in changing a shader option to make their game look good with distant horizons or make a shaderpack designed for distant horizons but it will look bad without the mod. Now we advance time a bit and we come to the current state: Iris has even further improved distant horizons support. It now is much better than what we had before when it was on par with optifine. Iris has fixed the problems I listed above. Through the dev versions of iris and Distant Horizons (and in the next update of both mods) shaderpacks with iris can now detect if a user is using distant horizons or not with the #ifdef DISTANT_HORIZONS preprocessor define which gets automatically defined when iris detects Distant Horizons and then us on the shader side won't have to rely on users changing shader option to make things work but we can now implement it in a way so it happens automatically. Furthermore, what is even more impressive, shaderpacks are now able to render onto the lod chunks. Just like they are able to with vanilla chunks. It is more limited than normal Minecraft chunks but that doesn't matter as they are lod chunks. Lod chunks no longer have to look like vanilla and can look like the shaderpack looks in normal chunks. We have normal data, lighting data, even mini IDs which give us a basic understanding which blocks are which: so we can distinguish leaves from dirt or from lava to apply different effects on them. Shadows are now also possible. IMS worked really closely with shader developers to ask for feedback and suggestions of what features we would need to make it work. To summarize: iris will from now on offer a better distant horizons and shaderpack compatibility than optifine and previous iris versions as shaderpacks are now able to interact with distant horizons chunks.
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
Thanks for the extra info! I did talk to IMS but i didnt want to go into too much depth, but this is cool to learn!
@SpacEagle17
@SpacEagle17 7 месяцев назад
@@Cygnus_MC You're very much welcome! It was a nice informative video! I just wanted to give some cool insights about what happened behind the scenes and how much it has improved over time to what we have now
@kait3n10
@kait3n10 7 месяцев назад
@@SpacEagle17 if you don't mind, what shader are you working on?
@SpacEagle17
@SpacEagle17 7 месяцев назад
@@kait3n10 I am one of the 2 the developers of Euphoria Patches, an add-on for Complementary Shaders. Available on Curseforge and Modrinth. It is distributed as a mod though because of licensing reasons and some more reasons explained on the mod download page.
@kait3n10
@kait3n10 7 месяцев назад
@@SpacEagle17 That's impressive, I really like the aurora colours affecting the landscape. I can't wait to try it out with distant horizons later. Thanks!
@Jorge.ALXNDR
@Jorge.ALXNDR 7 месяцев назад
Minecraft 2.0 is being made and Mojang is not giving a shlt
@ethandoessomestuff...8949
@ethandoessomestuff...8949 3 месяца назад
mods and addons in their many forms have basically carried this game ever since notch left
@hanjoon_74
@hanjoon_74 3 месяца назад
(Meanwhile, Mojang blocks Bedrock modding)
@Raspor7
@Raspor7 2 месяца назад
Fr​@@hanjoon_74
@PoliteAndCo
@PoliteAndCo Месяц назад
This is in Minecraft. They have a monopoly on the Block Game format, and will not lose that spot any time soon. Youre acting like someone made this on a seperate engine. They still deaign the game with modding in mind. Just anything too big will always get a little backlash
@owerpovered3330
@owerpovered3330 7 месяцев назад
Distant Horizons, Nvidium, Irıs and Sodium teams should work together for the ultimate performance mod.
@JustRehan.
@JustRehan. 6 месяцев назад
Fr
@NatoBoram
@NatoBoram 6 месяцев назад
Nvidium is worthless since it's vendor-locked to Nvidia, better find a real cross-platform alternative
@bennyboiii1196
@bennyboiii1196 6 месяцев назад
If you use Nvidium and DH together the game crashes. This probably because Nvidium takes control of server render distance. Plus, it's basically redundant with DH anyway other than a few smaller optimizations, I ran Nvidium and DH and i can say the only reason i still run Nvidium and C2ME over DH is because of some bugs in DH that annoy me.
@_nukeohio
@_nukeohio 6 месяцев назад
@@NatoBoram Mad cause bad
@IAmAChildMurderer
@IAmAChildMurderer 6 месяцев назад
Then add the Isle Of Berk Mod for majestic Dragons
@CERISTHEDEV
@CERISTHEDEV 7 месяцев назад
Dude to me the coolest use for distant horizons is seeing the hermitcraft maps in there entirety Like being able to see all bases from all places
@DarkChaosMC
@DarkChaosMC 7 месяцев назад
Y’all this will be the ultimate combo if nvidium adds shader support, I don’t use shaders because I sacrifice LOD chunks and faster chunk loading
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
Actually the performance impact is rather minimal, ive tested it on a 3060ti, a 1050ti and my very old intergrated laptop. Shaders only lost me around 5-10fps on the latter two and had no inpact on my main rig
@bacon_with_brussels_sprout
@bacon_with_brussels_sprout 7 месяцев назад
​@@Cygnus_MC dam, What shader is that?? And How?? I don't even bother running shaders on my minecraft because it lags so much even with so many optimization mods
@nikkiofthevalley
@nikkiofthevalley 7 месяцев назад
​@@bacon_with_brussels_sproutDistant Horizons is how. Distant Horizons decreases the detail the further away a chunk is, which massively decreases the amount of computation required for far away chunks, and isn't really noticeable unless you zoom in.
@SnrubSource
@SnrubSource 7 месяцев назад
Distant Horizons is useless if you use Nvidium anyways
@bacon_with_brussels_sprout
@bacon_with_brussels_sprout 7 месяцев назад
@@nikkiofthevalley Im asking how the shaders didn't impact so much performance, Distant horizons on low end systems (confirmed by my i5 5th gen laptop with a geforce 840m) can cause more stutters than if you just played on lower render distance. Im guessing his integrated laptop is way better than mine to not have suffered that much fps drop
@SlamTheDragonPersonal
@SlamTheDragonPersonal 7 месяцев назад
now, we wait for nvidium compatibility
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
Thats up for nvidium to code in
@some_doofus
@some_doofus 7 месяцев назад
Man I want that so bad. To get that kind of performance with the insane render distance of DH *and* shaders? Minecraft 2.0 right there
@PiyushSingh-qs8yc
@PiyushSingh-qs8yc 7 месяцев назад
DH compatibility took 3 years to come and still in alpha and I talked about nvidium compatibility in iris and cortex discord and they are saying insanely hard because they have to overhaul iris to support mesh shading so I think we'll have to wait 10 years
@Stong1337
@Stong1337 7 месяцев назад
best option is probs just just make new code for nvidium. Weird if more modders worked together theey could probs make there own minecraft @@PiyushSingh-qs8yc
@SlamTheDragonPersonal
@SlamTheDragonPersonal 7 месяцев назад
@@PiyushSingh-qs8yc as someone who's learning how 3D graphics work, I can feel their pain 😭
@Mo_Mauve
@Mo_Mauve 7 месяцев назад
I just happened to search "distant horizons" again on a whim when this video was 6 hours old.
@THEcoolGAMER60
@THEcoolGAMER60 7 месяцев назад
buuuuurrrp
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
Welcome to insanity
@theseangle
@theseangle 6 месяцев назад
Your comment is 1mo ago while the video is 4 weeks ago. Wha???
@Cygnus_MC
@Cygnus_MC 6 месяцев назад
@@theseangle at the time he commented it was 6 hours old
@Ceereeal
@Ceereeal 7 месяцев назад
WAIT THEYRE MAKING IRIS SHADERS COMPATIBLE WITH IT NOW YES YES YES FINALLY Optifabric has been broken for me for so long so I couldn’t use shaders + DH but now I FINALLY CAN HOLY SHIT
@Ceereeal
@Ceereeal 7 месяцев назад
update: I tried it and it was BEAUTIFUL but I must wait for other versions to come out. I will have patience
@miliIguess
@miliIguess 7 месяцев назад
@@Ceereealwdym tried it if. It hasn’t released yet right.
@andyraldp173
@andyraldp173 7 месяцев назад
Im trying to install all in my minecraft and I have errors that I don't know how to solve. Can u help me?@@Ceereeal
@Ceereeal
@Ceereeal 6 месяцев назад
@@miliIguess both DH and Iris released alpha versions on the Iris shaders discord, I looked though and I’m not sure where they are now though
@flpgus
@flpgus 7 месяцев назад
Been following you for a while now, and bro I BET this video will absolutely blow your channel up, mark my words! 😊
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
Lets hope so :)
@puppergump4117
@puppergump4117 7 месяцев назад
Allahu Akbar
@flpgus
@flpgus 7 месяцев назад
​@@Cygnus_MC BRO I TOLD YOU, IT'S BEEN 8 DAYS AND THIS IS NOW YOUR MOST VIEWED VIDEO!! Huge congrats!!!!!! 🎉
@EliBallin
@EliBallin 6 месяцев назад
@@flpgusu predicted that shi no way 💀
@flpgus
@flpgus 6 месяцев назад
@@EliBallin told ya 😎
@plastered_crab
@plastered_crab 7 месяцев назад
Love love loooooooove this partnership of these two amazing mods! Both teams have done amazing things for Minecraft with this
@anoukk_
@anoukk_ 7 месяцев назад
I remember the nay sayers before these lod mods were a thing. People have wanted lod for minecraft for a very long time but a lot of people seemed to be very convinced that it wasn't possible in minecraft for some reason.
@matthewbarabas3052
@matthewbarabas3052 6 месяцев назад
its possible, but man, does it look obvious and bad....
@LunamrathP
@LunamrathP 6 месяцев назад
@@matthewbarabas3052 Hottest take of all time.
@starly1974
@starly1974 7 месяцев назад
This looks absolutely amazing. It felt to me for a long time that that since Minecraft changed It's terrain generation from beta the world never looked that good. Because it became more realistic and flat requiring high render distance to fully appreciate how it looks. Lower render distance isn't that big of a deal when you have a terrain with a lot of verticality
@the_finkledinkle
@the_finkledinkle 6 месяцев назад
I can’t tell if you sound like fundy or not
@Cre4tor.
@Cre4tor. 7 месяцев назад
This just insanity. Thank you for this video
@jared_per
@jared_per 7 месяцев назад
This is probably my favorite mod. I didn't even know what I was missing without it. MC needs naitive support for this.
@GTexperience_Channel
@GTexperience_Channel 6 месяцев назад
this makes me feel like the original devs of minecraft are incompetent...
@Nasrul260
@Nasrul260 7 месяцев назад
Finally! Distant Horizons have shader support! I've tried using it before and most shaders just couldn't support it unfortunately. I'm glad that there's finally a compatibility with Iris Shaders!
@sumbdhits
@sumbdhits 7 месяцев назад
Mojang really needs to just implement LODs already. It would make the game so much more fun to play. I thought they would've already added them 10 years ago, I've been waiting since. At least mod developers are passionate enough to work harder than the dev team, apparently.
@lipetodi7454
@lipetodi7454 7 месяцев назад
Absolutely amazing, can't wait to try this combo!!
@SkyyySi
@SkyyySi 7 месяцев назад
9:38 "I disabled comments on curseforge" yeah that should honestly be any mod dev's step 1a lol
@boboftibia
@boboftibia 7 месяцев назад
They should team up with the person who does Dregora(?) the land generation mod. This would be a team combination like no other. Can you imagine the worlds they would create?
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
Actually i think that works Totally fine! The only thing that might not render correctly is the block data itself
@bigdadbeefsticks
@bigdadbeefsticks 6 месяцев назад
disabling the curse forge comments is so necessary. 😂 You can literally have the information in bolded 50pt red font at the very beginning of the page, and you will still get people who will scroll past it to leave comments about it anyways. That and people demanding updates and backports.
@TMG_Indi
@TMG_Indi 7 месяцев назад
Imo Distant Horizons is the best Minecraft mod ever created. Thank you so much for this awesome mod. It is completely game changing.
@bluebark146
@bluebark146 7 месяцев назад
Easily one of my favorite mods of all time. Ive been playing it with iris jank included, so seeing actual compatibility so close is exciting
@douglasg14b
@douglasg14b 6 месяцев назад
Honestly just blows my mind that Minecraft doesn't have LOD chunks as a base game thing. Tiered rendering with quad trees is so common.
@_TheCoolCat
@_TheCoolCat 7 месяцев назад
Hello CygnusMC! it is absolutely crazy how fast you've grown since that mineplex video! I haven't been keeping up with Minecraft lately (unfortunately). but I came across your channel just today and I'm really surprised and super happy with how much you've grown from 600 subscribers to 10k! congrats, man!!
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
Hey man, thanks for checking back in! Its been nuts!
@Maximillioan
@Maximillioan 7 месяцев назад
Does anyone know when it will be available for 1.20.4 ?
@AuraMaster_7
@AuraMaster_7 7 месяцев назад
Now if only it would work with the Physics mod...
@asdanjer
@asdanjer 7 месяцев назад
Recently switched from Distant Horizion to boby. Distant Horizion can only really shine in Sigelplays as you need a high normal render distance for the transition to not be obvios. And it generates just insane amounts of data. I generated a 300GB servercasch in a month. and on a server where you first have to casch it more than like 64 chunks (and this is without nvidium with it it is even better), which boby can easly do a mid end pc. But worst of all is it dosn't update chunks properly. Recently dug a perimtier and DIstant horizion made it completly Impossible to play in. I am not a fan of shaders thogh so never really used them. This is still really cool thogh.
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
Ive heared of bobby, apearently its pretty good aswell
@dronko-fire-blaster
@dronko-fire-blaster 7 месяцев назад
I use both I get render distance higher than the sever and then past that the LODs so I see the hole 5k map
@DMSBrian24
@DMSBrian24 7 месяцев назад
I wonder if this new version improves it, I've only ever used Bobby since I got back into mc and switched to the fabric and sodium side of things. Shaders work with it and it works awesome on a realm but it needs a lot of preloading/caching before hand and stores it all which can stack up a couple GB pretty quickly (locally ofc), with around 40 render (which is easily good enough for me) I do tend to get lag spikes when turning around quickly when having complementary shaders or sildurs enhanced default shaders enabled though.
@DMSBrian24
@DMSBrian24 7 месяцев назад
@@dronko-fire-blaster oh wow interesting, had no idea they're compatible, i wonder if i could put my render at like 20-sth with bobby and then go all the way to like 64 using DH, would be awesome if it improved my performance too
@dronko-fire-blaster
@dronko-fire-blaster 7 месяцев назад
@@DMSBrian24 I use farsight (same as Bobby), I do get lag spikes sometimes to, just dont install both farsight and bobby, it took me a while to figure out why lighting kept breaking.
@karkovb1522
@karkovb1522 7 месяцев назад
I've been slowly distancing😏 myself away from shaders recently because I find distant horizon really makes the game felt less lonely and more open. So when the new update with shader support is out then that would be the best of both worlds!
@Juha-th3go
@Juha-th3go 7 месяцев назад
This is amazing. Not only I was astonished by the visual it provides, I was deeply impressed by how much project quality increases by just making highly maintainable code.
@HistoryOnPaper
@HistoryOnPaper 7 месяцев назад
This makes me want to go on a adventure so someone fetch me my walking stick and the packet of biscuits
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
RIGHT AWAY SIR o7
@sweetcapitan5690
@sweetcapitan5690 7 месяцев назад
What is the world generation at 7:48? Is this a mod or a new pattern for the world of vanilla Minecraft?
@prismcrystahla
@prismcrystahla 7 месяцев назад
If Complimentary Reimagined(or Unbound), Lets just say Complimentary, works with this, By all gods will this be fucking amazing to mess with when I upgrade my pc. Issue, If complimentary shaders will work with it or not.
@PrisonerFlake
@PrisonerFlake 7 месяцев назад
I was looking forward to this for months, had a gitbhub conversation boomarked and everything (I dont have an acc lol) so happy to see this in my recommended :D
@JustDoom
@JustDoom 7 месяцев назад
i love this mod, used it for a couple years and its great!
@davioliva7088
@davioliva7088 7 месяцев назад
I have picked mod development recently. It is INSANE how modders will get these projects done WHILE HAVING A JOB. Thank for you everyone who has ever put out a mod out there
@tacticalassaultanteater9678
@tacticalassaultanteater9678 7 месяцев назад
Insane collab, mad respect to the Iris and DH devs for reconciling these two very different core engine modifications!
@Desenrad
@Desenrad 7 месяцев назад
I’m playing on realms with friends and I’m so sad my mod pack can’t get Distant Horizons because of 1.20.4. My mod pack is made to make Minecraft look really beautiful without too many over the top changes. But the lack of Distant Horizons is like losing 50% of the pack. I have grown to really appreciate DH and can’t play without it. Hope the dev gets all the help he needs to get updates pushed faster.
@the_something_something
@the_something_something 7 месяцев назад
As someone who plays TF2, ULTRAKILL, and Minecraft, I did NOT see TF2 coming
@kait3n10
@kait3n10 7 месяцев назад
Wait, this is one day old?? I've been waiting so long for this, time to get back to Minecraft after a couple years break!
@Glixd
@Glixd 7 месяцев назад
pebble
@aaahhhhhh5766
@aaahhhhhh5766 6 месяцев назад
You sound like fundy ngl
@BrutalCarnage
@BrutalCarnage 7 месяцев назад
thank u nerdy white lads for making these worlds more immersive!
@ericpalacios920
@ericpalacios920 7 месяцев назад
It would be spectacular if we could get this combination working with the Terra 1:1 (life size Earth) mod!
@iamsushi1056
@iamsushi1056 7 месяцев назад
Oh man, I’ve been waiting for this update for a long time. Now they just have to make it work better with MacOS.
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
The life of a mac user, stay strong my friend
@dmitryburlakov6920
@dmitryburlakov6920 7 месяцев назад
Not sure what's up there but I've run Oculus with DH support and Complementary shaders and it's doing quite well. With some tweaking getting 60 fps with good shader preset should be doable on M1 Pro and higher. Post 2015 Intel macs are quite bad so I doubt that it'll be playable in that configuration even if someone crazy enough will spend their time to optimize it.
@joelmulder
@joelmulder 7 месяцев назад
Seriously, what is Mojang even doing? Unpaid modders are making these incredible mods which absolutely transform the game for the better, while Mojang is just sitting on their rich asses making useless mobs.
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
Woah there buddy, i think u forget mojang is a corporation, meaning doing anything takes a long time to do. And while this mod is awesome, mojang would never sign off on this as it does still have some glitches. Second, Mojang recently has been doing some major behind the scene stuff for Proxy developers (the login stage and the new "cookie" system) and various datapacks improvements. These are not as sexy as new mobs so nobody talks about these but they arent just not doing anything
@DMSBrian24
@DMSBrian24 7 месяцев назад
@@Cygnus_MC yeah but look at some of the stuff sodium does, there are even mods that fix actual memory leaks still present in the game, mods that simply use faster math for rendering etc. etc. a lot of it i'll agree makes no sense to have in the base game, but some of it there is really no excuse not to add with the kinda budget that they have
@joelmulder
@joelmulder 7 месяцев назад
@@Cygnus_MC I’m not saying they do absolutely nothing, but they have basically infinite money and resources to work on updates for this game. Yet what have they done in terms of actual gameplay updates? Exceedingly little. We have a new Nether which is admittedly pretty good, slightly reworked terrain generation, a few new biomes and locations, and mostly mobs which don’t drop anything if you kill them because they’re afraid them dropping something will upset people. Seriously, does a panda have ANY use? Don’t get me started on the horrible idea that is the Phantoms. Compare that to all the amazing work unpaid modders are doing, making mods which not only bring major expansions to the functionality and look of the game, like in this video, but that also add huge gameplay components (like the remastered Aether mod that’s now in beta). There should’ve been a new dimension by now, or at least some visual upgrades. But no, they had to cancel the super duper graphics pack because the Xbox was underpowered and they gave us bees instead. Seriously, the mod in this video does more to increase the enjoyability of the game than literally anything Mojang has done in the last 5 years. And there’s literally no reason why they couldn’t have made this themselves in a fraction of the time.
@BigFry9591
@BigFry9591 7 месяцев назад
They're too busy adding camels to the game to add anything like LOD or... fixes to make the game run better.
@joelmulder
@joelmulder 7 месяцев назад
@@BigFry9591 exactly.
@catsarecoolxdd9892
@catsarecoolxdd9892 6 месяцев назад
You sound like fundy
@Vytor_01
@Vytor_01 6 месяцев назад
Pebble :)
@cavaleirorevoltado8889
@cavaleirorevoltado8889 7 месяцев назад
I want this texture for bedrock edition.
@levihinsen1917
@levihinsen1917 7 месяцев назад
This is huge! Subbed and turned on notifications cuz I really want to see how thus combo progresses
@ChronicBreakdown
@ChronicBreakdown 6 месяцев назад
When can I use this? This is awesome!
@KremsonKhan
@KremsonKhan 7 месяцев назад
Two of my must have Mods Finally working together! 🤩
@redouble_
@redouble_ 6 месяцев назад
Hey! I just wanted to say, I've been carrying the task of managing server hosting by myself for a large community for 5 years and your channel is really helping me stay informed and entertaining. Thank you so much! Keep up the good work
@Menticid_
@Menticid_ 7 месяцев назад
i have big hopes and good feelings about all this
@JSSJSSSSuper
@JSSJSSSSuper 7 месяцев назад
Whow long will it take till this cool thing gets relaisd
@Antagonist115
@Antagonist115 25 дней назад
Bro I’m so confused why mine doesn’t look like that, it has all the block generated and I have photon shaders which is compatible but it just does not look cinematic like that, most of the world is awkwardly bright with no dark shadows across biomes, yes I have shadow clouds on
@Nerderkips
@Nerderkips 7 месяцев назад
Distant horizons is so overrated, just use 64 chunks render distance
@_BangDroid_
@_BangDroid_ 7 месяцев назад
And what mods do you use?
@dragonstar373
@dragonstar373 7 месяцев назад
pebble :)
@kkrup5395
@kkrup5395 7 месяцев назад
It bothers me so much that Mojang's updates are all over the place creating some narrative instead of focusing on making minecraft the ultimate sandbox it should be and just improving quality of life, given there are so many areas where it can done
@cola98765
@cola98765 7 месяцев назад
I'm very happy that I was part of this project. It did burn me out quite a bit. but still, happy to see where it ended.
@Distant_Horizons
@Distant_Horizons 7 месяцев назад
It was a pleasure working with you and I hope you're having a good time where ever you are now. - James
@MrMeaty6
@MrMeaty6 7 месяцев назад
i cant even imagine how cool this would be with terralith
@hahahamamamama2535
@hahahamamamama2535 7 месяцев назад
Hey CygnusMC. I love your modded videos. Especially the hisotry of modding loaders and especially news like this about Distant Horizons with shaders. Keep working bro you are going places! Much Love
@gleyno
@gleyno 7 месяцев назад
Or alternatively Mojang should hire so it becomes a part of the base game
@Weppi4
@Weppi4 7 месяцев назад
never ever😪💤
@M3taDiver
@M3taDiver 7 месяцев назад
i may or may not have been here
@SushiLotl
@SushiLotl 7 месяцев назад
I see you're liking some comments so i guess you're reading them, do we have any dates planned to see those updates? or is it WIP?
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
Iris actually released a test version while i was making this video! U need to be in their discord to get it!
@SushiLotl
@SushiLotl 7 месяцев назад
@@Cygnus_MC So if i get this straight, Iris does the job? Like the latest build makes Distant Horizons and shaders compatible?
@plaonder
@plaonder 7 месяцев назад
The mod is very quickly becoming good for casual play! I haven't been able to get myself to use it due to the issues outlined in this video but with shader support and the issue with black voids appearing as chunks unload being fixed I can see myself using this in casual play
@togemetgtag
@togemetgtag 25 дней назад
why do you sound like fundy lol (also this was a really good video!)
@Chaosrait
@Chaosrait 7 месяцев назад
Which generation mod is used? (With flying islands, Avatar mountains)
@Cygnus_MC
@Cygnus_MC 7 месяцев назад
I think terralith
@Arcadiez
@Arcadiez 7 месяцев назад
this plus fsr 3.0/fluid motion you're fit to fight?
@Chekalskyy
@Chekalskyy 6 месяцев назад
Damn, this video casually mentions by top three games
@mikithekynd
@mikithekynd 7 месяцев назад
So...who's gonna upload a walkthrough of Minecraft Middle-Earth server?
@TheNone724
@TheNone724 7 месяцев назад
Now we need to combine nvidium and distant horizons for some epic performance and practically limitless render distance
@shringe9769
@shringe9769 7 месяцев назад
"Absolutely mesmerizing! 😍 Distant Horizons 2.0 paired with Iris Shaders has taken Minecraft to a whole new level of beauty. The stunning visuals and atmospheric effects create an immersive experience like never before. It's incredible how mods and shaders can transform the game into a breathtaking masterpiece. Hats off to the creator for enhancing the Minecraft universe in such an extraordinary way! 🌌✨ #Minecraft #DistantHorizons #IrisShaders" ~ChatGPT
@WinterAsked
@WinterAsked 6 месяцев назад
show this to a minecrafter in 2016 and their pc will catch fire
@jhnyjoejoe69
@jhnyjoejoe69 7 месяцев назад
Mojang is REALLY behind on Minecraft development. We should have had shaders in MC and higher res textures as a default or built in option already. Along with rtx.
@BinaryKiller_Recoded
@BinaryKiller_Recoded 7 месяцев назад
I believe Oculus is better than Optifine at the moment, as OF breaks with certain mod combinations... Oculus and Embiddium does'nt
@pedrobeckup456
@pedrobeckup456 7 месяцев назад
If this mod was a new version of Minecraft, it would be a great new version. 1.21 could be this mod :'( (I play on bedrock for console so i cant use it)
@Spacewalker1870
@Spacewalker1870 6 месяцев назад
60 FPS????? i must be missing some performance improvement or something, because i get at most 10 fps, and its at least a mid-high range computer, but idk
@coreycarries6325
@coreycarries6325 6 месяцев назад
anybody want to recommend good shaders and optimization mods for someone running a 4090 with an intel i9 13900k, trying to get the best quality with 60 frames that i can and it's always just a little shy
@MrA6060
@MrA6060 7 месяцев назад
There just ONE downside that is honestly a dealbreaker for me. And mind you it is not the mods fault absolutely. It's the fact that it exposes the flatness of a minecraft world. Sure they basically doubled world height recently but... let's be real, it's all underground, mountains are not only short, they are also surrounded by biomes thar generate higher terrain so the mountains in the middle look EVEN shorter. So i think not having a large render distance is just better for the visual of the game. I personally keep it at 32 chunks, one because my computer can handle that decently well and second because i found it's a sweetspot between the classic 16 (i feel like most people have that) and more exaggerated render distances.
@AlvaroALorite
@AlvaroALorite 7 месяцев назад
I just can't wrap my mind arround why minecraft vanilla doesn't come with something like this.
@danielpenalvapanighel7475
@danielpenalvapanighel7475 6 месяцев назад
As always, Minecraft BE left behind in optimization mods, I hate it when a part of the community is left aside by the game company...
@goldenfloof5469
@goldenfloof5469 7 месяцев назад
It's always been surprising that minecraft never adopted adaptive lod. I mean, it wouldn't have to be the holy grail of lod that is the 1 polygon per pixel of unreals nanite, but anything would have worked.
@kirickelsi9306
@kirickelsi9306 7 месяцев назад
Guys, I think the future of Minecraft lies in these mods in conjunction with cubic chunks with full functionality for other mods. This is how it will be possible to make the world much grander, and And reduce the load on your PC
@Armillaria
@Armillaria 6 месяцев назад
I wish my game could run it with bliss shaders, I have a 1650 and it won’t stop lagging
@rushledog
@rushledog 2 месяца назад
Every time I try this mod it kills my performance and I still don't know why, my pc isn't even that bad
@RMJ1984
@RMJ1984 7 месяцев назад
I seriously don't understand why the minecraft devs dont hire and buy this mod. Make this part of base game, give us terrain generation 3.0 based around this and make a exploration update, now you can actually see what is out there is the distance, which makes you want to go explore. Before you were just hoping for whatever, even if you had view distance up to max, which still wasnt very far and it ran like horse dooooookey
@daifaiv
@daifaiv 2 месяца назад
I wish Distant Horizons actually wokred well. Unfortunately it barely renders for me and its just a mess no matter the settings
@jacobstonier2835
@jacobstonier2835 7 месяцев назад
Better rtx for Bedrock is by far the best looking for Minecraft but sadly distant horizons will never be used on Bedrock :)
@matthewbarabas3052
@matthewbarabas3052 6 месяцев назад
i tried the mod. it wasn't very good, because the level of detail drop off is incredibly obvious. also, you can *always* see your real render distance, making it even more obvious.
@Krovo10
@Krovo10 6 месяцев назад
I'm so GLAD. Optifine is SOOO DMAN HARD TO WORK WITH.
@evdestroy5304
@evdestroy5304 6 месяцев назад
Why the fuck is this not just a feature for the game? Not only is this incredible to look at, but it also improves gameplay.
@unsupportiveperson7724
@unsupportiveperson7724 5 месяцев назад
This needs to be a feature in Minecraft, in Minecraft. Im warching you FBI agent
@spicybaguette7706
@spicybaguette7706 7 месяцев назад
Wow. Just the amount of dedication and time poured into this project. And we can just download it for free!
@epicshounen7560
@epicshounen7560 2 месяца назад
Does this work on mac?? If yes, then help me please cus it’s not working for me.
@ReedSolutions
@ReedSolutions 7 месяцев назад
Kinda sad papermc server of my friend 's is only like 5 chunk. So distant horizon cant do a thing.
@agurzil8622
@agurzil8622 7 месяцев назад
i was going to download it, it looks so cool, but on the server i'm playing on we have the 1.20.4 version, and the mod is only on .2 😢sad, gonna wait for it to release on the latest versions, hope it's coming
Далее
We Need To Talk About Minecraft's Community...
12:52
Просмотров 26 тыс.
Is voxy really better than Distant Horizons?
5:20
Просмотров 156 тыс.
Дикий Бармалей разозлил всех!
01:00
The Distant Horizons mod is changing Minecraft
10:05
Просмотров 665 тыс.
Bedrock. Why?!
22:37
Просмотров 448 тыс.
Minecraft 1.21 Looks INCREDIBLE with These New Mods
8:54
Why Minecraft Abandoned C418's Music...
19:34
Просмотров 1 млн
Are Shaders Without Mods Possible?
8:17
Просмотров 1,1 млн
Minecraft Will Never Be The Same
8:35
Просмотров 983 тыс.
HOW MINECRAFT SOUNDS ARE MADE
7:50
Просмотров 4,7 млн
Дикий Бармалей разозлил всех!
01:00