The-Betweenlands
The-Betweenlands copied to clipboard
Replace improper usage of BetweenlandsWorldStorage.forWorld()
BetweenlandsWorldStorage.forWorld(world) will throw an error if the specified world is missing the capability, the correct usage in these cases is BetweenlandsWorldStorage.forWorldNullable(world)
Addresses issue #1380