Import optimisation, carver adding fix
This commit is contained in:
parent
2518759f7b
commit
8eba063b40
22 changed files with 49 additions and 94 deletions
|
@ -1,9 +1,6 @@
|
|||
package ru.bclib.recipes;
|
||||
|
||||
import java.util.Objects;
|
||||
|
||||
import com.google.gson.JsonObject;
|
||||
|
||||
import com.mojang.brigadier.exceptions.CommandSyntaxException;
|
||||
import net.fabricmc.api.EnvType;
|
||||
import net.fabricmc.api.Environment;
|
||||
|
@ -33,6 +30,8 @@ import ru.bclib.interfaces.UnknownReceipBookCategory;
|
|||
import ru.bclib.util.ItemUtil;
|
||||
import ru.bclib.util.RecipeHelper;
|
||||
|
||||
import java.util.Objects;
|
||||
|
||||
public class AnvilRecipe implements Recipe<Container>, UnknownReceipBookCategory {
|
||||
public final static String GROUP = "smithing";
|
||||
public final static RecipeType<AnvilRecipe> TYPE = BCLRecipeManager.registerType(BCLib.MOD_ID, GROUP);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue