🚨UPDATE 6/16: We're still working on making the mod easily accessible! Join my Discord for updates: discord.gg/TveN5TTE7J There's a GitHub with a very basic of the mod you can set up for yourself, and we can try to help you with it in my discord. github.com/Spiralio/infinicraft/
Hey man I have an idea… Make a proto-Bacon basically calculate how long it would take to 100% Roblox and it would be so interesting because he has to 100% every game and each one can take between a few minutes to literal Decillions of years
AWESOME! Will you post a new vid when it is done? Also if you wanted to you could update the mod and every update do some re-sprites on popular elements and give them in game uses.
Gotta be on the level of the infinite dimensions, one block at a time, potatoes, etc updates, not some of the lower effort ones. This is something people would actually enjoy.
You could replace ChatGPT with a locally run LLM, like Llama 3 8B, which is very small and fast. To solve the item sprite generation, just find an Stable Diffusion model for pixel art and have a local instance of Automatic1111 WebUI running, since it has a web api too. Then the mod just has to do two api calls, one to a local server running the LLM and a second to SD. To get the pixel art to be transparent you could just do simple post processing with Rembg to remove the background (it has a CLI implementation, so you'd just call it and wait for it to spit out the result). All of this can be done without relying on a paid API that anyone with a powerful enough PC can run locally by themselves. Add a configuration section to specify your own API urls and you have a version that anyone can play
Technically yes, good idea, but running whole LLM and Stable Diffusion in minecraft can be fatal for old PCs and just make user experience worse I think it's better to take those in another machine, and just make simple REST API to make requests to one server. It might be laggy, and cost a little, but it will be win-win for everyone
Now that is very much possible as long as everyone either has two pc's or its entire game where you can do anything you come up with and running an AI server for that would be paid by people. But the bigger problem is how to add items properties that work automatically, you can probably use some method of creating code for each item and have seperate place for testing it automatically, and re-generating it until it works and the usability will be implemented afterwards. This is 100% not error-free though, one idea could be to teach LLM ALL the minecraft mods and their code to generate functionality automatically to each of them based of that. I dunno a big project that I would probably like to be part of actually as someone who learns coding and I have noticed chatGPT can code really well, if it had a proper way for debugging
You would need a bulky GPU to do that though, even the RTX 4070S has only 12GB of VRAM which is barely enough for LLMs. Microsoft Phi2 would be good, but that is difficult to get running too
Well, it's because we (programmers) often found errors and dead end. So, we usually search for solutions in the internet and plaster everything available to our project and press "run". You do not know how many times I scourge websites after websites and made countless return to ChatGPT just to make a proper running Quiz App.
Problem 1 & 2 solutions: 1: Create a server. Store a table of all combinations generated by the users. Make the mod ask the server for it. If the server doesn't have this combination stored, then the server will ask chatgpt. Now not all queries cost money, but only new ones. Here, in the server, you can store the art to help combat problem 2 2: Create a server. Along with the items, store the pixel art textures. If you follow what i said above, you might be able to continue using another computer as the pixel art generator. You can even turn that computer into a server EG: You make a database, simmilar to an excel spreadsheet. Each line has: Item 1, Item 2, Output item, item icon filename Edit: as a programmer myself, i have to say that making a single item that changes it's texture and name is genious. You earned my sub Edit 2: I have a suggestion for an update: You could also ask chatgpt if it can eg: be eaten. Then have separate item id's: mod:normal, mod:eatable...
The concept of "Infinite Crafting" always reminds me of a short horror game called "A Craft of Mine", which revolves around the same concept of infinite crafting in minecraft (you can check out that game it's free)
This has lots of potential, because, if it was made in a more vanilla style, you could make a revolutionary mod that could make Minecraft unpredictable to even the most skilled of players. This is the one of the most impressive things I’ve ever seen by far. Great work! EDIT: woopedy freakin’ laade dah woo’ja lookat that
@@ccost it could be possible. just list a whole bunch of properties and give an item. and then ask it what type of properties it should have from the list.
@@justlivingmylife-6463 chatgpt wouldnt be the thing to make that possible, it is a chat bot not a programming bot, programming bots have been in development for ages and already exist but are much harder as they require perfection, experience as well as trial and error while AI is better at getting many things mostly right (not good enough)
@@FabioKun Although I know my PC handles stable diffusion and having llama3 running at the same time just fine, not everyone has a $5k PC that can handle running all those PLUS running minecraft all at once. LLAL
Idea: in infinite craft, whenever anyone makes something with a new combination of items, it’s saved to the infinite craft database, so it doesn’t need the AI unless a new combination is used
Infinite craft uses LLama 2 which you can download for (im pretty sure its free). If you redo the mod to use that and just scrap the icons for the time being you could release it.
@@functional200 The api key works by adding funds to an account which get used when you use the api. You can't drain your bank account unless you add all your savings as funds.
I’ve never clicked a notification faster… 🤯 you got me into commands back in 2015-2016 and I wouldn’t have started coding without it! glad you enjoyed 😁
This is awesome! Btw the actual infinicraft uses the Llama 2 ai language model. It’s totally free for commercial use. I’m not totally sure what you could do for the item generator, but I’m sure there’s some program out there that can make it work for anyone. One last thing you could try doing is making it so that it comes up with all of the stats for an item like being throwable and edible, but also all the others like if it’s a tool or what blocks it can mine and stuff like that. If you wanted to go all the way you could even add in custom effects related to the item stats like having explosions or lightning spawn where a thrown item lands or turning a block into some other block when used or giving some sort of effect when eaten all decided by the ai. This would make it load a bit longer but it would also add a lot of functionality to the items. Anyway, love the video! Edit: these are just meant to be suggestions if you ever want to upgrade the mod or make it public. I think it’s already super cool as it is
9:59 The moment you hovered over "Vimeo" my youtube just did the loading circle thing and it was so fitting... Like you say "It's gotta make *UA-cam* " and then you see " *Vimeo* "... ✨ Perfection ✨
There's a way to run an AI program locally that scans images in a folder and creates a new one based on the art style of those images. There HAS to be some kind of solution to this, it feels so feasible but so difficult at the same time
Your video is pretty well put together keep it up. I think you just got unlucky with the algorithm. Anyways I wish to see more videos from you so keep uploading.
For anyone wondering what that “art” program he mentions is, it’s called Aseprite. It’s a program specifically for pixel art, I use it for my games It kinda hurts my soul that he didn’t mention it, but decided to still use photoshop for pixel art lol
@@blucubed_ Cool! My bad for sounding a bit blunt there lol, video was very interesting nonetheless! I do kinda hope somebody makes a public version of this though, would be super funny playing this mod in survival.
Just a little comment to say how I love your implementation of subscribers numbers into your channel, it’s a wonderful idea that gives power to your subscribers that’s really cool
You can still open source the code (obv without the api key and your prompt in a text file) even if you can't release the mod! I'd love to look at your code :D
Absolutely loved the video! ❤ In-game real time creation is something we're aiming for so super cool to see it implemented! We plan to release an API when the tools are a bit more consistent, so you won't need to click through the plugin programmatically anymore
The original Infinite craft replaced a very simple game that was literally just "let's see what x + y makes" that originally used a lot of manually implemented and designed combinations. This mod just does the same thing and uses minecraft items as a jumping point, but you can't actually do anything with these items yet. Even when some kind of implementation of stuff is added, it will still be a very "let's see what x + y makes" thing that people will get bored of eventually. It can't replace having a cohesive vision for a minecraft mod, unless your standard for video games is mobile game slop. This mod is just a cool way to visualize the data of an LLM, and a proof of concept for prodecurally generating combination data. It's not going to replace the artistic vision of mod devs lol.
I love that more than half of the video is not concerning making the mod or "doing various things with the mod", but just straight up trying to make the word subscribe, allowing you to end the video by saying subscribe. i probably enjoyed this video more than most "I made X stupid mod idea in minecraft". keep up the good work
Could you release the part of the mod where you rewrote the rendering of the items? It would be amazing as a library mod to help make other mods or datapacks!
There are a ton of ways to make all this work perfectly and have it so that not only is it free but the items can all do their own unique things. I'm too lazy to go into details rn but I was doing a ton of reading on this recently lol.
After watching some minecraft and terraria ytber's videos I came to one conclusion: Terraria Ytber uses Minecraft music Minecraft Ytber uses Terraria music 😅 Let this two legends cook community, let 'em cook Minecraft🤝Terraria
👍 Yes you did it! You crafted "UA-cam" and "Subscribe" ... I was so looking forward to it! I was so excited until the end, when you finally got that Subscribe-Item! 👍
i just absolutely love this, at first i thought it was an already public mod 😭 so sad, i would have loved to have a vanilla with emerald tools and other crazy stuff with one single mod lol
I would just like to appreciate how awesome your pixel art is. Like that star looks outright delicious and the infinite crafting table is standout one of the best crafting table based block designs I have ever seen. Sure, the style is too good to blend in well with vanilla Minecraft, but on its own it's definitely something worth praising.
Maybe you could share your infinite item as an API that other mod makers could hook into to make other mods? This would be super useful and I haven't heard of anyone doing something like this! Keep up the amazing work! This was so cool!
This is insane... I just wish modern computer technology was advanced enough for each new item to do what they are, like the laser actually shooting a laser beam. But that would require exponential memory capabilities. Literally a quantum computer, from the little I know of quantum computing.
Reminds me of the guy that made a video showing the insane potential of a minecraft mod that can have random and unique items, blocks, ores, creatures, and dimensions. Rest in blorfstone, you beautiful concept...
wow!! your skin's design is so basic and recognizable, and the video was so fun and stimulating!! and that bit with the castle really convinced me to subscribe due to my desire to be a visible part of a person i like's creations, while in reality, it means nothing!!
what you can do is make the mod with a paywall of like $5 or a subscription type and since they are gonna pay $5 that would cover 5000 creations which the average person is unlikely to go over that many items created, and the more the people buy, the more funds you have to cover the costs, and you could cap it at 5000 creations
Hey man I have an idea… Make a proto-Bacon basically calculate how long it would take to 100% Roblox and it would be so interesting because he has to 100% every game and each one can take between a few minutes to literal Decillions of years
Cool vid, i think u could use a llama ai model for free to publish the mod, but it might not be as flexible in code as chat gpt, as the pixel art generator, i dunno abt that one
@@hanjjaze what do you mean right now its fully unusable. I really like this idea, i just wonder how well asking chatgpt to generate a minecraft command that executes when the item is used would have worked. The friggin potential. Just lemme put in my api key i know how to compile a mod 😢
For textures, I would just have a bunch of standard textures like shovel or gem, and then have ChatGPT pick a texture and a color from a list and combine them with code
🚨UPDATE 6/16: We're still working on making the mod easily accessible! Join my Discord for updates: discord.gg/TveN5TTE7J
There's a GitHub with a very basic of the mod you can set up for yourself, and we can try to help you with it in my discord. github.com/Spiralio/infinicraft/
Hey man I have an idea… Make a proto-Bacon basically calculate how long it would take to 100% Roblox and it would be so interesting because he has to 100% every game and each one can take between a few minutes to literal Decillions of years
AWESOME! Will you post a new vid when it is done?
Also if you wanted to you could update the mod and every update do some re-sprites on popular elements and give them in game uses.
Tell us when in the replies so we get notified pls
Make the items pregenerated so you can release it without destroying your wallet.
@@nuker_101 then wouldn’t he have to make infinite items
This is the kind of thing i could see Minecraft doing for an April Fools snapshot
Gotta be on the level of the infinite dimensions, one block at a time, potatoes, etc updates, not some of the lower effort ones. This is something people would actually enjoy.
but with actual procedual features like eatable, placeable, summonable
thats true mojang can add the entire universe for the april fools snapshot
The Crafting Update
It would cost quite a bit since it costs money to run the ai, though it could be a good advertisement for Microsoft's ai
You are so underrated man, keep up the good work!
thank you!
Fr
@@blucubed_you have cool taste in music
How do I get it @@blucubed_
Great work blucubed_!
this is genuinely one of my favorite Minecraft videos I've seen in a while!
wow I appreciate it! 😁
You could replace ChatGPT with a locally run LLM, like Llama 3 8B, which is very small and fast. To solve the item sprite generation, just find an Stable Diffusion model for pixel art and have a local instance of Automatic1111 WebUI running, since it has a web api too. Then the mod just has to do two api calls, one to a local server running the LLM and a second to SD. To get the pixel art to be transparent you could just do simple post processing with Rembg to remove the background (it has a CLI implementation, so you'd just call it and wait for it to spit out the result).
All of this can be done without relying on a paid API that anyone with a powerful enough PC can run locally by themselves. Add a configuration section to specify your own API urls and you have a version that anyone can play
This
Sounds cool and easy, Let me know when you have it working!
Technically yes, good idea, but running whole LLM and Stable Diffusion in minecraft can be fatal for old PCs and just make user experience worse
I think it's better to take those in another machine, and just make simple REST API to make requests to one server. It might be laggy, and cost a little, but it will be win-win for everyone
Now that is very much possible as long as everyone either has two pc's or its entire game where you can do anything you come up with and running an AI server for that would be paid by people. But the bigger problem is how to add items properties that work automatically, you can probably use some method of creating code for each item and have seperate place for testing it automatically, and re-generating it until it works and the usability will be implemented afterwards. This is 100% not error-free though, one idea could be to teach LLM ALL the minecraft mods and their code to generate functionality automatically to each of them based of that. I dunno a big project that I would probably like to be part of actually as someone who learns coding and I have noticed chatGPT can code really well, if it had a proper way for debugging
You would need a bulky GPU to do that though, even the RTX 4070S has only 12GB of VRAM which is barely enough for LLMs.
Microsoft Phi2 would be good, but that is difficult to get running too
I love how every coder youtuber is just like "idk I just threw shit to a wall until something sticks"
art immitates life as they say
Pretty much coding, as far as I know
Well, it's because we (programmers) often found errors and dead end. So, we usually search for solutions in the internet and plaster everything available to our project and press "run".
You do not know how many times I scourge websites after websites and made countless return to ChatGPT just to make a proper running Quiz App.
Sounds like you aren't a coder then much like this youtuber@@GoodPersonHere
As someone who has written a bit of python, I can say this is how all coding is done.
9:32 You got Minecraft as your 64th item!
11:10 You also got UA-cam as your 100th item!
When they realise
a very good coincidence
And they got subscribe as 125
@@jbruns9244 Yeah I was going to say that
@@satria_mf0 when they realise
Problem 1 & 2 solutions:
1: Create a server. Store a table of all combinations generated by the users. Make the mod ask the server for it. If the server doesn't have this combination stored, then the server will ask chatgpt. Now not all queries cost money, but only new ones. Here, in the server, you can store the art to help combat problem 2
2: Create a server. Along with the items, store the pixel art textures. If you follow what i said above, you might be able to continue using another computer as the pixel art generator. You can even turn that computer into a server
EG: You make a database, simmilar to an excel spreadsheet. Each line has: Item 1, Item 2, Output item, item icon filename
Edit: as a programmer myself, i have to say that making a single item that changes it's texture and name is genious. You earned my sub
Edit 2: I have a suggestion for an update: You could also ask chatgpt if it can eg: be eaten. Then have separate item id's: mod:normal, mod:eatable...
My God this is genius, I would love to see something like this
An infinite craft minecraft server would be so cool!
Or remove the API keys and release the code under a FOSS license.
@@theofficeroliviersamson4498 not that kinda server but good energy
smart guy
8:03 “The internet is not a big truck that you dump something on, it’s a series of tubes”
I loved that reference
@@masterdef2209what’s the reference from?
@@recroomman4317 Pyrocynical
Kimmy Schmidt?
@@recroomman4317 very old clip of a politics guy talking about the internet
8:54
Did bro find the Drake item?! 🤯‼️🐟
this is way too clever
why is this not top comment
no way
UNDERRATED COMMENT
Data miner would be a crazy crazy dope double in a diss track, and this guy spits it in a UA-cam comment for 21 likes...
i thought the same thing. I was like "Date a WHAT"!
The concept of "Infinite Crafting" always reminds me of a short horror game called "A Craft of Mine", which revolves around the same concept of infinite crafting in minecraft
(you can check out that game it's free)
This has lots of potential, because, if it was made in a more vanilla style, you could make a revolutionary mod that could make Minecraft unpredictable to even the most skilled of players.
This is the one of the most impressive things I’ve ever seen by far. Great work!
EDIT: woopedy freakin’ laade dah woo’ja lookat that
Imagine this on an SMP. We could have players fighting wars with the most ridiculous nonsense you've ever heard.
implementing items that do their own unique things properly is beyond ai capabilities right now, but would be cool
@@ccost chatgpt isnt even out for 2 years by now
in a few years it might be ready :D
@@ccost it could be possible. just list a whole bunch of properties and give an item. and then ask it what type of properties it should have from the list.
@@justlivingmylife-6463 chatgpt wouldnt be the thing to make that possible, it is a chat bot not a programming bot, programming bots have been in development for ages and already exist but are much harder as they require perfection, experience as well as trial and error while AI is better at getting many things mostly right (not good enough)
When i found out about minecrafts crafting system as a child i thought it would be like this.
same
I thought you could make anything 😢
Me thinking hard about what could possibly be the recipe for a plane that would fit in a 3x3
You can use Ollama with the chatgpt API and it doesn't cost anything because it runs locally. Doesn't solve the icon generation problem though
I think you could run stable diffusion locally, and I think it's free might be wrong. Then you can just call the images from the mod.
Stable Diffusion for the icons, it's free so we ballin
i mean ollama is fine
@@FabioKun Although I know my PC handles stable diffusion and having llama3 running at the same time just fine, not everyone has a $5k PC that can handle running all those PLUS running minecraft all at once. LLAL
yes
8:33 iFruit is a GTA V reference
Idea: in infinite craft, whenever anyone makes something with a new combination of items, it’s saved to the infinite craft database, so it doesn’t need the AI unless a new combination is used
YOU REAWAKENED MY CHILDHOOD WITH THE PETZ CATZ 2 SOUNDTRACK 3:09
Right? I recognized it immediately lol
He also added Little Big Planet 2 music too, my childhood memories are vibing to the music in this video 😔✋
Infinite craft uses LLama 2 which you can download for (im pretty sure its free). If you redo the mod to use that and just scrap the icons for the time being you could release it.
it is free. theres even llama 3 7b which is easy to run if you have a decent pc
He could just release this mod as is and omit his openapi key. Poor excuse.
@@luimu I dont think he wants his mod potentially draining peoples bank accounts
@@functional200 The api key works by adding funds to an account which get used when you use the api. You can't drain your bank account unless you add all your savings as funds.
ah ok
That is just insanely cool! :o
I’ve never clicked a notification faster… 🤯 you got me into commands back in 2015-2016 and I wouldn’t have started coding without it! glad you enjoyed 😁
Oh my god I remember your One Command Creations! :O
Damn that castle script is actually an awesome awesome way to promote your channel, instantly subbed to know your castle got built. Very cool video
3:33 this is the funniest thing i've seen all day
This is awesome! Btw the actual infinicraft uses the Llama 2 ai language model. It’s totally free for commercial use. I’m not totally sure what you could do for the item generator, but I’m sure there’s some program out there that can make it work for anyone. One last thing you could try doing is making it so that it comes up with all of the stats for an item like being throwable and edible, but also all the others like if it’s a tool or what blocks it can mine and stuff like that. If you wanted to go all the way you could even add in custom effects related to the item stats like having explosions or lightning spawn where a thrown item lands or turning a block into some other block when used or giving some sort of effect when eaten all decided by the ai. This would make it load a bit longer but it would also add a lot of functionality to the items. Anyway, love the video!
Edit: these are just meant to be suggestions if you ever want to upgrade the mod or make it public. I think it’s already super cool as it is
insane video. you’re currently my favourite minecraft youtuber!
9:59 The moment you hovered over "Vimeo" my youtube just did the loading circle thing and it was so fitting... Like you say "It's gotta make *UA-cam* " and then you see " *Vimeo* "... ✨ Perfection ✨
7:10
“This droid is laaame, this one sucks”
*that’s fucking V2 ultrakill*
Absolutely real
There's a way to run an AI program locally that scans images in a folder and creates a new one based on the art style of those images. There HAS to be some kind of solution to this, it feels so feasible but so difficult at the same time
bro needs his stuff to blow up again this shit aint fair the content is so good and yet youtube doesn’t bring it out to more people
😭
Good news bro
Your video is pretty well put together keep it up. I think you just got unlucky with the algorithm. Anyways I wish to see more videos from you so keep uploading.
For anyone wondering what that “art” program he mentions is, it’s called Aseprite. It’s a program specifically for pixel art, I use it for my games
It kinda hurts my soul that he didn’t mention it, but decided to still use photoshop for pixel art lol
that’s a good point, I forgot to mention it by name 😅 i’ll add it to the description
@@blucubed_ Cool! My bad for sounding a bit blunt there lol, video was very interesting nonetheless!
I do kinda hope somebody makes a public version of this though, would be super funny playing this mod in survival.
Just a little comment to say how I love your implementation of subscribers numbers into your channel, it’s a wonderful idea that gives power to your subscribers that’s really cool
9:01 ty for the shoutout
The castle lure is amazing! Great catch, I'm subscribing rn! Good Luck
HOW HAS THIS BEEN OUT A MONTH! I SHOULD HAVE SEEN IT LIKE 2 SECONDS AFTER IT WAS MADE! TOP LEVEL STUFF MAN
You can still open source the code (obv without the api key and your prompt in a text file) even if you can't release the mod! I'd love to look at your code :D
I think I will if enough people are interested... it's pretty hacked together, but it works! 😂
@@blucubed_ cmonnn do it
@@blucubed_ one comment said use ollama instead of chatgpt and stable diffusion for icons
8:53 date a minor????? 🤯🤯🤯🤯🤯
THATS WHAT IM SAYING BRO ITS SUS
Bet let me kiss you 🤫
The A.I knows 😂
Brainless
AINT NO F WAY 💀
Absolutely loved the video! ❤ In-game real time creation is something we're aiming for so super cool to see it implemented! We plan to release an API when the tools are a bit more consistent, so you won't need to click through the plugin programmatically anymore
8:45 THE CAKE IS A LIE!?
Now even AI is taking the mod developer's jobs... who will make the jenny mod now?!
Real
trolmastercard is making 💀
"I'm sorry, but I'm unable to help with this request, as-"
The original Infinite craft replaced a very simple game that was literally just "let's see what x + y makes" that originally used a lot of manually implemented and designed combinations. This mod just does the same thing and uses minecraft items as a jumping point, but you can't actually do anything with these items yet. Even when some kind of implementation of stuff is added, it will still be a very "let's see what x + y makes" thing that people will get bored of eventually. It can't replace having a cohesive vision for a minecraft mod, unless your standard for video games is mobile game slop. This mod is just a cool way to visualize the data of an LLM, and a proof of concept for prodecurally generating combination data. It's not going to replace the artistic vision of mod devs lol.
@@blu3260 I know, I was making a joke.
I’m a block now
Same
me too!!
Same
@@Ghosty_YT307 I transcended human brain capacity
Me to
I love that more than half of the video is not concerning making the mod or "doing various things with the mod", but just straight up trying to make the word subscribe, allowing you to end the video by saying subscribe. i probably enjoyed this video more than most "I made X stupid mod idea in minecraft". keep up the good work
9:32 WOW what a coincidence that minecraft was at 64th item which is full stack hahaha
I subbed cant wait to see the castle!
7:50 bro really tried combining fishing lines for a "net" instead of taking a literal cobWEB from the original game😭
I am a programmer and I am whining about your solution 4:54 (but if it works, it works)
What the heck!? As soon as it generated the subscribe button my computer just automatically subscribed as well!
why are all the good mods completely undownloadable ._.
I mean its a goofy mod but theres no actual content added to the game
Are you saying gregtech is not good?
@@bigglasses2625 Sorry, didn't know I was playing twitter simulator
@@bigglasses2625 what's gregtech got to do with this 💀💀💀
Actually they have already released an early version of it. Find out more info on the pinned comment
Could you release the part of the mod where you rewrote the rendering of the items? It would be amazing as a library mod to help make other mods or datapacks!
9:53 I Love it how TIkTok is a middel finger
This is a really cool usage of AI and it works so good!
This is a great concept you should get a team of people on this and make it a whole mod pack
There are a ton of ways to make all this work perfectly and have it so that not only is it free but the items can all do their own unique things. I'm too lazy to go into details rn but I was doing a ton of reading on this recently lol.
I like how the game teases him there 12:02
After watching some minecraft and terraria ytber's videos I came to one conclusion:
Terraria Ytber uses Minecraft music
Minecraft Ytber uses Terraria music 😅
Let this two legends cook community, let 'em cook
Minecraft🤝Terraria
Yes real
This is the type of video, that you would think is clickbate, but is not. Good Job!
This has so much potential, I hope the mod doesn't just get abandoned
0:55 No Patrick, a cod isn't an instrument.
so creative and so underrated. i wish you 1 on trending
This video so good, he said infinite wrong
👍 Yes you did it! You crafted "UA-cam" and "Subscribe" ... I was so looking forward to it! I was so excited until the end, when you finally got that Subscribe-Item! 👍
i just absolutely love this, at first i thought it was an already public mod 😭
so sad, i would have loved to have a vanilla with emerald tools and other crazy stuff with one single mod lol
I would just like to appreciate how awesome your pixel art is. Like that star looks outright delicious and the infinite crafting table is standout one of the best crafting table based block designs I have ever seen.
Sure, the style is too good to blend in well with vanilla Minecraft, but on its own it's definitely something worth praising.
11:46 me vibing to the omori songs instead of listening to the actual video
Same
who would’ve thought we would be building websites in Minecraft…
before GTA 6.
Maybe you could share your infinite item as an API that other mod makers could hook into to make other mods? This would be super useful and I haven't heard of anyone doing something like this! Keep up the amazing work! This was so cool!
Was looking for something like this, glad someone finally made it!
On 12:07 my subscribe button shined lol
This goes to minecraft hall of fame
NOOOOO
It goes to youtybe hall of fame
Love the content
10:22 that's obviously caseoh
nah if it was caseoh then the image didn't even uploaded cause it was too heavy, so it's not a caseoh
@@idkwhattoputhereheheheho correct
Your enthusiasm is infectious! Keep making great content.
My guy went from 30k subs to 140k subs in 4 months awesome video you deserve it all
12:13 I would hope it is
😂
7:10 V2 ULTRAKIL OMG ITS V2 FROM ULTRAKILL LIKE V1 BUT 2 LIKE V2 ULTRAKILL FROM THE HIT GAME BY NEW BLOOD STUDIOS: ULTRAKILL CHARACTER V2 THE ROBOT
real
Getting Vimeo was the funniest possible result
This is insane... I just wish modern computer technology was advanced enough for each new item to do what they are, like the laser actually shooting a laser beam. But that would require exponential memory capabilities. Literally a quantum computer, from the little I know of quantum computing.
Reminds me of the guy that made a video showing the insane potential of a minecraft mod that can have random and unique items, blocks, ores, creatures, and dimensions.
Rest in blorfstone, you beautiful concept...
THE BINDING OF ISAAC MENTIONED!!!!! RAAA!!!!!!!
RAAAAH
RAHHHHHHHGH
RAAAAAHHH
*brimstone_laser.mp3*
RAHHHHHH
10:21 I think that’s caseoh
Lol the internet is a “series of tubes.” Thats some deep UA-cam lore my man
wow!! your skin's design is so basic and recognizable, and the video was so fun and stimulating!! and that bit with the castle really convinced me to subscribe due to my desire to be a visible part of a person i like's creations, while in reality, it means nothing!!
My guy with the terraria music on a Minecraft video. Lovely
Fr I love Terraria
What would you guys try to craft? 🤔
Thanks for the support ♥
3.5k views is bs man ):
keep working bro these videos are so high quality there's no way you don't make it
This is a crazy good video you deserve way more views
what you can do is make the mod with a paywall of like $5 or a subscription type and since they are gonna pay $5 that would cover 5000 creations which the average person is unlikely to go over that many items created, and the more the people buy, the more funds you have to cover the costs, and you could cap it at 5000 creations
Hey man I have an idea… Make a proto-Bacon basically calculate how long it would take to 100% Roblox and it would be so interesting because he has to 100% every game and each one can take between a few minutes to literal Decillions of years
Cool vid, i think u could use a llama ai model for free to publish the mod, but it might not be as flexible in code as chat gpt, as the pixel art generator, i dunno abt that one
Bro wasted 12,5 cents💀
How do you miss the point that badly.
@@idkwhattoputheretbhbuthere No, that's where the point goes. 😛
its over for him
@@V0W4N fr
He earned like 10k from this viddo tho
9:31 he got "Minecraft" on 64, which is the number of stacks in minecraft lol
I just subscribed solely for your castle build. x3 That's such a cool idea, man! Looking forward to seeing block #76,1xx!
Genuinely cool. I'm glad you got to experience something likely no one else ever will.
6:52 ALL HAIL SPARKMOSS
We didn’t get to see the subscribe texture!!
10:21 that’s caseoh
NGL, that 100k sub thing was genius
You’ve reached over 100k lets get a short video, at least, of the castle
Not subscribing was never an option.
Why dont you just use minecraftified emojis as textures and let me put in my own api key?
It wont be as intuitive
@@hanjjaze what do you mean right now its fully unusable.
I really like this idea, i just wonder how well asking chatgpt to generate a minecraft command that executes when the item is used would have worked. The friggin potential. Just lemme put in my api key i know how to compile a mod 😢
12:56 Like, Subscribe, and hit that bell for more awesome content!
you're a genius and I want to play this mod, and see this mod evolving to a absolutely masterpiece mod
That's insane I have never thought of this kind of thing in minecraft, you definitely created a good video!
2:10 i had to sub
0:25
THOU SHALL NOT HIDE TERRARIA THEMES
It is the anthem
@@shrekrules444 ah yes. Not the theme, no. But the beautiful anthem.
Beautiful
@@Dont_mind_MinosJudgment!
10:00 😭😭😭😭
i've honestly never seen a youtuber as underrated as you, i love your content
For textures, I would just have a bunch of standard textures like shovel or gem, and then have ChatGPT pick a texture and a color from a list and combine them with code