mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-23 17:09:19 +00:00
bump sparrow util
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package net.momirealms.craftengine.core.item.recipe;
|
||||
|
||||
public class CustomSmithingTransformRecipe {
|
||||
}
|
||||
@@ -17,6 +17,7 @@ public class RecipeTypes {
|
||||
public static final Key SMOKING = Key.of("minecraft:smoking");
|
||||
public static final Key CAMPFIRE_COOKING = Key.of("minecraft:campfire_cooking");
|
||||
public static final Key STONE_CUTTING = Key.of("minecraft:stone_cutting");
|
||||
public static final Key SMITHING_TRANSFORM = Key.of("minecraft:smithing_transform");
|
||||
|
||||
static {
|
||||
register(SHAPED, CustomShapedRecipe.FACTORY);
|
||||
|
||||
Reference in New Issue
Block a user