All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.spottedleaf.dataconverter.minecraft.versions.V2552 Maven / Gradle / Ivy

package ca.spottedleaf.dataconverter.minecraft.versions;

import ca.spottedleaf.dataconverter.minecraft.MCVersions;
import ca.spottedleaf.dataconverter.minecraft.converters.helpers.ConverterAbstractStringValueTypeRename;
import ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry;

import java.util.Map;
import java.util.HashMap;

public final class V2552 {

    private static final int VERSION = MCVersions.V20W20B + 15;

    public static void register() {
        ConverterAbstractStringValueTypeRename.register(VERSION, MCTypeRegistry.BIOME, Map.of(
                "minecraft:nether", "minecraft:nether_wastes"
        )::get);
    }

    private V2552() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy