/* * Decompiled with CFR 0.152. * * Could not load the following classes: * com.google.common.collect.ImmutableMap */ package net.minecraft.util.datafix.fixes; import com.google.common.collect.ImmutableMap; import java.util.Map; public class DyeItemRenameFix { public static final Map RENAMED_IDS = ImmutableMap.builder().put((Object)"minecraft:cactus_green", (Object)"minecraft:green_dye").put((Object)"minecraft:rose_red", (Object)"minecraft:red_dye").put((Object)"minecraft:dandelion_yellow", (Object)"minecraft:yellow_dye").build(); }