Fabric Modding Tutorial - Minecraft 1.20: Custom Items & Creative Mode Tab | #2

  Рет қаралды 63,082

Modding by Kaupenjoe

Modding by Kaupenjoe

Жыл бұрын

In this Minecraft Modding Tutorial for Fabric, we are adding a Custom Item to Minecraft 1.20, as well as a Custom Creative Mode Tab!
== MODDING COURSES ==
FORGE ▶️ url.kaupenjoe.net/CourseForge...
FABRIC ▶️ url.kaupenjoe.net/CourseFabri...
== COMPATIBILITY ==
✅ Compatible with 1.20, 1.20.1, 1.20.2
== ASSETS & DOWNLOAD LINKS ==
GitHub Repo: github.com/Tutorials-By-Kaupe...
Assets Zipped: url.kaupenjoe.net/mbkj49/assets
== SUPPORT ME ON PATREON ==
▶️ / kaupenjoe
== 25% OFF FOR GAMING SERVERS ==
▶️ www.bisecthosting.com/Kaupenjoe
== TAKE A LOOK AT MY COURSES WITH COUPON CODES ==
▶️ NEW Forge Modding with Minecraft 1.20.X:
url.kaupenjoe.net/CourseForge...
▶️ NEW Fabric Modding with Minecraft 1.20.X:
url.kaupenjoe.net/CourseFabri...
▶️ Complete and Roblox Lua Game Development:
url.kaupenjoe.net/RobloxCoupon *
▶️ Learn Forge Modding with Minecraft 1.18:
url.kaupenjoe.net/CourseForge118 *
▶️ Learn Fabric Modding with Minecraft 1.18:
url.kaupenjoe.net/CourseFabri... *
== SUPPORT ME ON PATREON ==
▶️ / kaupenjoe
== SOCIALS ==
Discord: / discord
Personal Twitter: / kaupenjoe
Instagram: url.kaupenjoe.net/tutorials/i...
Facebook: url.kaupenjoe.net/tutorials/f...
Twitter: url.kaupenjoe.net/tutorials/t...
TikTok: url.kaupenjoe.net/tutorials/t...
Written Tutorials: url.kaupenjoe.net/tutorials/blog
== LICENSE ==
Source Code is distributed under the MIT License. Additional Licenses for other assets can be seen below or in the accompanying CREDITS.txt on download.
== AFFILIATE DISCLAIMER ==
* Some of the links and other products that appear in the video description are from companies which I will earn an affiliate commission or referral bonus from or are my own products. This means that if you click on one of the product links, I’ll receive a small commission or additional kickback without any additional cost for you. This helps support the channel and allows me to continue to make videos. Thank you for the support!
== HASHTAGS ==
#Minecraft #MinecraftModding #MinecraftTutorial #Kaupenjoe

Пікірлер: 228
@abe6615
@abe6615 Ай бұрын
If anyone is having an error at 2:56 where it says "Identifier has private access", if you're modding for 1.21+ you need to replace 'new Identifier' with 'Identifier.of', and keep all the paramters the same.
@CapuccinoMachine
@CapuccinoMachine Ай бұрын
YOU HAVE SAVED NOT JUST MY LIFE, BUT MY OTHER LIVES AS WELL THANK YOU
@NiaSwift
@NiaSwift Ай бұрын
thank you!
@turtlgd
@turtlgd 23 күн бұрын
thank you
@Mr.GlitchInfinity
@Mr.GlitchInfinity 22 күн бұрын
You are the exact definition of those Superman vids with the Starman song in the background
@kettu9943
@kettu9943 21 күн бұрын
OH MY GOD THANK YOU!
@MyNameIsTodayDevelopment
@MyNameIsTodayDevelopment 2 ай бұрын
If you are on 1.20.5, use Item.Settings() not FabricItemSettings()
@QuarzleTheMinecrafter
@QuarzleTheMinecrafter 2 ай бұрын
Thank you!
@aaravvaswani2433
@aaravvaswani2433 2 ай бұрын
Thanks u saved me
@willfulkarma1045
@willfulkarma1045 2 ай бұрын
thank you
@Foralemes
@Foralemes 2 ай бұрын
bump
@HitsquadYT
@HitsquadYT 2 ай бұрын
Thx
@gabbeeto
@gabbeeto 8 ай бұрын
this is a great video although I'd like you to explain what every minecraft/fabric class does so I don't feel like I'm following the video in a blind way. I've been able to make the items and all of that but I still felt like I haven't learned anything(and I've done your java course as well plus prior to that I already knew javascript,css and html)
@obscure045
@obscure045 4 ай бұрын
+1
@Kooczsi
@Kooczsi Ай бұрын
Same
@cosmic_gate476
@cosmic_gate476 24 күн бұрын
For real, I'm a literal software engineer and even I find 99% of modding tutorials to be mindless and one dimensional. No one is actually explaining what the fuck these classes do or even why we are changing what we are. I have to reverse engineer the meaning of every instruction lmao
@ifinallymadeachanneltocomm4563
@ifinallymadeachanneltocomm4563 17 күн бұрын
I kinda disagree. I like that the videos are short so you can get the basics down, then go more in-depth later ( I get what you mean though just personal preference )
@axialeaa
@axialeaa Жыл бұрын
thank you for providing such a great resource for the community! i also really like the idea of combining the custom item and custom item group guides into one video instead of splitting them up like you’ve done in previous series. very concise and easy to follow :)
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
Thank you so much for the kind words 💙💙
@Tridentofmemes
@Tridentofmemes 22 күн бұрын
​@ModdingByKaupenjoe how long did it take you to learn coding(im just beginning, and I have a entire mod idea written down)
@Pretisy
@Pretisy 6 ай бұрын
Alright, I had the "purple and black cube" texture issue for my custom item instead of my PNG. But I was able to fix it. Here is what I did: - Created a 16x16 Texture. - Fixed Spelling errors. - Mod ID Consistency: Double-checked that my mod ID used in my files matches the mod ID used throughout my mod (in the texture path and other files). My issue was that Fabric had named my mod with dash's instead of the name I gave it. For example, the "tutorialmod" in the resources/assets path was instead "tutorial-mod". After changing that folders spelling error, the code worked, & I was able to see the custom texture. I hope this helps others!
@RealMrBiscuitGaming
@RealMrBiscuitGaming 6 ай бұрын
OMG TYSM I have been comparing code for hours think i mistyped something TYSM👍
@RealMrBiscuitGaming
@RealMrBiscuitGaming 6 ай бұрын
I was about to delete the project and restart so thanks
@carluxobr8138
@carluxobr8138 5 ай бұрын
in my case the folder from the resources path had another modid that couldnt be changed, got it rigth still
@HydrogenNOxygen
@HydrogenNOxygen 3 ай бұрын
The exact EXACT same thing happened to me, so thank you
@JackTheOrangePumpkin
@JackTheOrangePumpkin 3 ай бұрын
Thank you so much. I had the same issue. I used "CTRL + SHIFT + F" and "SHIFT SHIFT" hotkeys to search the whole project for "tutorial-mod" (without the quotes) and renamed most of it with "tutorialmod". Also watch out for how you name the directories. I had a typo in "models" (I typed "modles")
@noscancel2545
@noscancel2545 Жыл бұрын
Nice tutorial, though I wold explain more in depth what everything does without rushing to type, I noticed this especially in 11:26, where I had to pause the video every second, also there was no explanation about the meaning of the different functions.
@vextronx
@vextronx Жыл бұрын
Very useful series, thank you for making it. :)
@h3ge
@h3ge Жыл бұрын
thanks a lot for these tutorials they are amazing and keep up the great work!!!
@ItsCre3per
@ItsCre3per 7 ай бұрын
0:10 That intro is fantastic.
@connorofford4987
@connorofford4987 5 ай бұрын
for anyone wondering about name: " " string name item item part at 3:26 just type in a " and it auto fills.
@trevormassas1720
@trevormassas1720 5 ай бұрын
thank you i was losing my mind
@gyk-zb2fm
@gyk-zb2fm 4 ай бұрын
Thanks!
@XcrazymanIII
@XcrazymanIII 2 ай бұрын
cant seem to make it work
@techville4217
@techville4217 3 ай бұрын
hey i need some help, i followed both the first tutorial of this serie and this just perfectly, theres no single error in code, made sure of it, and the mod doesnt work? the only thing that has been different was the run code part of i believe the first chapter? where it just, said that game crashed and didnt open nothing, it never opens it, thats the only difference, how do i solve that?
@perinamer1
@perinamer1 3 ай бұрын
Is there any way to sort in what order items appear in a vanilla item group?
@clearaspect2499
@clearaspect2499 Жыл бұрын
Could you please make an in depth video on NBT data? Revently I've been struggling with it and I can't find any reliable videos or resources? Specifically, I would like to see how someone could sort itemStacks and multiple itemStacks inside NBT data.
@Shua-qy5zo
@Shua-qy5zo 7 ай бұрын
how do you make the pngs for the item textures?
@boogiehasfun
@boogiehasfun 6 ай бұрын
gimp, procreate, paintdotnet, etc. your drawing area should be 16x16 pixels.
@lorrmaster4778
@lorrmaster4778 Жыл бұрын
Fantastic tutorial. I was wondering how you open the vanilla Minecraft files in order to find vanilla IDs and how features are implemented for various items? Edit: Found out how. You can use the middle mouse button to open classes that you type in.
@peksn
@peksn 5 ай бұрын
I think you are missing explaining why do we have to put such parameters in the functions, just writing while spelling out what you are writing is not enough, for example, it would've been very good to understand why are you putting those parameters at 3:10, maybe explaining a bit of how minecraft loads items, then we know why we have to put those things. Sorry for being so harsh, you do end up explaining some of the concepts at least int he item group things, but it's a lot to take in a single go hahaha, we gotta take it easy, thank you for the series.
@Psoewish
@Psoewish 6 ай бұрын
I've been programming for a long time now (over a decade), but never really in Java and wanted to try my hand at minecraft modding. So far so good but I already forgot a semicolon so I'm getting the real experience here xD But Java ain't so different from C# so far, so that's nice.
@ModdingByKaupenjoe
@ModdingByKaupenjoe 6 ай бұрын
Oh ye! Java and C# are incredibly similar! I saw a comment once that said: "C# tastes like C, looks like Java" - I feel like that sounds about right 🤣😁
@alexle7480
@alexle7480 8 ай бұрын
the textures wont render in in minecraft and appear as purple and black blocks any idea why?
@zedilp8561
@zedilp8561 4 ай бұрын
same problem
@JackTheOrangePumpkin
@JackTheOrangePumpkin 3 ай бұрын
I used "CTRL + SHIFT + F" and "SHIFT SHIFT" hotkeys to search the whole project for "tutorial-mod" (without the quotes) and renamed most of it with "tutorialmod". Also watch out for how you name the directories. I had a typo in "models" (I typed "modles")
@neodroid24
@neodroid24 2 күн бұрын
did you make sure to change the tutorial mod part, that was my problem
@lexguo8068
@lexguo8068 6 ай бұрын
Anyone know how to turn this folder into a .jar file so I can test this in an actual modpack?
@atticushelvig2030
@atticushelvig2030 Жыл бұрын
Great video! How would you go about making the item look enchanted, like a nether star for example?
@himynameishello
@himynameishello 6 ай бұрын
in the advanced item tutorial you make a class just for that item and then theres a thing in the Item class called hasGlint and just set the return value to true
@reihanboo
@reihanboo 3 ай бұрын
Ok this makes a bit more sense after digging around other tutorials and having a PHP background myself. But if this is your first time coding, I wish you the very, very best of luck
@ModdingByKaupenjoe
@ModdingByKaupenjoe 3 ай бұрын
Ye, I really try to make it clear in the first episode of the series to first get some java knowledge (or at least programming!). Fully agreed, without any background this'll be rough (almost by design) 🙏🏻🙏🏻
@Steenwy286
@Steenwy286 3 ай бұрын
how do i make the 2d model 3d @Modding by Kaupenjoe
@wesleymays1931
@wesleymays1931 4 ай бұрын
I've noticed something strange with how things get loaded in: I've been able to refactor the ModItems class so that nothing happens when you poke it except for a log message (that is to say, everything is done by initializing final members. Which is fine if you *only* put your items into your own custom item group, since only adding things to existing (vanilla or other mods) registries requires you to poke a registry *after* creating it...), but if I don't poke it, the mod items still don't show up. My best guess is this is a detail of Java that I didn't know about before; final members aren't actually created until the class has been poked in _some_ way, which in this case is by making it print out that log message.
@ModdingByKaupenjoe
@ModdingByKaupenjoe 4 ай бұрын
Exactly! This is the reason for the registerModItems method which looks like it just outputs a log, but in actuality initializes the static members of the class, so the items are actually properly registered at the correct time! There are some other ways of doing this, putting every thing in a static block or making the registration happen in a method, but I personally like my way the most :)
@davwad3
@davwad3 24 күн бұрын
amazing video. this guy is so great that he makes a tutorial series for every version on forge and fabric. what a legend
@ModdingByKaupenjoe
@ModdingByKaupenjoe 24 күн бұрын
Glad you're enjoying them 💙🙏🏻
@Tridentofmemes
@Tridentofmemes 22 күн бұрын
​@@ModdingByKaupenjoeis there a video for custom structures
@kreepykreeper5000
@kreepykreeper5000 Ай бұрын
I have this error: Cannot snapshot ...\lang\en_us.json: not a regular file. I followed everything and it was working perfectly, but then I tried to launch it again and it broke.
@user-im1fb5eg4i
@user-im1fb5eg4i 7 ай бұрын
Why my new block can't be seen when I use the empty map
@hakuryuu7648
@hakuryuu7648 Жыл бұрын
hi will you make video about how we make custom wandering villager?
@pionchick4808
@pionchick4808 11 ай бұрын
FabricItemGroupEntries, Registries - not working
@Tridentofmemes
@Tridentofmemes 22 күн бұрын
Do these coding stufd work for older versions lets say 1.7.3
@cordeliand
@cordeliand 28 күн бұрын
4:40 Sorry, but I don't have these groups. Can you tell me the cause of the problem?
@PurpleKinetic
@PurpleKinetic 28 күн бұрын
Hello, I need help as when i create the texture folder 5:45 they keep changing the name instead. Would really help if you could tell me how to fix
@rednastyb
@rednastyb 27 күн бұрын
uncheck: "compact middle packages" its somewhere in the "tree appearance" setting thing
@PerplexingRat
@PerplexingRat 9 ай бұрын
the best tutorial you can get for free (also the best tutorial you can get period)
@dwadadawdawd
@dwadadawdawd 9 ай бұрын
Hey im trying to make a mod were if an item is in your inventory you will gain creative fly. but I cant figure out how to detect an item in the inventory and there is little documentation on the subject. any help would be great.
@Tridentofmemes
@Tridentofmemes 22 күн бұрын
Rip
@ForsakenAxiom
@ForsakenAxiom Жыл бұрын
Can you make a video on adding other mods to our modding environment, so we can launch our mod along with its dependencies?
@thezoidmaster
@thezoidmaster Жыл бұрын
I think to do this you just have to open the workspace's run folder, and then drop the mods in the mods folder
@PrinceParshia2
@PrinceParshia2 Ай бұрын
can you make a video about how to make a custom gui screen and it will open when i press a key and the key will changeable in controls setting . im trying to make a client . if you make this it will be a great help for me . plzzz
@timothywilliam1683
@timothywilliam1683 Жыл бұрын
is there any way you could do a tutorial on how to merge your fabric and forge mod into one file? like the falling trees mod, it has its own build.gradle but it has its own fabric and forge src folders, idk if that makes sense
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
You want to take a look at the architectury api: github.com/architectury/architectury-api That basically offers you fabric, forge and common packages that allows you to have everything in one project. I have not tried it out myself, but I might want to look at it in the future for tutorials 😎😁
@timothywilliam1683
@timothywilliam1683 Жыл бұрын
@@ModdingByKaupenjoe if you made a tutorial that would be awesome!!
@psr9745
@psr9745 Жыл бұрын
Will you ever show biome creation, natural custom mob spawning, plants, trees, etc?
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
Yep most of that is planned for World Gen 😎🙏🏻
@psr9745
@psr9745 Жыл бұрын
@@ModdingByKaupenjoe excellent, cheers man
@paxxous
@paxxous Жыл бұрын
Thanks for the free and awesome tutorials! Quick question though, I notice that in the code for the "registerModItems" function the items are registered in the class itself, and the function just adds the items to a group, is it bad practice to also register the items inside of that function? Or is there some advantage to leaving the item outside of the function? I'm pretty new to Java so some of its theory is still processing in my brain.
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
No, so either thing works, the main thing the registerModItems method does is it acts as a static initializer for the class to actually register the items. You could also assign them inside of that, but I prefer it to the way that I show. I do not believe there is any mechanical difference between doing it my or another way 🤔
@paxxous
@paxxous Жыл бұрын
@@ModdingByKaupenjoe Alright, thanks!
@_sevelin
@_sevelin 11 ай бұрын
Hey, just adding my thoughts here. Either way works, but registering the item outside in the class is a good practice in case you need those item object in some other class as well (Let's say you want to create another item group which contains these items...). Also this way, it looks much more cleaner!
@paxxous
@paxxous 11 ай бұрын
alright, thanks for the addition!
@thezoidmaster
@thezoidmaster Жыл бұрын
Are these videos compatible with Quilt too? I'm redoing my very early stages Forge mod on Fabric, but one of the API mods I want to use is Quilt exclusive. (I also just want to be able to smoothly run my mod with Sodium and Iris lol)
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
They should mostly be compatible yes, I can't 100% confirm, but they should be 🙏🏻
@thezoidmaster
@thezoidmaster Жыл бұрын
@@ModdingByKaupenjoe Thanks for the reply! Time to make some good stuff with this...
@Dupernite
@Dupernite Жыл бұрын
how do i make a custom trident? when i try to create one with the "tridentItem" it works with my custom model but when i throw it, it is just a normal trident in the ground.
@jonispatented
@jonispatented Жыл бұрын
The problem there is that the model and texture for the thrown trident entity is different from the model and texture for the item in your hand and inventory. You need to give it the custom model and texture for both the item and the thrown trident entity.
@Dupernite
@Dupernite Жыл бұрын
@@jonispatented ohh, that makes sense, do you know what i need to do to add the thrown model?
@gyroknight2937
@gyroknight2937 10 ай бұрын
Hey, i know it's been a while since this videos release but i've followed the vidoe so far but when i get to importing the texture for the ruby it just just load for some reason specifically showing "Unable to load model: 'tutorialmod:ruby#inventory' referenced from: tutorialmod:ruby#inventory: java.io.FileNotFoundException: tutorialmod:models/item/ruby.json" not sure on the issue any help is great
@spindle.r0
@spindle.r0 10 ай бұрын
I managed to fix it almost, check the folder name of models/textures folder. For me, it was different than tutorialmod. I just renamed it and the model works, I still got a missing texture but that's one step closer I think EDIT: managed o fix it, once you change the doler name, make sure to fix it in the models/item .json file you made
@gyroknight2937
@gyroknight2937 10 ай бұрын
Oh my god thank you, i gave up yesterday after trying to fix it for half an hour and couldn't find the issue thank you
@apelsinchik9071
@apelsinchik9071 Ай бұрын
error: Identifier(String,String) has private access in Identifier return Registry.register(Registries.ITEM, new Identifier(TutorialMod.MOD_ID, name), item); ↑ what should I do with these? please help me
@ModdingByKaupenjoe
@ModdingByKaupenjoe Ай бұрын
Well, firstly using 1.21 (or anything 1.20.5+) with this series will not work in the long run, because there have been a lot of changes, just so you're aware🙏🏻 As for your issue, you wanna use Identifier.of instead of new Identifier
@user-im1fb5eg4i
@user-im1fb5eg4i 8 ай бұрын
thank you
@oldlifeorig5028
@oldlifeorig5028 6 ай бұрын
I was lucky to get errors, ty to fabric weird self-folder-naming. So I'm now familiar with process of checking logs and fixing minor problems, haha
@foxo4985
@foxo4985 11 ай бұрын
hey i have a problem my texture is a giant 3D cube with purple and black how do i fix it
@connorofford4987
@connorofford4987 5 ай бұрын
the assets folder "tutorial-mod" folder should be called "tutorialmod" which is the same as the mod id , that should fix it
@JackTheOrangePumpkin
@JackTheOrangePumpkin 3 ай бұрын
I used "CTRL + SHIFT + F" and "SHIFT SHIFT" hotkeys to search the whole project for "tutorial-mod" (without the quotes) and renamed most of it with "tutorialmod". Also watch out for how you name the directories. I had a typo in "models" (I typed "modles")
@guilhermeflavio2928
@guilhermeflavio2928 8 ай бұрын
Hello, hope you are doing well! Following the tutorial i couldn't add items into a vanilla group since they're private. How to proceed?
@Kooczsi
@Kooczsi 7 ай бұрын
make your own group sadly, as it is impossible as far as i know
@crackedcodes
@crackedcodes Ай бұрын
@@Kooczsi how tho?
@Pixl127
@Pixl127 Жыл бұрын
How can i activate that the generated text before the String in 3:26 shows up? I accidently turned it off.
@ethershadegaming
@ethershadegaming Жыл бұрын
i also cant figure out how to do this
@Beangus421
@Beangus421 11 ай бұрын
press the " key and it generates
@ethershadegaming
@ethershadegaming 11 ай бұрын
@@Beangus421 thanks
@user-ko1nf3nj1e
@user-ko1nf3nj1e 28 күн бұрын
Does anybody know what to do when i want to type in Identifier and it doesn't work (even when i import the same thing as in the vid) and forces me to write Identifier.Serializer which then causes other problems? I'm on a later version. It says that " 'Identifier(java.lang.String, java.lang.String)' has private access in 'net.minecraft.util.Identifier'
@rednastyb
@rednastyb 28 күн бұрын
If anyone is having an error at 2:56 where it says "Identifier has private access", if you're modding for 1.21+ you need to replace 'new Identifier' with 'Identifier.of', and keep all the paramters the same.
@user-ko1nf3nj1e
@user-ko1nf3nj1e 28 күн бұрын
@@rednastyb thank you so much
@glitxhhh
@glitxhhh 6 ай бұрын
I followed all instructions perfectly and clearly yet I cannot do the modItems class because my class cant be imported at all, no autocomplete and manually importing doesnt work either, as well my data generator is all broken and the fabric api imports are red, I don't think I did anything wrong, I followed everything step by step and its still not working, and finding nothing online to fix this issue
@M1GDevin
@M1GDevin 6 ай бұрын
had the same problem but I think its bec this was made a little bit ago so the fabric loader was updated and (I think) they combined itemgroups within Itemgroup and because I guessed that and changed all the instances of groups to group it works!
@testapk582
@testapk582 7 ай бұрын
hey uh my custom item was a purple and black cube, there are no errors, how do i fix this?
@ModdingByKaupenjoe
@ModdingByKaupenjoe 7 ай бұрын
It's a typo in either the JSON file or the directory structure. Double check all the spelling!
@testapk582
@testapk582 7 ай бұрын
just did and its still purple and black, are underscores allowed in item names?@@ModdingByKaupenjoe
@lukesoderstrom7432
@lukesoderstrom7432 9 ай бұрын
The game loads the new items into the new item group just fine, but the textures of the items are just purple and black checkered boxes, and the names of the items are long with dots and categories. Note, I have checked and rechecked the en_us.json and the ruby.json and the ruby.png four times over! It's not that. What do I do?
@thesqual3085
@thesqual3085 8 ай бұрын
i fix the same problem, check your en_us.json the path is, item.nameMOD.nameITEM. I check my code for 3 times and only one letter was missing in the nameMOD. Letter "i" so hard to see.
@ana_s
@ana_s 8 ай бұрын
Your ruby.json is incorrectly defined.
@JackTheOrangePumpkin
@JackTheOrangePumpkin 3 ай бұрын
I used "CTRL + SHIFT + F" and "SHIFT SHIFT" hotkeys to search the whole project for "tutorial-mod" (without the quotes) and renamed most of it with "tutorialmod". Also watch out for how you name the directories. I had a typo in "models" (I typed "modles")
@4ud170r
@4ud170r 9 ай бұрын
I followed your video but for some reason the texture is not loading for the ruby. I did add the ruby.png but it is not loading the textures. Just a black and purple blocks. I tried again. It works now.
@carluxobr8138
@carluxobr8138 5 ай бұрын
how did you solve it
@4ud170r
@4ud170r 5 ай бұрын
@@carluxobr8138 try again. I did it all from the start again.
@carluxobr8138
@carluxobr8138 5 ай бұрын
@@4ud170r i found out why it was happening with me, the folder class didnt match up to the modid tags, i runned through it again to make sure i do not forget anything
@JackTheOrangePumpkin
@JackTheOrangePumpkin 3 ай бұрын
I used "CTRL + SHIFT + F" and "SHIFT SHIFT" hotkeys to search the whole project for "tutorial-mod" (without the quotes) and renamed most of it with "tutorialmod". Also watch out for how you name the directories. I had a typo in "models" (I typed "modles")
@zachsroomYT
@zachsroomYT 3 ай бұрын
At 11:48 Why do we need to add "ruby" at the end? What is its purpose?
@user-qv8th3tl9t
@user-qv8th3tl9t 2 ай бұрын
how i think. its adding string "ruby". for later find in texttranslatable that "ruby"
@ambermonkey69
@ambermonkey69 4 ай бұрын
ik its been a long time since the release of the vid but im having some trouble, the item isnt loading, everything is correct, quadruple checked, and the item just dosnt exist, no errors are playing either
@ambermonkey69
@ambermonkey69 3 ай бұрын
fixed
@daft_icup
@daft_icup 3 ай бұрын
@@ambermonkey69what was the problem
@ambermonkey69
@ambermonkey69 3 ай бұрын
@@daft_icup it was a capital letter that wasn't meant to be a capital letter
@KadenMikey
@KadenMikey Жыл бұрын
How do these mods preform on servers? I want to make mods for my server but want to know if they will work server side (without a client download?) and will 100% follow this course if I know I can do that haha
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
That does not work, Mods are specifically Server _and_ Client. If you're looking for server-side only you have to take a look at plugins!
@KadenMikey
@KadenMikey Жыл бұрын
@@ModdingByKaupenjoe Thanks, my server is fabric. So when you say plugins?
@nicky7006
@nicky7006 11 ай бұрын
@@ModdingByKaupenjoe actually, there's a really great resource called "Polymer" by patbox, which allows for creation of serverside items and blocks, so you can still use fabric completely serversided!
@ses_mases
@ses_mases 5 ай бұрын
Hello, and thank you so much! Your videos are incredibly helpful to me. But... EVERYTHING works except for one thing: minecraft does not see the texture and shows a black and purple tile instead I've already lost hope... How can I fix this?
@ModdingByKaupenjoe
@ModdingByKaupenjoe 5 ай бұрын
There has to be a typo in either your folder structure or the json file. Double check everything including spelling of lower and upper case
@ses_mases
@ses_mases 5 ай бұрын
I rewrote the code several times and everything worked! Thank you for your videos and responsiveness)
@angeronia
@angeronia 4 ай бұрын
@@ModdingByKaupenjoe had the same problem. I'm a complete newbie to coding, so i just rechecked it million times, rewrote something a little and it loaded! thanks for your tutorials, it is really helpful and entertaining.
@PapaLlMlTS
@PapaLlMlTS 11 ай бұрын
you never showed how to put the item texture in. now im stuck. help?
@ModdingByKaupenjoe
@ModdingByKaupenjoe 11 ай бұрын
You simply drag it from a windows folder into the folder inside intellij 🤔🤔
@Kd_Gaming117
@Kd_Gaming117 Жыл бұрын
Hello, so happy that this tutorial is coming out. Just finished the java course for Minecraft modding. I want to create mods for hypixel skyblock which is the game mode that I play, will this tutorial will be good for that. I don't want to create new blocks and such things but change things in the game such as taking information from tab or inventorys and having it on the screen all the time and being able to change the position of the information.
@nickn27
@nickn27 4 ай бұрын
Then this tutorial isnt for you. This is for fabric, meanwhile skyblock is played with 1.8.9 and on forge.
@pacomatic9833
@pacomatic9833 3 ай бұрын
@@nickn27 I mean it is compatible with 1.20.1 Fabric. Plus, some songs have their full instrumentation on 1.13+, so they *might* be having a better time.
@nickn27
@nickn27 3 ай бұрын
@@pacomatic9833 What? Thats irrelevant. Hypixel runs on 1.7 iirc and the best version to play skyblock on is 1.8.9. Most if not all mods for skyblock are mod for 1.8.9 because it doesnt have the shitty combat system that microsoft introduced.
@pacomatic9833
@pacomatic9833 3 ай бұрын
@@nickn27 Key word: might
@sonicSnap
@sonicSnap Ай бұрын
@@nickn27 ...if hypixel ran on 1.7, why would people use 1.8? hypixel runs on 1.8.
@eriksimionatoocampo2599
@eriksimionatoocampo2599 Жыл бұрын
For a complete begginer, would you recommend fabric or forge?
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
It doesn't really matter, either is going to be totally fine. For a complete beginner it is much more essential to have a good Java foundation. Because with that you will be able to pick up either forge or fabric _much_ easier 😁
@happygofishing
@happygofishing 8 ай бұрын
Fabric will most likely replace forge eventually. It's gaining momentum fast.
@TwentySeventhLetter
@TwentySeventhLetter 6 ай бұрын
I've decided to go the Fabric route first myself simply because the ecosystem for that modloader seems to favor the kinds of tiny quality of life or bite-sized content mods that make more sense for the scope of a beginner, so whatever I do end up making might find more success there. Plus I want to be able to play my mod with sodium lol
@frogybot
@frogybot 11 ай бұрын
The texture isnt showing for me! It is a purple and black checker texture block as the item... any fix?
@hughzon1042
@hughzon1042 11 ай бұрын
Check your spelling on everything in the .json files in the resources
@frogybot
@frogybot 11 ай бұрын
yeah got it thanks @@hughzon1042
@hughzon1042
@hughzon1042 11 ай бұрын
and folder names ie 'tutorial-mod' vs 'tutorialmod'
@frogybot
@frogybot 11 ай бұрын
yeah I know I already said I got it@@hughzon1042
@thybattler
@thybattler 11 ай бұрын
same issue bruh
@likelukli
@likelukli 2 ай бұрын
For some reason mine has no texture
@dob19
@dob19 3 ай бұрын
how do I allocate more ram to the minecraft client? edit: figured it out
@fizzplosion8772
@fizzplosion8772 2 ай бұрын
Hi, how did you add more ram to Minecraft, and do you know how I can test it with my normal account and settings with other fabrics mods I have like sodium and iris
@thederpykrafter
@thederpykrafter 11 ай бұрын
somehow my item shows up as belonging to minecraft and my textures arent working *edit* fixed it after countless hours of spell checking
@ModdingByKaupenjoe
@ModdingByKaupenjoe 11 ай бұрын
at roughly 2:45 - in the registerItem method you did not add your mod id to the Registry.register call then 🤔
@aidenro9043
@aidenro9043 8 ай бұрын
SOMEONE PLEASE HELP!!! I DON'T KNOW HOW TO ADD THE ITEM TEXTURE TO THE PACKAGE!!
@ModdingByKaupenjoe
@ModdingByKaupenjoe 8 ай бұрын
You don't add it to the package, but the assets textures _folder_ and you should be able to simply drag it into the folder and it's a simple drag and drop. Once again not the package, but in the folder!
@turtle1
@turtle1 3 ай бұрын
Why do we register the item different to how it is done on the fabric website tutorial
@ModdingByKaupenjoe
@ModdingByKaupenjoe 3 ай бұрын
How is it different? I just choose to place the registration of the items outside the "ExampleMod" or main class. All the steps should pretty much be the same 🤷🏻‍♂️
@turtle1
@turtle1 3 ай бұрын
@@ModdingByKaupenjoeon the fabric website they do: public static final Item CUSTOM_ITEM = new Item(new FabricItemSettings()); public void onInitialize() { Registry.register(Registries.ITEM, new Identifier("tutorial", "custom_item"), CUSTOM_ITEM); } looks faster to me is there any benefits to the method in the video
@ModdingByKaupenjoe
@ModdingByKaupenjoe 3 ай бұрын
Sure, but it is less organized. If you keep everything in the main class, like blocks, items, block entities etc it will get cluttered very fast! The way I show it is to make it all more organized and neater for bigger projects 🤷🏻‍♂️
@meolsei
@meolsei 29 күн бұрын
For those who are missing some classes, make sure that "Mojang Mappings" is not enabled. I enabled it and didn't know what the hell was wrong, lol.
@yoda_8899
@yoda_8899 7 ай бұрын
For me the RegistryKeys are private in ItemGroups
@gavynburgett3489
@gavynburgett3489 7 ай бұрын
Did you ever find a way around this?
@yoda_8899
@yoda_8899 6 ай бұрын
Yes, I made a new class and copied the RegistryKey Attributes as well as the register method from the ItemGroups class.
@plxaq2292
@plxaq2292 Ай бұрын
Since 1.21 'new Identifier(TutorialMod.MOD_ID)' has been replaced by 'Identifier.of(TutorialMod.MOD_ID)'
@Utopia.anti-utopia
@Utopia.anti-utopia 13 күн бұрын
Thank you, you safe my time!
@bin4rym4ge
@bin4rym4ge Жыл бұрын
forgot the comma... took forever to find XD
@CosmoSmores
@CosmoSmores Ай бұрын
Could You Please And i Mean PLEASE I'm BEGGING YOU CAN You Make a VSCode One For 1.19 Please i Would appreciate it a lot please Fabric
@Kabukkafa
@Kabukkafa 5 ай бұрын
Bro it was so freaking hard I think I am gonna give up but idk
@gyk-zb2fm
@gyk-zb2fm 4 ай бұрын
Do not!
@XcrazymanIII
@XcrazymanIII Ай бұрын
Textures arent working everything is the same as you
@conscient-moaii
@conscient-moaii 11 ай бұрын
6:03
@migats2160
@migats2160 Жыл бұрын
I'm surprised about the mistakes people make. I guess it is because coding can be hard for beginners
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
I am telling you, I have seen it all at this point 😅🤣🤣
@Donkin_Bois
@Donkin_Bois 11 ай бұрын
thanks so much, but the name is just glitched anyway (example: item.modname.gold)
@isaacpatton1207
@isaacpatton1207 11 ай бұрын
I had the same issue. Rename the lang file to en_us.json, and it should fix!
@checkmyvideos8118
@checkmyvideos8118 6 ай бұрын
im just copying all what u do, not learning anything. How am I supposed to learn shit
@enot2140
@enot2140 4 ай бұрын
that's quite normal if you are just learning to program. I recommend watching the java tutorial he specifies in the 1st video and then trying to piece it together using what you know about Java. Also, if you are using Idea, you can select a class or method you wanna know more about and press F4. It will show you how it works. Though that can be very confusing, so looking up documentation is not a bad idea either. The reason you are confused is bc this is less about learning Java and more about learning to use Minecraft and fabric as an interface (a tool which provides predefined functions to help you create what you want) . It involves a lot of abstraction ("here is what you can do, don't worry about how it works"), which can feel very unsatisfactory if you also want to learn more about the language and why certain thing are done in certain ways. You can think of this as someone teaching you how to drive a car. You don't need to know how cars are made and why you need to shift gears, you just need to know what a car is and that shifting gears correctly is important. After all, driving by itself is challenging enough in the beginning. If you wanna know more about how computer languages work or computers themselves in general, you need to start looking into Computer Science courses. Luckly there're plenty available for free online. After that, the best thing you can do is getting used to reading documentations (seriously, it's super useful. Don't know what a class/function does? Documentation -> ctrl+F, -> "ClassName/methodName() -> read and learn") and joining a dev-community, f.e some kind of Minecraft modding discord server/channel and become that guy who asks typical beginner question, but everyone is happy to answer to. Just be nice and everyone will be super useful.
@checkmyvideos8118
@checkmyvideos8118 4 ай бұрын
@@enot2140 Thank you so much for this respons!!! Ill try it all out :)
@bobblehat9891
@bobblehat9891 3 ай бұрын
for anyone else who may be struggling with this, I learned the hard way that the en.us.json file is supposed to be en_us.json check your file names if shit doesn't work
Fabric Modding Tutorial - Minecraft 1.20: Custom Blocks | #3
14:29
Modding by Kaupenjoe
Рет қаралды 32 М.
Creating my Perfect Version of Minecraft
10:53
LemonskyRyan
Рет қаралды 503 М.
마시멜로우로 체감되는 요즘 물가
00:20
진영민yeongmin
Рет қаралды 31 МЛН
Эффект Карбонаро и нестандартная коробка
01:00
История одного вокалиста
Рет қаралды 9 МЛН
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 159 МЛН
A new way to generate worlds (stitched WFC)
10:51
Watt Designs
Рет қаралды 518 М.
How to ACTUALLY get into Gamedev
14:01
DaFluffyPotato
Рет қаралды 702 М.
Playing Minecraft with ChatGPT | Mindcraft
18:34
Emergent Garden
Рет қаралды 131 М.
How To Add CUSTOM BLOCKS To Vanilla Minecraft...
2:21
MyNameIsBhex
Рет қаралды 6 М.
What Happens when two Minecraft Infection Mods fight eachother? REMATCH
10:06
Karat Feng Minecraft
Рет қаралды 66 М.
Can AI Code Minecraft? Watch ChatGPT Try
8:06
BadGameDev
Рет қаралды 1,2 МЛН
This Massive Redstone Display Almost Broke My PC
18:10
Mr_Korwaldski
Рет қаралды 555 М.
The Ultimate Pixel Art Tutorial
14:15
Saultoons
Рет қаралды 1,5 МЛН
The Disturbing Minecraft Experiment You’ve Never Seen
35:24
I Built the GREATEST Farms in Survival Minecraft
15:59
FoundInMN
Рет қаралды 1,5 МЛН