12 lines
206 B
Java
12 lines
206 B
Java
package io.izzel.arclight.mod.util;
|
|
|
|
import net.minecraft.util.ResourceLocation;
|
|
|
|
import java.util.Map;
|
|
|
|
public class ArclightWorldRegistry {
|
|
|
|
private static Map<ResourceLocation, String> worldName;
|
|
|
|
}
|