Use of illegal characters in MS Windows names cause game to crash
Tsoccerguy3 opened this issue ยท 1 comments
SGCraft/src/mod/gcewing/sg/SGDimensionMap.java
public static SGDimensionMap get() {
World world = BaseUtils.getWorldForDimension(0);
return BaseUtils.getWorldData(world, SGDimensionMap.class, "sgcraft:dimension_map");
use of the ":" character in a name on windows is not allowed , change "sgcraft:dimension_map" to
"sgcraft-dimension_map"
Fixed in 1.15.1. Builds will be available here: https://ore.spongepowered.org/Dockter/SGCraft once I post them.