Fixed crash on servers when starting with latest Forge. Fixes #3223

This commit is contained in:
raoulvdberge
2022-01-25 18:19:54 +01:00
parent bfea6ee9d3
commit ed8a8d33a6
3 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ import java.util.Set;
import java.util.function.Consumer;
import java.util.stream.Collectors;
public class PatternItem extends Item implements ICraftingPatternProvider, IItemRenderProperties {
public class PatternItem extends Item implements ICraftingPatternProvider {
private static final Map<ItemStackKey, ICraftingPattern> CACHE = new HashMap<>();
private static final String NBT_VERSION = "Version";