How to make a custom block use a vanilla loot table

Started by ShiroFliro on

Topic category: Help with modding (Java Edition)

Last seen on 14:15, 15. Oct 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a custom block use a vanilla loot table

Title says it all, I want my custom block to use a vanilla loot table, is there a way to do it without copying the loot table?

Last seen on 20:43, 20. Aug 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not really? Blocks by…
Sun, 10/15/2023 - 20:43

Not really? Blocks by default reference the loot table that's named after them. If this isn't technical though, and you just don't want to copy the entire loot table verbatim, you can find the loot table files on something like MCAsset, and just copy them into a locked loot table element to achive the same result.