Disabled REI (not available in 1.19)
This commit is contained in:
parent
cfffd1fad8
commit
6d6a1175b5
10 changed files with 32 additions and 17 deletions
|
@ -1,5 +1,6 @@
|
|||
package ru.betterend.integration.rei;
|
||||
|
||||
/*
|
||||
import me.shedaniel.rei.api.common.category.CategoryIdentifier;
|
||||
import me.shedaniel.rei.api.common.display.SimpleGridMenuDisplay;
|
||||
import me.shedaniel.rei.api.common.display.basic.BasicDisplay;
|
||||
|
@ -7,7 +8,7 @@ import me.shedaniel.rei.api.common.entry.EntryStack;
|
|||
import me.shedaniel.rei.api.common.util.EntryIngredients;
|
||||
import me.shedaniel.rei.api.common.util.EntryStacks;
|
||||
import net.minecraft.ChatFormatting;
|
||||
import net.minecraft.network.chat.TranslatableComponent;
|
||||
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
import net.minecraft.world.item.Item;
|
||||
import net.minecraft.world.item.crafting.Recipe;
|
||||
|
@ -104,3 +105,4 @@ public class REIAlloyingDisplay extends BasicDisplay implements SimpleGridMenuDi
|
|||
.collect(Collectors.toList());
|
||||
}
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue