Forgotten Modloaders || The History of Modded Minecraft

  Рет қаралды 9,071

CygnusMC

CygnusMC

3 ай бұрын

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: Kiz and Vesper
Pebble art by: midnightmorpha.carrd.co/
=Summary=-
In the beginning of its history, Minecraft had Forge, the one big modloader. Now we have Forge, Neoforged, Fabric and its fork Quilt, how did this happen? Where did it go wrong? Who ate my sandwich? Lets dive into this first part of the history of Modded minecraft together!
#forge #minecraft #moddedminecraft
=Credit&Sources=
A brief history on Modded Minecraft - Aaron Mills:
web.archive.org/web/201602250...
What is Happening? - cpw
neoforged.net/news/theproject/
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 :)

Пікірлер: 75
@Cygnus_MC
@Cygnus_MC 3 ай бұрын
Shout at me in discord: discord.gg/cygnusmc
@GE07
@GE07 3 ай бұрын
The amount of times I forgot to delete META-INF... If you know you know
@JeersNX
@JeersNX 3 ай бұрын
ik
@SpigotRCE
@SpigotRCE 3 ай бұрын
Idk why the frameworks doesn't automatically delete metainf
@darealmexury
@darealmexury 2 ай бұрын
I think I've seen the folder but I've never had to delete it
@JFTSwiertz
@JFTSwiertz 8 күн бұрын
Oh my god i completely forgot those words
@DFX2KX
@DFX2KX 3 ай бұрын
I remember trying to learn how to write mods for Minecraft, this was in the olde days, when BetterThanWolves and Redpower where still going strong. And the idea of writing code to interface with a mod loader made sense. Then I looked at Forge's docs (what I could find anyway), and realized my absolutely noobish Java skills wouldn't cut it. I did manage to get a glitchy sword into the crafting table, though. And by glitchy I mean it had the power to crash the game upon swinging it. Truly magnificent, basically copied the code from the Diamond Sowrd, so couldn't begin to tell you what I did..
@supahvaporeon
@supahvaporeon 3 ай бұрын
2:00 Correction Cygnus: Modloader was from the era of numerical ids, so if a mod had conflicting IDs, the game would crash. You could have 4 of the same ore (and you usually did with thermal, buildcraft, gregtech, ect), and the game wouldnt care so long as the IDs were different.
@Cygnus_MC
@Cygnus_MC 3 ай бұрын
Aha! Thanks for the correction
@M0on9_
@M0on9_ 3 ай бұрын
Placing my bet before i watch it: Risugami's modloader, liteloader, rift, and while i doubt this one im gonna guess legacy fabric
@M0on9_
@M0on9_ 3 ай бұрын
i got risugami's modloader right :)
@M0on9_
@M0on9_ 3 ай бұрын
liteloader too
@M0on9_
@M0on9_ 3 ай бұрын
RIFT TOO
@lightning_11
@lightning_11 Ай бұрын
@@M0on9_ This comments section is an entire story arc lol
@TheKodeToad
@TheKodeToad 3 ай бұрын
4:45 this doesn't really make sense, I believe the innovation with mixin was that it allowed modifying code in a more easy and compatible way than anything before. it doesn't really have anything to with textures and if anything had more runtime overhead than jarmods. nice video though!
@elliejf
@elliejf 2 ай бұрын
bro has NO CLUE what mixins are like i had no idea what they were going on about with textures and fetching and stuff like what ??? its just easier code modification
@melontini
@melontini 2 ай бұрын
The technical explanations are constantly lacking in these videos. It'd be easier to read the paragraph from Fabric's wiki than whatever that texture stuff is. Or ask someone who actually has knowledge on the topic. Even funnier is that since 1.13 basically all resource/data pack stuff is handled by the game with no additional intervention.
@Nord_Act
@Nord_Act 3 ай бұрын
Ayo, that's some very fancy editing here. But I wanted to point out on quite inaccurate description of mixins: mixins allow you to make injections into bytecode in a runtime. In simpler words, add your code on top in already existing one when the game is loaded. It was the opposite of Forge's straight forward patching game's files and allowed mod devs themselves decide what they need to patch rather than relying on hope that eventually their mod loader will add an API for thing they need. Also, main reason in performance difference of Forge and Fabric comes from the sizes of their toolchains and patches. Forge has enormous amount of different tools among their libraries and API, a lot of different kinds of patches to the code and on top of that a lot of technical debt that NeoForge is resolving now. Fabric's approach is being as small as possible and trying to not affect vanilla gameplay at all, thus keeping experience without any mods near vanilla itself
@redstonewizard08
@redstonewizard08 Ай бұрын
Love the video, but I did want to make a small correction: Mixins don't really help with data fetching, they're essentially jar patching at runtime. They patch classes and methods during the load process like jar modding did. Love the video, keep up the great work!
@Cygnus_MC
@Cygnus_MC Ай бұрын
Thanks for the feedback!!
@limon5k
@limon5k 3 ай бұрын
Oh I remember the lite loader, I used it back in 2015
@zcktylr
@zcktylr 4 күн бұрын
I was just thinking about what modloaders are there beyond the more popular ones. Great video.
@gyroninjamodder
@gyroninjamodder 3 ай бұрын
2:05 Before that mod creators would work together to make mods compatible with each other.
@haiperbus
@haiperbus 3 ай бұрын
is subsequenlty get really mad at each other. looking at Eloraam and FlowerChild
@commander3494
@commander3494 3 ай бұрын
Would need a miracle for that to happen nowadays lol
@basic6735
@basic6735 2 ай бұрын
@@haiperbus What happened with those two?
@jalon1337
@jalon1337 3 ай бұрын
i would really want to know how is the "old" fabric project worked, the fabric project which has a different goal than today
@kerosenedrinker5778
@kerosenedrinker5778 2 ай бұрын
Jar modding and RML are still used in the beta community, however it’s much easier now because of MultiMC. But there’s also a newer port of Fabric to beta 1.7.3.
@Cobbleslab
@Cobbleslab 3 ай бұрын
great editing
@Eeviora
@Eeviora 3 ай бұрын
The only experience I have with modding is forge LOL so this was very interestin, good video
@Timongcraft
@Timongcraft 3 ай бұрын
Next part, nice
@KizGalaxy
@KizGalaxy 3 ай бұрын
Hey everyone! Me and Vesper worked really hard on this video, I hope you enjoy it!
@skyboimc
@skyboimc 2 ай бұрын
COOOOL VIDEO!!!
@SpigotRCE
@SpigotRCE 3 ай бұрын
I can see the new fitmc rise
@havoc4381
@havoc4381 10 күн бұрын
When tf did Neo Forge become a thing? Have I really been asleep for that long?
@egekahveci9539
@egekahveci9539 Ай бұрын
I just found out there is a modloader named flintloader and its a modern version of lite loader.
@Nystoke
@Nystoke 3 ай бұрын
4:26 RADICAL
@owlenderg
@owlenderg 3 ай бұрын
I loved liteloader and miss Tabbychat2 so much Alongside the macro mod the creator made for it I hope someday all those mods get updated for modern versions
@botondszihalmi6947
@botondszihalmi6947 3 ай бұрын
What about chikcenloader ow hat was it, i remeber there were mods pre 1.12 that could only run on that
@playbabethebookshelf6249
@playbabethebookshelf6249 3 ай бұрын
LMAO i remember having trouble trying to use texture pack. so i dropped it in the jar then turn out it's a mod pack. sadly i can't remember what it was :/
@luccaa456
@luccaa456 3 ай бұрын
Hey @CygnusMC, a good topic for the next video would be gregtech.
@joechristo2
@joechristo2 3 ай бұрын
you’re completely wrong about mixins btw
@coolzulu4178
@coolzulu4178 26 күн бұрын
Why's that
@Edalontzia
@Edalontzia 3 ай бұрын
sooo now is a good time to remake a video about "why is there so many modloaders?"?
@Cygnus_MC
@Cygnus_MC 3 ай бұрын
That has been the plan! I wanted to document my journey digging though the history of Modloaders
@thomasdegrue7891
@thomasdegrue7891 Ай бұрын
are you going to talk about goldenforge ?
@Cygnus_MC
@Cygnus_MC Ай бұрын
Whats that
@DryPaperHammerBro
@DryPaperHammerBro Ай бұрын
I used to use LiteLoader!
@UQuark0
@UQuark0 3 ай бұрын
The mixins explanation is wrong. Mixins allow to inject arbitrary code into existing game classes. Before mixins there was no straightforward way to modify game classes in a predictable and compatible manner, leading to the same problem "jar modding" has.
@fyoncleanimates
@fyoncleanimates 3 ай бұрын
what's the shader name 😢😢
@Cygnus_MC
@Cygnus_MC 3 ай бұрын
Complementary
@fyoncleanimates
@fyoncleanimates 3 ай бұрын
@@Cygnus_MC theres different shaders at the most of the time of video, did you use multiple?
@DearFox
@DearFox 3 ай бұрын
Надеюсь, что когда-то и NilLoader получит свою известность и популярность хD
@razdva154
@razdva154 3 ай бұрын
Чтобы моддинг в кубозоидах наконец загнулся, очень адекватная и эффективная схема👍
@DearFox
@DearFox 3 ай бұрын
​@@razdva154Технически NilLoader может работать по верх любого модлоадера) Хотя совместимость ложится полностью на плечи разработчика мода :D
@DissonantSynth
@DissonantSynth 2 ай бұрын
Commenting for the algorithm
@YouHaveTrouble
@YouHaveTrouble 3 ай бұрын
Imagine the terrible feeling of not being the first here. Must suck to suck.
@JustDoom
@JustDoom 3 ай бұрын
no u
@xanderplayz3446
@xanderplayz3446 3 ай бұрын
uhh what about blazeloader
@computertibo
@computertibo 2 ай бұрын
Are you from Belgium?
@Cygnus_MC
@Cygnus_MC 2 ай бұрын
Yes
@bodaciouschad
@bodaciouschad Ай бұрын
I miss tekkit
@Cygnus_MC
@Cygnus_MC Ай бұрын
So do i
@OakWoodenStair
@OakWoodenStair 23 күн бұрын
Pipix.
@IlliaZhdanov
@IlliaZhdanov 3 ай бұрын
i know liteloader
@IlliaZhdanov
@IlliaZhdanov 3 ай бұрын
i know rift too
@kittech_
@kittech_ 3 ай бұрын
nuh uh
@djsdoodle
@djsdoodle 3 ай бұрын
no offense but you sound kind of like gru
@Cygnus_MC
@Cygnus_MC 3 ай бұрын
I do not have plans to steal the moon, trust me
@UberSpah
@UberSpah 2 ай бұрын
Nice pfp
@djsdoodle
@djsdoodle 2 ай бұрын
@@UberSpah thanks, me!
@15placekd
@15placekd 3 ай бұрын
uh huh
@IlliaZhdanov
@IlliaZhdanov 3 ай бұрын
forge sux fabric gud. The only good modloader is fabric
@zerbutterftw
@zerbutterftw Ай бұрын
Forge has cooler mods but as for performance, fabric takes the W.
The Complex History of one of Minecraft’s Oldest Mods
16:55
Crafting History
Рет қаралды 7 М.
Заметили?
00:11
Double Bubble
Рет қаралды 3,4 МЛН
Watermelon Cat?! 🙀 #cat #cute #kitten
00:56
Stocat
Рет қаралды 7 МЛН
$10,000 Every Day You Survive In The Wilderness
26:44
MrBeast
Рет қаралды 101 МЛН
a mod that lets you be a roller coaster tycoon
18:43
Skip the Tutorial
Рет қаралды 69 М.
Creating my Perfect Version of Minecraft
10:53
LemonskyRyan
Рет қаралды 463 М.
The Concerning Rise in Minecraft Beta's Popularity...
21:19
TheGeekFactor
Рет қаралды 73 М.
Optifine's Drastic Decline, The Most Downloaded Disaster.
10:09
Exploring Minecraft's Forgotten Dimension Mods
25:52
Daiazal
Рет қаралды 578 М.
100 Days in Minecraft: Through the Ages (Full Movie)
3:42:55
jasonthesmarty
Рет қаралды 399 М.
Minecraft's History of Mods
15:34
MCBYT
Рет қаралды 48 М.
skibidi toilet 74
7:02
DaFuq!?Boom!
Рет қаралды 28 МЛН