First pass at Soul Forge JEI compat
This commit is contained in:
parent
1171861785
commit
f1f8010edc
8 changed files with 235 additions and 9 deletions
|
@ -3,6 +3,7 @@ package WayofTime.bloodmagic.api.registry;
|
|||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import lombok.Getter;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.util.BlockPos;
|
||||
import net.minecraft.world.World;
|
||||
|
@ -10,7 +11,8 @@ import WayofTime.bloodmagic.api.recipe.SoulForgeRecipe;
|
|||
|
||||
public class SoulForgeRecipeRegistry
|
||||
{
|
||||
public static List<SoulForgeRecipe> recipeList = new ArrayList<SoulForgeRecipe>();
|
||||
@Getter
|
||||
private static List<SoulForgeRecipe> recipeList = new ArrayList<SoulForgeRecipe>();
|
||||
|
||||
public static void registerRecipe(SoulForgeRecipe recipe)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue