It is now possible to shift-click into the input slot of machines when the input slot is not empty, provided the clicked item is identical to the item in the slot
Machine storage file size hugely optimized
Space enchantments now no longer duplicate onto the first item in the anvil
Lightsabers no longer lose space enchantments when toggled
Player gravity is now always reset on respawn
Items will no longer display in the space guide, or space cheat guide if their recipe is disabled
API
Machine API for inventories now has slot requirement to determine which slots should be clickable, and saved on close/open/break
Added. If the player has not visited the planet, it will return the world's spawn location, and if the world relevant to the planet is not present, it will return null
Code (Java):
SpaceAPI.
discardEnergyNetworks(Planet planet
);
Added. Forcefully removes, and terminates all energy networks in the given planet.