custom item in suspicious sand/gravel

Started by Ante19 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
custom item in suspicious sand/gravel

Is there a way to add my custom item to suspicious sand or gravel?

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You probably want to find…
Mon, 03/31/2025 - 10:57

You probably want to find the loot table ID, then add your item to the loot pool. Under namespace, set it to minecraft, then under registry name, set suspicious_sand, then add it. Repeat the process but name it suspicious_gravel.

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
But what type of loot table…
Fri, 04/04/2025 - 16:44

But what type of loot table I need to select (generic, gift or what)

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do somebody know how to…
Mon, 04/21/2025 - 16:45

Do somebody know how to solve my problem?

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can do this via datapack…
Tue, 04/22/2025 - 12:48

You can do this via datapack: data>minecraft>loot_tables>archaeology, then just edit any .json file you want to include your item

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok thanks
Tue, 04/22/2025 - 14:16

Ok thanks

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey cdc1234
Tue, 04/22/2025 - 16:50

Hey cdc1234

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you show screenshot of…
Tue, 04/22/2025 - 16:51

Can you show screenshot of loot table?