przemykomo / simple-planes

Planes mod for minecraft forge.
GNU Lesser General Public License v3.0
28 stars 26 forks source link

Fix crash when using summon command to summon a supply crate with no items defined #199

Closed Mimexe closed 2 months ago

Mimexe commented 2 months ago

Fix crash when using summon command to summon a supply crate with no items defined.

Command used: /summon simpleplanes:parachute ~ ~5 ~ {has_storage_crate:1b} Behavior before: when the crate arrives at ground, game crashes Behavior after: the crate spawns with no items

Tested