Started by
w7n
on
Topic category: Help with Minecraft modding (Java Edition)
Do custom music discs automatically drop normally as a normal music disc, or would I have to change loot tables to include the new music disc?
Thanks, w7n
Topic category: Help with Minecraft modding (Java Edition)
Do custom music discs automatically drop normally as a normal music disc, or would I have to change loot tables to include the new music disc?
Thanks, w7n
No, custom records don't drop unless you create a loot table :D
I was wondering how I could add the 30 something music discs I created to the standard creeper loot table (when shot by skeleton) rather than overwriting it's original loottable where it drops gunpowder if it's killed by anything.
Any nice guides you might know about that? Or a quick summary from anyone here? Code snipplets would also work fine for me.
I actually tried overwriting the normal creeper loottable with one where it drops the different kinds of discs, but than it stopped dropping gunpowder, so I'm at a loss for what to do. I even tried using 2 separate loottables for the creeper, one with the original gunpowder drop, and one with the custom discs, but that way it only used the 1st loottable (happened to be the one with gunpowder) and the standard music discs from skelly shots.