fzzyhmstrs / EMI_loot

12 stars 10 forks source link

Fix EmiRecipe#getInputs for BlockLootRecipe and MobLootRecipe #62

Closed unilock closed 1 week ago

unilock commented 3 months ago

Returns the block dropping loot and the spawn egg of the entity (if it exists), respectively

Partially fixes #48

unilock commented 1 week ago

Looks like MobLootRecipe has already been fixed by recent commits :)

BlockLootRecipe still needs adjustment, though:

https://github.com/fzzyhmstrs/EMI_loot/blob/5e9d995b6fd079d3e4e1d5705671fb9fbe47eed9/src/main/java/fzzyhmstrs/emi_loot/emi/BlockLootRecipe.java#L85-L88

fzzyhmstrs commented 1 week ago

To be perfectly honest, I completely forgot about this PR, and happened to implement the fix independently on my own. The Block recipe thing was a good catch; I've also impl'd that on my end.