Package vazkii.botania.mixin
Interface ShapedRecipeAccessor
public interface ShapedRecipeAccessor
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.ShapedRecipePatternRaw pattern access, since this is not exposed directly.net.minecraft.world.item.ItemStackRaw accessor so we don't have to deal with janky empty registry access.
-
Method Details
-
botania_getPattern
net.minecraft.world.item.crafting.ShapedRecipePattern botania_getPattern()Raw pattern access, since this is not exposed directly. -
botania_getResult
net.minecraft.world.item.ItemStack botania_getResult()Raw accessor so we don't have to deal with janky empty registry access.
-