cocolabs / cococakes

Minecraft Forge mod that makes cakes even more awesome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V-tweaks bug

SpGilbert opened this issue · comments

when you break either the choice or golden cake it drops a vanilla cake. This is with the cake breaking feature enabled.

Take a look at how V-Tweaks handles cake drops in CakeTweaks.java (line 23).

For every CakeBlock instance it will just convert the vanilla cake block into an item and drop it. It doesn't make a difference between modded cakes (custom classes that extend CakeBlock) and the vanilla cake. Not much we can do here, it's how the V-Tweaks mod seems to work 🤷

TLDR; it's not a problem with our mod, just a limitation of V-Tweaks.