does anyone know how to make vanilla mobs/blocks drop custom drops and how to change the vanilla recipes

Started by GhostlyBlob on

Topic category: Help with modding (Java Edition)

Last seen on 03:05, 8. Sep 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
does anyone know how to make vanilla mobs/blocks drop custom drops and how to change the vanilla recipes

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. 

Last seen on 23:42, 8. Sep 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you create a loot table…
Fri, 08/02/2024 - 23:04

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

Last seen on 18:33, 8. Sep 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For your Loot Table issue…
Sat, 08/03/2024 - 06:54

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.

Last seen on 03:05, 8. Sep 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Question bo_bo can you show…
Sat, 08/03/2024 - 14:59

Question bo_bo can you show me the namespace thing

Last seen on 03:05, 8. Sep 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know what namespace is…
Sat, 08/03/2024 - 15:08

I know what namespace is know can you show me how to do it.

Last seen on 03:05, 8. Sep 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks
Sat, 08/03/2024 - 15:12

thanks

Last seen on 09:29, 9. Sep 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're welcome
Sat, 08/03/2024 - 15:21

You're welcome