Metal textures & recipes
This commit is contained in:
parent
2a0ebe4b25
commit
1589bf33c0
42 changed files with 58 additions and 156 deletions
|
@ -1,5 +1,7 @@
|
|||
package ru.betterend.recipe.builders;
|
||||
|
||||
import java.util.Objects;
|
||||
|
||||
import com.google.gson.JsonObject;
|
||||
|
||||
import net.fabricmc.api.EnvType;
|
||||
|
@ -28,8 +30,6 @@ import ru.betterend.registry.EndTags;
|
|||
import ru.betterend.util.ItemUtil;
|
||||
import ru.betterend.util.RecipeHelper;
|
||||
|
||||
import java.util.Objects;
|
||||
|
||||
public class AnvilRecipe implements Recipe<Inventory>, BetterEndRecipe {
|
||||
|
||||
public final static String GROUP = "smithing";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue