Interface NorthstarComponents
public interface NorthstarComponents
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final dev.latvian.mods.kubejs.recipe.component.ListRecipeComponent<com.mojang.datafixers.util.Either<net.neoforged.neoforge.fluids.FluidStack, com.simibubi.create.content.processing.recipe.ProcessingOutput>> static final dev.latvian.mods.kubejs.recipe.component.ListRecipeComponent<com.mojang.datafixers.util.Either<net.neoforged.neoforge.fluids.crafting.SizedFluidIngredient, net.minecraft.world.item.crafting.Ingredient>>
-
Field Details
-
SIZED_FLUID_OR_ITEM_LIST
static final dev.latvian.mods.kubejs.recipe.component.ListRecipeComponent<com.mojang.datafixers.util.Either<net.neoforged.neoforge.fluids.crafting.SizedFluidIngredient,net.minecraft.world.item.crafting.Ingredient>> SIZED_FLUID_OR_ITEM_LIST -
FLUID_OR_PROCESSING_OUTPUT_LIST
static final dev.latvian.mods.kubejs.recipe.component.ListRecipeComponent<com.mojang.datafixers.util.Either<net.neoforged.neoforge.fluids.FluidStack,com.simibubi.create.content.processing.recipe.ProcessingOutput>> FLUID_OR_PROCESSING_OUTPUT_LIST
-