Reformated

This commit is contained in:
Frank 2022-06-08 20:58:41 +02:00
parent fc1da134e7
commit 60e8008cb7
416 changed files with 5772 additions and 4573 deletions

View file

@ -1,13 +1,13 @@
package org.betterx.betterend.recipe;
import net.minecraft.world.item.Items;
import net.minecraft.world.level.block.Blocks;
import org.betterx.betterend.recipe.builders.AlloyingRecipe;
import org.betterx.betterend.registry.EndBlocks;
import org.betterx.betterend.registry.EndItems;
import org.betterx.betterend.registry.EndTags;
import net.minecraft.world.item.Items;
import net.minecraft.world.level.block.Blocks;
public class AlloyingRecipes {
public static void register() {
AlloyingRecipe.Builder.create("additional_iron")