Class CrucibleCastingJeiRecipe

java.lang.Object
com.hbm_m.compat.jei.CrucibleCastingJeiRecipe

public class CrucibleCastingJeiRecipe extends Object
JEI display wrapper for a single crucible mold-casting recipe. Matches the slot layout of the legacy NEI CrucibleCastingHandler: input @ (48, 24) mold @ (75, 6) basin @ (75, 42) — foundry basin as catalyst display output @ (102, 24)
  • Constructor Details

    • CrucibleCastingJeiRecipe

      public CrucibleCastingJeiRecipe(net.minecraft.world.item.ItemStack input, net.minecraft.world.item.ItemStack mold, net.minecraft.world.item.ItemStack output)
  • Method Details

    • getInput

      public net.minecraft.world.item.ItemStack getInput()
    • getMold

      public net.minecraft.world.item.ItemStack getMold()
    • getOutput

      public net.minecraft.world.item.ItemStack getOutput()