forked from jzitnik/twodcraft
9 lines
288 B
Java
9 lines
288 B
Java
package cz.jzitnik.game.crafting.recipes;
|
|
|
|
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
|
|
|
|
@CraftingRecipeRegistry(recipe = { "_", "gold_ingot", "gold_ingot", "_", "stick", "_", "_", "stick",
|
|
"_" }, result = "golden_hoe", amount = 1)
|
|
public class GoldenHoe2Recipe {
|
|
}
|