Started by
GhostlyBlob
on
Topic category: Help with modding (Java Edition)
Like the title says I need help making vanilla mobs/block drop custom items/drop and how to change the vanilla recipes I want to know this because after I am done creating this mod I'm creating I want to create a mod that's like NTP (no tree punching) but makes it so getting iron takes at least 5 to 1 minutes.
if you create a loot table for a vanilla mob/block the original loot will be replaced with your custom loot table , to replace a vanilla recipe create a recipe and set it's recipe namespace to minecraft
For your Loot Table issue:
Use the Plugin Loot modifier. This allows you to add a Loot Table to an existing one without replacing it completely.
For your Vanilla Recipe Issue:
You can create a internal Datapack inside your Mod. Check this page for more help.
Question bo_bo can you show me the namespace thing
I know what namespace is know can you show me how to do it.
https://imgur.com/Ok55S9o
thanks
You're welcome