We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f68fc commit 7ad415eCopy full SHA for 7ad415e
1 file changed
lib/project_view/configs/views/map.dart
@@ -148,7 +148,7 @@ class _MapConfigViewState extends ConsumerState<MapConfigView> {
148
if (!Directory(value).existsSync()) {
149
return "Directory does not exist";
150
}
151
- if (!File(p.join(value, "level.dat")).existsSync()) {
+ if (!Directory(p.join(value, "region")).existsSync()) {
152
return "Directory does not seem to contain a Minecraft World";
153
154
return null;
0 commit comments