Sinhika / SimpleOres2

split off from Alexndr's SimpleCore
19 stars 20 forks source link

Raw tin block doesn't drop when mined. #59

Closed Sinhika closed 2 years ago

Sinhika commented 2 years ago

Place a raw tin block, try to mine it with a stone tool, it is destroyed without dropping. Check mining tags; this would have been the first mod so ported, might have missed something.

Sinhika commented 2 years ago

Caused by: missing loot tables for raw tin block, raw mythril block, and raw adamantium block. Fixed with commit 92e9fc8eac33b2e83b5a7393ef31875ce1e3dcf7 . Added missing loot tables to datagen, re-ran data generation and re-published as SimpleOres2 1.18.1-4.0.0.5. TODO: merge changes into 1.18 branch.