public class ModRecipes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<AmadronRecipe>> |
AMADRON_OFFERS |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<AssemblyRecipe>> |
ASSEMBLY_DRILL |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<AssemblyRecipe>> |
ASSEMBLY_LASER |
static net.minecraftforge.fml.RegistryObject<ShapedRecipeNoMirror.Serializer> |
CRAFTING_SHAPED_NO_MIRROR |
static net.minecraftforge.fml.RegistryObject<ShapedPressurizableRecipe.Serializer> |
CRAFTING_SHAPED_PRESSURIZABLE |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<DroneColorCrafting>> |
DRONE_COLOR_CRAFTING |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<DroneUpgradeCrafting>> |
DRONE_UPGRADE_CRAFTING |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<ExplosionCraftingRecipe>> |
EXPLOSION_CRAFTING |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<FluidMixerRecipe>> |
FLUID_MIXER |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<FuelQualityRecipe>> |
FUEL_QUALITY |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<GunAmmoPotionCrafting>> |
GUN_AMMO_POTION_CRAFTING |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<HeatFrameCoolingRecipe>> |
HEAT_FRAME_COOLING |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<HeatPropertiesRecipe>> |
HEAT_PROPERTIES |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<OneProbeCrafting>> |
ONE_PROBE_HELMET_CRAFTING |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<PatchouliBookCrafting>> |
PATCHOULI_BOOK_CRAFTING |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<PressureChamberRecipe>> |
PRESSURE_CHAMBER |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<PressureDisenchantingRecipe>> |
PRESSURE_CHAMBER_DISENCHANTING |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<PressureEnchantingRecipe>> |
PRESSURE_CHAMBER_ENCHANTING |
static net.minecraftforge.registries.DeferredRegister<net.minecraft.item.crafting.IRecipeSerializer<?>> |
RECIPES |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<RefineryRecipe>> |
REFINERY |
static net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<ThermoPlantRecipe>> |
THERMO_PLANT |
| Constructor and Description |
|---|
ModRecipes() |
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.item.crafting.IRecipeSerializer<?>> RECIPES
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<AmadronRecipe>> AMADRON_OFFERS
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<AssemblyRecipe>> ASSEMBLY_LASER
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<AssemblyRecipe>> ASSEMBLY_DRILL
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<PressureChamberRecipe>> PRESSURE_CHAMBER
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<PressureEnchantingRecipe>> PRESSURE_CHAMBER_ENCHANTING
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<PressureDisenchantingRecipe>> PRESSURE_CHAMBER_DISENCHANTING
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<ExplosionCraftingRecipe>> EXPLOSION_CRAFTING
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<HeatFrameCoolingRecipe>> HEAT_FRAME_COOLING
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<RefineryRecipe>> REFINERY
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<ThermoPlantRecipe>> THERMO_PLANT
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<FluidMixerRecipe>> FLUID_MIXER
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<FuelQualityRecipe>> FUEL_QUALITY
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.IRecipeSerializer<HeatPropertiesRecipe>> HEAT_PROPERTIES
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<OneProbeCrafting>> ONE_PROBE_HELMET_CRAFTING
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<GunAmmoPotionCrafting>> GUN_AMMO_POTION_CRAFTING
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<DroneUpgradeCrafting>> DRONE_UPGRADE_CRAFTING
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<DroneColorCrafting>> DRONE_COLOR_CRAFTING
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.item.crafting.SpecialRecipeSerializer<PatchouliBookCrafting>> PATCHOULI_BOOK_CRAFTING
public static final net.minecraftforge.fml.RegistryObject<ShapedPressurizableRecipe.Serializer> CRAFTING_SHAPED_PRESSURIZABLE
public static final net.minecraftforge.fml.RegistryObject<ShapedRecipeNoMirror.Serializer> CRAFTING_SHAPED_NO_MIRROR