Newer
Older
void-pack-super-server / work / decompile-ee3ecae0 / net / minecraft / server / DataConverterCoralFan.java
Simon Lindgren on 26 Mar 2020 552 bytes first commit
package net.minecraft.server;

import com.google.common.collect.ImmutableMap;
import java.util.Map;

public class DataConverterCoralFan {

    public static final Map<String, String> a = ImmutableMap.builder().put("minecraft:tube_coral_fan", "minecraft:tube_coral_wall_fan").put("minecraft:brain_coral_fan", "minecraft:brain_coral_wall_fan").put("minecraft:bubble_coral_fan", "minecraft:bubble_coral_wall_fan").put("minecraft:fire_coral_fan", "minecraft:fire_coral_wall_fan").put("minecraft:horn_coral_fan", "minecraft:horn_coral_wall_fan").build();
}