ValkyrienSkies / Eureka

Basically Archimedes Ships, but with VS2 as the backend
Apache License 2.0
53 stars 31 forks source link

BUG: Ship engine not dropping inventory #208

Closed millennIumAMbiguity closed 1 year ago

millennIumAMbiguity commented 1 year ago

When the engine is broken, it does not drop the fuel from the item slot.

I believe it's done by calling something like this: level.addFreshEntity( myItemStack ) inside the following method override fun destroy(level: LevelAccessor, pos: BlockPos, state: BlockState)