Started by
ShiroFliro
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Topic category: Help with Minecraft modding (Java Edition)
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?
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.