How to make creepers drop custom discs

Started by ihavecheesenetman on

Topic category: Help with MCreator software

Last seen on 04:05, 21. Jan 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make creepers drop custom discs

I've tried it on many other forums but it didnt seem to work. Here is what i am currently using

i would love some help 

 

cheese

Last seen on 08:35, 19. Nov 2023
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Go to C:\Users\…
Fri, 01/21/2022 - 03:36

Go to

C:\Users\<LOCALPCACCOUNTNAME>\MCreatorWorkspaces\<WORKSPACEFOLDER>\build\resources\main(default location).

There you can edit the folder like it's a datapack.

Last seen on 08:35, 19. Nov 2023
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're using tags... those…
Fri, 01/21/2022 - 03:47

You're using tags... those are used for only categorizing items, not for mob drops...

Loot tables are what you're looking for.

Last seen on 04:05, 21. Jan 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok thank you    
Fri, 01/21/2022 - 04:06

ok thank you

 

 

This will make a pig drop a…
Fri, 01/21/2022 - 06:25

This will make a pig drop a disk when a creeper kills them with an explosion.
You can simply remove the source entity to make any entity that kills it to give a disc too.

all you need is to make a loot table put it under your namespace for your mod and then use the path in the following command block listed below.


loot spawn ~ ~ ~ loot namespace:registry_name

procedure