ItemGrassHorn manually spawns in item drops
Aaron1011 opened this issue ยท 0 comments
In ItemGrassHorn, block drops are manually spawned in. Like in this issue, this prevents mods like SpongeForge from doing the tracking needed to properly rollback block changes.
If would be a great help if Botania could call Block#dropBlockAsItem
instead of manually spawning in drops.