It's so cool to finally be able to create custom items after I used to imagine and draw custom crafting recipes when I was a kid!! Thanks a lot for these tutorials!
Thanks for the video. You really helped me out. In many other videos the persons just did everything in the main class and that was annoying, but i forgot how to do it in a seperat class and you saved me :D
I think it is as simple as passing in the itemStack instead of the material when you define the keys. refer to this thread www.spigotmc.org/threads/using-custom-items-in-custom-recipes-1-12-2.367707/
Hello thomas i loved all of your modding tutorial videos. Can you please make a mod tutorial about custom mobs? Entitys? And their custom attacks etc. I know its a lot but thank u.
I think it is as simple as passing in the itemStack instead of the material when you define the keys. refer to this thread www.spigotmc.org/threads/using-custom-items-in-custom-recipes-1-12-2.367707/
Hello, when I added this code to the create item method, all the commands stopped working, the crafting recipes also didn't work. Can somebody help? Thanks a lot. Great tutorials tho.
How can i create a costume recipe with a costume ingredient? For exemple, i want to create "Stick of immortality" using "Stick of truth" and 2 emerald block in the crafting table. "Stick of immortality" mustn't be created by a normal stick, only with "Stick of truth". Can you help me please?
@@73Mike73 i did find a way. so for the recipe.setIngredient, you want to do recipe.setIngredient('A', new RecipeChoice.ExactChoice(item)); the "ExactChoice" will have a line through it, but it works I promise.
Do you know how to make campfire recipes? Apparantly no one has attempted this recently so I'm all alone LOL! Here is my code: CampfireRecipe campfireiron = new CampfireRecipe(NamespacedKey.minecraft("ironbar"), ironIngot); campfireiron.(I'M STUCK HERE. WHAT DO I DO HERE??)
It's so cool to finally be able to create custom items after I used to imagine and draw custom crafting recipes when I was a kid!! Thanks a lot for these tutorials!
So I wasn't the only small child who drew plans for modding every game I played.
This guy knows his stuff about this specifically but about java which is why theyre such good tutorials. Thanks bro
Thanks for the video. You really helped me out. In many other videos the persons just did everything in the main class and that was annoying, but i forgot how to do it in a seperat class and you saved me :D
Particles tutorial next? :D
Is there a way I can use a custom item in another custom recipe?
looking for that too
Did you ever find it?
I think it is as simple as passing in the itemStack instead of the material when you define the keys. refer to this thread www.spigotmc.org/threads/using-custom-items-in-custom-recipes-1-12-2.367707/
Thank Thomas, love your videos. Your tutorials make everything easy :)
Thank you so much! :D
hey, could you reupload the updating mc version vid? cant get mine to work right
Remember people, you can't use uppercase lettering in the namespace key.
thank you soooo much this fixed my entire plugin
Nice, can you do some more of these
Hello thomas i loved all of your modding tutorial videos. Can you please make a mod tutorial about custom mobs? Entitys? And their custom attacks etc. I know its a lot but thank u.
How would I make a recipe which includes custom items that I made? Like 9 wands in the crafting table makes a 'Mega Wand'?
have you found a solution?
how to have the Namespaced Key
is it possible to use a custom item in a recipe, if so, how does one do that? thanks
Awesome vid. Keep it up!
whenever i follow this, it disables my plugin and breaks it. please help.
edit: its the Main class having the item manager "init()" breaks it
im having the same problem, have you solved it?
And how can i do it that i can craft with a custom item? Like 2 wands and 1 blazepowder equals a super wand or something. You get what i mean? XD
I think it is as simple as passing in the itemStack instead of the material when you define the keys. refer to this thread www.spigotmc.org/threads/using-custom-items-in-custom-recipes-1-12-2.367707/
What if i want to use custom item in the craft of another one?
Hello, when I added this code to the create item method, all the commands stopped working, the crafting recipes also didn't work. Can somebody help? Thanks a lot. Great tutorials tho.
Same! Did you figure anything out?
Notifications Squad!!
hi how can we add custom item in the recipe like adding stick with a displayname
Hey, Love your vids..could you tell me your pc specs?
bruh lmaoo tf
@@purekrg3432 what?
How can i create a costume recipe with a costume ingredient? For exemple, i want to create "Stick of immortality" using "Stick of truth" and 2 emerald block in the crafting table. "Stick of immortality" mustn't be created by a normal stick, only with "Stick of truth". Can you help me please?
did you ever find out?
@@roosterseatyou no, it is my taboo :')
@@73Mike73 i did find a way.
so for the recipe.setIngredient, you want to do
recipe.setIngredient('A', new RecipeChoice.ExactChoice(item));
the "ExactChoice" will have a line through it, but it works I promise.
@@roosterseatyou I get a: "java.lang.IllegalArgumentException: Cannot have null choice", when using this method, any idea what to do?
@@dcrubro make sure the char key (the character you are using in your recipe shape) is being used and is the same case (uppercase or lowercase)
Thanks!
How do I add an item stack to a crafting recipe?
Can we have a modding tutorial on custom sounds, please?
Thaumar Gaming you can do this with resource packs, and you can fire an event and play a sound
can you make a video on how to make a custom biome in minecraft forge 1.16 series? pls i need help
How do I create a custom item in Spigot 1.12.2
?
you cant use resource packs instead
Could you do a custom recipes part on Custom Potions?
Namespacedkey isn't working for 1.8?
NamespacedKey was added in version 1.12 and ShapedRecipe don't require anything other than the ItemStack (result) in versions below that.
NamespackedKey error can u help ?
That is so cool!
How can i do it in a anvil?
Thanks alot!
What would i do if i want to use a custom item as an ingredient?
you can with resource packs and nbt CustomModelData function
the github page is not working
I tried it but it did'nt worked
And this doesn't work for me
"so i'm gonna do sar for shapless recipe" writes sir :P
when will u be doing episode 4 of Create Your Own Cryptocurrency
why's your voice sound higher?
very cool
Sorry bro i can craft a "Super Stick of truth" with 9 Stick of truth? i u know can ask me now?
You sound like Purpled. I think his Real Name was Thomas too. I'm not sure. Purpled is a bedwars player that has the same voice u have
Why I feel like the video is too short 😉
Yeah so I spent half an hour trying to figure out why my code was broken and then I realized there is a difference between single and double quotes :/
Life saver comment thank you
no offense
but when he says 'custom'
it sounds like kusvton
First bruh
3rd wah
Nice but too bad this guy is underrated why why why
9th comment lol
Do you know how to make campfire recipes? Apparantly no one has attempted this recently so I'm all alone LOL! Here is my code:
CampfireRecipe campfireiron = new CampfireRecipe(NamespacedKey.minecraft("ironbar"), ironIngot);
campfireiron.(I'M STUCK HERE. WHAT DO I DO HERE??)
I want the ingredient to be an ItemMeta, so use CobbleMeta