Update strings

master
Treer 2020-07-13 23:50:02 +10:00
parent aa188604c0
commit dfc0f72407
2 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ public class Actions {
"Amidst - Advanced Minecraft Interfacing and Data/Structure Tracking\n" "Amidst - Advanced Minecraft Interfacing and Data/Structure Tracking\n"
+ (FeatureToggles.MINETEST_SUPPORT ? "Amidst for Minetest - The Amidst project adapted to support Minetest\n\n" : "\n") + (FeatureToggles.MINETEST_SUPPORT ? "Amidst for Minetest - The Amidst project adapted to support Minetest\n\n" : "\n")
+ amidstVersion.createVersionString() + "\n" + amidstVersion.createVersionString() + "\n"
+ "Project page: https://github.com/Treer/amidstest\n" + "Project page: https://github.com/Treer/Amidst-for-Minetest\n"
+ "Forum thread: https://forum.minetest.net/viewtopic.php?t=19869"); + "Forum thread: https://forum.minetest.net/viewtopic.php?t=19869");
} }

View File

@ -18,7 +18,7 @@ public enum WorldType {
V5 ("v5", "v5", null), V5 ("v5", "v5", null),
V6 ("v6", "v6", null), V6 ("v6", "v6", null),
V7 ("v7", "v7", null), V7 ("v7", "v7", null),
V7_FLOATLANDS ("v7 Floatlands", "v7floatlands", null), V7_FLOATLANDS ("early v7 Floatlands (MT5.1.0 or earlier)", "v7floatlands", null),
// FLAT - can reuse the minecraft FLAT // FLAT - can reuse the minecraft FLAT
FRACTAL ("Fractal", "fractal", null), FRACTAL ("Fractal", "fractal", null),
CARPATHIAN ("Carpathian", "carpathian", null), CARPATHIAN ("Carpathian", "carpathian", null),