Minecraft 1.19 Forge Modding Tutorial | RECIPES & LOOT TABLES | #4

  Рет қаралды 35,222

Modding by Kaupenjoe

Modding by Kaupenjoe

Күн бұрын

Пікірлер: 72
@corruptsive1490
@corruptsive1490 Жыл бұрын
I'm honestly happy that their is a Minecraft tutorial out their that isn't MCreator Clickbait and actually takes you through how to set up everything correctly
@andresavila8720
@andresavila8720 8 ай бұрын
First, really amazing, quite easy to understand until now. I got a question, maybe someone can answer. The property "replace" inside the needs_diamond_tool and other json. What does it do?
@sandgunslinger2739
@sandgunslinger2739 7 ай бұрын
I'm guessing it needs to be set to 'false' in the json files you use for your mod so that it doesn't replace the vanilla tags
@ChuckBurgess1
@ChuckBurgess1 2 жыл бұрын
When I add the loot tables my blocks don't drop anything. Also, when I mine stone blocks they now don't drop anything either. What did I do wrong? I followed the tutorial exactly.
@boooooble3440
@boooooble3440 Жыл бұрын
try to put a s in the loot_tables folder. It's work for me
@kuroshiromugen4900
@kuroshiromugen4900 Жыл бұрын
@@boooooble3440 what do u mean? your loot_tables folder was named loot_table folder???
@tuneable_dev
@tuneable_dev Жыл бұрын
how do i edit the pattern for the recipe without it breaking
@snowray4458
@snowray4458 2 жыл бұрын
Is it possible to have only specific items be used as fuel, Items that can already be used as fuel, almost like the mod Tinkers Construct use blaze blood for specific items?
@JUST-A-UNFUNNY-GUY
@JUST-A-UNFUNNY-GUY Жыл бұрын
u \
@SamuraiDestroy
@SamuraiDestroy 2 жыл бұрын
For some reason my block won't drop anything.
@Tobi-hs9pt
@Tobi-hs9pt Ай бұрын
check the loot-table’s chances of dropping something.
@yocraftgg5866
@yocraftgg5866 Жыл бұрын
I put a needs_netherite_tool.json file in the tags/blocks directory, and it didn't work
@thaBugMaster
@thaBugMaster 2 жыл бұрын
Amazing work, thank you. You motivated me to go back to Java. I've been following your other series. Keep doing this tutorials my friend!
@ModdingByKaupenjoe
@ModdingByKaupenjoe 2 жыл бұрын
Glad you like them and very happy to hear
@mr.topbottom1448
@mr.topbottom1448 Жыл бұрын
What would you need to include as a loot table in order to account for multiple drops, like coal? I tried using the existing coal loot table and I can't get anything to drop :(
@eravern
@eravern Жыл бұрын
i would use the copper loot table if you want multiple drops, also the last part is probably why it dosent drop
@P0isonw0lf
@P0isonw0lf Жыл бұрын
I hate myself, I spent 30 minutes trying to figure out why it says he doesn't know tungsten_ingot, then I remembered I actually changed the name in the en_us.json because I wanted it to be "ingot" without changing anything else, only the name, then I forgot and used tungsten_ingot instead of tungsten in all of the recipes... WHY DO I HURT MYSELF LIKE THIS XD
@lucianoseibel
@lucianoseibel Жыл бұрын
Hey, pretty cool your video, but i could not change an already existing item recipe. If anyone know how to, could please tell me here? thx edit: i am trying to change a vanilla recipe, the stick recipe, plis help.
@jyphox5791
@jyphox5791 Жыл бұрын
i copied pasted everything in the right folders that are all well tidy like in the video, but i can still mine zircon block with wooden pickaxe....
@rykertothemax3743
@rykertothemax3743 Жыл бұрын
my game keeps saying mods.toml missing metadata help me please
@killaphyso4695
@killaphyso4695 Жыл бұрын
I BEG SOMEONE TO HELP ME!!! I DID EVERYTHING AS IN THE VIDEO 100,000 TIMES RECHECKED AND STILL WHEN MINING A BLOCK WITH ANY PICKAXE, IT DOES NOT FALL OUT!!!!
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
Make a github repo and join the discord server linked in the description. Make a new thread in the forge help channels and post the github repo link, help should be available for that issue 🙏🏻
@drenoughh
@drenoughh Жыл бұрын
Hi, thank you so much for your tutorials, helped me alot! Just wanted to ask if there's way how could I make own tags/block/mineable/ and like wrench or just custom mineable tools please ?
@eravern
@eravern Жыл бұрын
he says that in a later tutorial
@mariastra563
@mariastra563 Жыл бұрын
How would I modify vanilla ore drops? I am looking to replace iron ore dropping raw iron with a custom item I made, and I haven't found any helpful resources online, and I am stuck right now. [EDIT: SOLUTION IN COMMENTS OF THIS COMMENT]
@villagerwerman
@villagerwerman Жыл бұрын
Hi, same problem. Did you figure the solution?
@mariastra563
@mariastra563 Жыл бұрын
​@@villagerwerman directory: forge-1.19.2-43.2.21-mdk/src/main/resources/data/minecraft/loot_tables/blocks/iron_ore.json { "type": "minecraft:block", "pools": [ { "rolls": 1, "bonus_rolls": 0, "entries": [ { "type": "minecraft:item", "name": "harderprogression:raw_iron_shard" } ], "conditions": [ { "condition": "minecraft:survives_explosion" } ] } ] }
@villagerwerman
@villagerwerman Жыл бұрын
@@mariastra563 thank you
@Lixtar_
@Lixtar_ Жыл бұрын
okey im going insane i don't know how to make the pickaxe mine faster the block
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
I pretty much show this starting at 7:51 🤔🤔The speed of the mining in general is determined by the strength given in the ModBlocks for each of the blocks.
@cod3builder701
@cod3builder701 Жыл бұрын
I typed the files out myself, and the blocks break instantly. Why is that? And how can I decide how long it takes for the blocks to break?
@SamuraiDestroy
@SamuraiDestroy 2 жыл бұрын
I tried to build my mod into a jar file but it didn't work. Is there something I have to change before building a jar for the second time?
@Wertyhappy27
@Wertyhappy27 Жыл бұрын
did you ever figure this out?
@SamuraiDestroy
@SamuraiDestroy Жыл бұрын
@@Wertyhappy27 Yes I did.
@Wertyhappy27
@Wertyhappy27 Жыл бұрын
@@SamuraiDestroy can you share, got the same issue myself
@SamuraiDestroy
@SamuraiDestroy Жыл бұрын
@@Wertyhappy27 Make sure you change the version of the mod in both mods.toml and build.gradle
@beastbomber2316
@beastbomber2316 Жыл бұрын
Just spent the last hour debugging only to remember I turned tiledrops off in my world yesterday while making it lmao
@treasure3679
@treasure3679 Жыл бұрын
At 4 minutes in, I'm wondering if there's a way that i can do the same breakdown of all the jsons of mods i plan to be making my mod dependent on?
@JEEEBZ
@JEEEBZ 11 ай бұрын
so im having an issues with the needs tool part I followed everything and still can mine with any pickaxe
@ТоликНотолик
@ТоликНотолик Жыл бұрын
Also I want to create block that requries for smelting special type of wood to get an ingot, in other case you'll get something like ash. How to do this?
@fuzbeek
@fuzbeek Жыл бұрын
Hey Kaupenjoe, you may have seen my previous comments as I am doing this series entirely, slight issue with crafting recipes. I am able to smelt my ore and turn my block back into the main item (I am doing bauxite) but I for some reason am unable to turn the item back into a block. After trying your code I attempted to use the code for a block of redstone as a template and changed the names where necessary. Still no fix, what code should I try?
@novalinks
@novalinks Жыл бұрын
is there a way to limit a block to only drop items when broken by a netherite pickaxe or does it have the same mineing level as diamond and this wont be possible?
@ether6166
@ether6166 Жыл бұрын
How do I make the block breakable by any tool, even by the players first?
@theteamstuff7928
@theteamstuff7928 2 жыл бұрын
how to put new items to already existing loot tables?
@carlozgamer4811
@carlozgamer4811 9 ай бұрын
Can you modify existing recipes or loot tables?
@_Ryano
@_Ryano 2 жыл бұрын
How do you get to view the vanilla recipes? Do you need to download something? Mine doesnt have it.
@darkpal1339
@darkpal1339 Жыл бұрын
Love your tutorials, they are very straightforward! Also, I realized that there should also be smelting and blasting recipes for ore blocks...so that's even more recipe files to add
@gamelord9243
@gamelord9243 Жыл бұрын
my zircon blocks take almost as long as obsidian to break even with a diamond pick and drop nothing. what could be causing this? I checked the block's properties and the hardness and "of(Material)" are the same. I even copy-pasted the .json for iron block loot tables and replaced iron with zircon and this is still happening. Any Idea what could be causing this?
@ModdingByKaupenjoe
@ModdingByKaupenjoe Жыл бұрын
Double check that you followed 7:51 and after that correctly. You most likely have a typo in the mineables tag or something similar!
@mytwitchnamewastakensoyeah
@mytwitchnamewastakensoyeah Жыл бұрын
I followed the tutorial, no misspelling, yet the drops don't work. (Stone and coal also don't drop anything now)
@mytwitchnamewastakensoyeah
@mytwitchnamewastakensoyeah Жыл бұрын
okay I somehow fixed it and my guess is that if you add something in any of the files without it being in all the other places (i.e. you have a block in the tags but it doesn't have a loot table or the other way around), then everything breaks. still don't know why stone and coal broke though
@tueymoman
@tueymoman Жыл бұрын
the pickaxe folders are not working
@BenjaminBridges-zt4bi
@BenjaminBridges-zt4bi Жыл бұрын
I've added the tags exactly but I still can't mine the blocks. The hierarchy shows main>resources>data>minecraft>tags>blocks>mineable>pickaxe.json and the pickaxe.json was copied directly from your repo. I've left it and come back to it three times thinking I must be missing something simple. Any ideas? Added note: Great tutorials. Really thorough and easy to follow especially for a newbie in Java.
@BenjaminBridges-zt4bi
@BenjaminBridges-zt4bi Жыл бұрын
Figured it out, kind of! I rebuilt the forgegradle and it started working. Not sure what the issue was.
@mytwitchnamewastakensoyeah
@mytwitchnamewastakensoyeah Жыл бұрын
@@BenjaminBridges-zt4bi I'm having the same issue but idk how to fix it
@mytwitchnamewastakensoyeah
@mytwitchnamewastakensoyeah Жыл бұрын
what do you mean by rebuilding forgegradle?
@TheRealGirlWeeb
@TheRealGirlWeeb 2 жыл бұрын
for some reason, i can't get the blocks to drop. i do get the experience when mining ore but not the item drops. any ideas of what i could've messed up? I haven't been able to find typos.
@ModdingByKaupenjoe
@ModdingByKaupenjoe 2 жыл бұрын
Hey There, did you add the tags as well at 7:51? 🤔
@TheRealGirlWeeb
@TheRealGirlWeeb 2 жыл бұрын
@@ModdingByKaupenjoe yeah, even copied them from your git repo to make sure i didn't have any typos. if i remove the tags, EXP also stops dropping, so i'm assuming they do their job. edit: i found the typo. apparently i mistyped tutorialmod in the tutorialmod/loot_tables/bocks part.
@niftiestbiscuit2189
@niftiestbiscuit2189 Жыл бұрын
im having the same thing, any fixes?
@kuroshiromugen4900
@kuroshiromugen4900 Жыл бұрын
@@niftiestbiscuit2189 did you find it?
@ТоликНотолик
@ТоликНотолик Жыл бұрын
I really like your tutorials! Explaining is very clear!
@anetheriteminion4704
@anetheriteminion4704 2 жыл бұрын
Hey how would you remove a recipe
@dreamingreverie2935
@dreamingreverie2935 2 жыл бұрын
Maybe you can create a new recipe to cover the origenal recipe in minecraft, just like the textrue pack?
@NikitaBomba112
@NikitaBomba112 2 жыл бұрын
thanks for the video
@ModdingByKaupenjoe
@ModdingByKaupenjoe 2 жыл бұрын
You're welcome
@razenms3952
@razenms3952 2 жыл бұрын
is there a reason you are not using datageneration for recipes. just asking
@ModdingByKaupenjoe
@ModdingByKaupenjoe 2 жыл бұрын
Hey Razen, well to introduce it to new people I think data gen could be a bit overwhelming. Apart from that, it does take a bit too long to first set up which is why I usually like to reserve it for later in the tutorial series :)
@razenms3952
@razenms3952 2 жыл бұрын
@@ModdingByKaupenjoe yeah it is a bit tedious to start so i understand. very useful concept though for scaling your mod
@razenms3952
@razenms3952 2 жыл бұрын
@@ModdingByKaupenjoe btw keep up the tutorials the best on youtube no doubt
@migats2160
@migats2160 2 жыл бұрын
​@@ModdingByKaupenjoe It is not that overwhelming if it is just as simple as you have it now. You also promised to go in more advanced stuff so you have a great excuse using them.
Minecraft 1.19 Forge Modding Tutorial | ADVANCED ITEMS | #5
8:11
Modding by Kaupenjoe
Рет қаралды 29 М.
41 Minecraft Experiments!
17:43
Skip the Tutorial
Рет қаралды 1 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 37 МЛН
HAH Chaos in the Bathroom 🚽✨ Smart Tools for the Throne 😜
00:49
123 GO! Kevin
Рет қаралды 16 МЛН
pumpkins #shorts
00:39
Mr DegrEE
Рет қаралды 12 МЛН
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 38 МЛН
Minecraft 1.19 Forge Modding Tutorial | CUSTOM BLOCKS | #3
15:36
Modding by Kaupenjoe
Рет қаралды 51 М.
I Tried to Survive 100 Days in Original Hardcore Minecraft..
25:45
SmallishBeans
Рет қаралды 762 М.
Minecraft 1.19.2 Forge Modding Tutorial | CUSTOM BLOCK ENTITY | #22
40:56
Modding by Kaupenjoe
Рет қаралды 28 М.
I Made Minecraft Realistic
11:22
mysticat
Рет қаралды 3,7 МЛН
Is 8-Bit Minecraft Possible?
12:58
Inkbox
Рет қаралды 1,2 МЛН
211 Minecraft Build Hacks to Make Your Friends Jealous
1:13:18
Skip the Tutorial
Рет қаралды 3,3 МЛН
101 Bugs in Minecraft Alpha
7:37
Jyration
Рет қаралды 82 М.
Why ClownPierce Is Getting Worse At PvP...
5:37
Beary
Рет қаралды 94 М.
........ Did Mojang forget something this Christmas again..?
2:03
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 37 МЛН