9 lines
277 B
Java
9 lines
277 B
Java
|
package net.minecraft.world.item.crafting;
|
||
|
|
||
|
import net.minecraft.resources.ResourceKey;
|
||
|
|
||
|
public interface RecipeAccess {
|
||
|
RecipePropertySet propertySet(ResourceKey<RecipePropertySet> p_364463_);
|
||
|
|
||
|
SelectableRecipe.SingleInputSet<StonecutterRecipe> stonecutterRecipes();
|
||
|
}
|