Create an Ore that drops like redstone ore?

Started by jadenquinn8 on

Topic category: Help with modding (Java Edition)

Last seen on 06:31, 18. Nov 2022
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create an Ore that drops like redstone ore?

This error is something that is new as of the newest prerelease of MCreator, and it makes it so that I have no other options in terms of a random drop procedure, from 2-5.

I can't compile until this is solved so yea, please tell me how I can create a drop procedure that will make it so that I can drop a random amount of items per ore.

Yes, I've tried looking it up but none of the solutions work. Yes, on this forum too.

Last seen on 06:31, 18. Nov 2022
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Sat, 03/27/2021 - 17:09

Error

Last seen on 06:06, 25. Mar 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use a loottable to…
Sat, 03/27/2021 - 19:37

You can use a loottable to fix this for the ore. Simply add all the items it will drop (the dust like item you made) and set its minimum count to 2 and maximum count to 5. Then change the Loot Table Registry Name to blocks/"oreName" and the loottable type to block with the namespace set as mod. Also make sure to save and keep open so if any errors comes up with the name stuff you can change it.

Last seen on 06:31, 18. Nov 2022
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It doesn't work, I did this…
Tue, 03/30/2021 - 22:46

It doesn't work, I did this and now the ore doesn't drop anything at all.

Last seen on 11:45, 23. Jan 2023
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
doesn't the "dust" option…
Mon, 04/19/2021 - 06:02

doesn't the "dust" option work?

 

it should be in the ore creation menu