9
0
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:
XiaoMoMi
2025-03-17 19:46:41 +08:00
parent cb59257755
commit efbf273d65
4 changed files with 29 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
package net.momirealms.craftengine.core.item.recipe;
public class CustomSmithingTransformRecipe {
}

View File

@@ -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);