revert: Recipes formatting

This commit is contained in:
Jakub Žitník 2025-03-07 13:21:53 +01:00
parent f50a3cb88e
commit e723e3ab2d
Signed by: jzitnik
GPG Key ID: C577A802A6AF4EF3
51 changed files with 511 additions and 203 deletions

View File

@ -2,7 +2,14 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "^.*_wool$", "^.*_wool$", "^.*_wool$", "^oak_planks$", "^oak_planks$",
"^oak_planks$", "_", "_", "_" }, result = "bed", amount = 1, usingRegex = true)
public class BedRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"^.*_wool$", "^.*_wool$", "^.*_wool$",
"^oak_planks$", "^oak_planks$", "^oak_planks$",
"_", "_", "_"
},
result = "bed",
amount = 1,
usingRegex = true
)
public class BedRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "iron_ingot", "_", "iron_ingot", "_", "iron_ingot", "_", "_", "_",
"_" }, result = "bucket", amount = 1)
public class BucketRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"iron_ingot", "_", "iron_ingot",
"_", "iron_ingot", "_",
"_", "_", "_"
},
result = "bucket",
amount = 1
)
public class BucketRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "oak_planks", "oak_planks", "oak_planks", "oak_planks", "_", "oak_planks",
"oak_planks", "oak_planks", "oak_planks" }, result = "chest", amount = 1)
public class ChestRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"oak_planks", "oak_planks", "oak_planks",
"oak_planks", "_", "oak_planks",
"oak_planks", "oak_planks", "oak_planks"
},
result = "chest",
amount = 1
)
public class ChestRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "coal", "coal", "coal", "coal", "coal", "coal", "coal", "coal",
"coal" }, result = "coal_block", amount = 1)
public class CoalBlockRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"coal", "coal", "coal",
"coal", "coal", "coal",
"coal", "coal", "coal"
},
result = "coal_block",
amount = 1
)
public class CoalBlockRecipe {}

View File

@ -2,6 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "coal_block", "_", "_", "_", "_", "_", "_", "_", "_" }, result = "coal", amount = 9)
public class CoalRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"coal_block", "_", "_",
"_", "_", "_",
"_", "_", "_"
},
result = "coal",
amount = 9
)
public class CoalRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "oak_planks", "oak_planks", "_", "oak_planks", "oak_planks", "_", "_", "_",
"_" }, result = "crafting_table", amount = 1)
public class CraftingTableRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"oak_planks", "oak_planks", "_",
"oak_planks", "oak_planks", "_",
"_", "_", "_"
},
result = "crafting_table",
amount = 1
)
public class CraftingTableRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "diamond", "diamond", "_", "stick", "diamond", "_", "stick",
"_" }, result = "diamond_axe", amount = 1)
public class DiamondAxe2Recipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "diamond", "diamond",
"_", "stick", "diamond",
"_", "stick", "_"
},
result = "diamond_axe",
amount = 1
)
public class DiamondAxe2Recipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "diamond", "diamond", "_", "diamond", "stick", "_", "_", "stick",
"_" }, result = "diamond_axe", amount = 1)
public class DiamondAxeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"diamond", "diamond", "_",
"diamond", "stick", "_",
"_", "stick", "_"
},
result = "diamond_axe",
amount = 1
)
public class DiamondAxeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "diamond", "diamond", "diamond", "diamond", "diamond", "diamond", "diamond",
"diamond", "diamond" }, result = "diamond_block", amount = 1)
public class DiamondBlockRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"diamond", "diamond", "diamond",
"diamond", "diamond", "diamond",
"diamond", "diamond", "diamond"
},
result = "diamond_block",
amount = 1
)
public class DiamondBlockRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "diamond", "diamond", "_", "stick", "_", "_", "stick",
"_" }, result = "diamond_hoe", amount = 1)
public class DiamondHoe2Recipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "diamond", "diamond",
"_", "stick", "_",
"_", "stick", "_"
},
result = "diamond_hoe",
amount = 1
)
public class DiamondHoe2Recipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "diamond", "diamond", "_", "_", "stick", "_", "_", "stick",
"_" }, result = "diamond_hoe", amount = 1)
public class DiamondHoeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"diamond", "diamond", "_",
"_", "stick", "_",
"_", "stick", "_"
},
result = "diamond_hoe",
amount = 1
)
public class DiamondHoeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "diamond", "diamond", "diamond", "_", "stick", "_", "_", "stick",
"_" }, result = "diamond_pickaxe", amount = 1)
public class DiamondPickaxeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"diamond", "diamond", "diamond",
"_", "stick", "_",
"_", "stick", "_"
},
result = "diamond_pickaxe",
amount = 1
)
public class DiamondPickaxeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "diamond_block", "_", "_", "_", "_", "_", "_", "_",
"_" }, result = "diamond", amount = 9)
public class DiamondRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"diamond_block", "_", "_",
"_", "_", "_",
"_", "_", "_"
},
result = "diamond",
amount = 9
)
public class DiamondRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "diamond", "_", "_", "stick", "_", "_", "stick",
"_" }, result = "diamond_shovel", amount = 1)
public class DiamondShovelRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "diamond", "_",
"_", "stick", "_",
"_", "stick", "_"
},
result = "diamond_shovel",
amount = 1
)
public class DiamondShovelRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "diamond", "_", "_", "diamond", "_", "_", "stick",
"_" }, result = "diamond_sword", amount = 1)
public class DiamondSwordRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "diamond", "_",
"_", "diamond", "_",
"_", "stick", "_"
},
result = "diamond_sword",
amount = 1
)
public class DiamondSwordRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "cobblestone", "cobblestone", "cobblestone", "cobblestone", "_", "cobblestone",
"cobblestone", "cobblestone", "cobblestone" }, result = "furnace", amount = 1)
public class FurnaceRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"cobblestone", "cobblestone", "cobblestone",
"cobblestone", "_", "cobblestone",
"cobblestone", "cobblestone", "cobblestone"
},
result = "furnace",
amount = 1
)
public class FurnaceRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot", "gold_ingot",
"gold_ingot", "gold_ingot", "gold_ingot" }, result = "gold_block", amount = 1)
public class GoldBlockRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"gold_ingot", "gold_ingot", "gold_ingot",
"gold_ingot", "gold_ingot", "gold_ingot",
"gold_ingot", "gold_ingot", "gold_ingot"
},
result = "gold_block",
amount = 1
)
public class GoldBlockRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "gold_block", "_", "_", "_", "_", "_", "_", "_",
"_" }, result = "gold_ingot", amount = 9)
public class GoldIngotRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"gold_block", "_", "_",
"_", "_", "_",
"_", "_", "_"
},
result = "gold_ingot",
amount = 9
)
public class GoldIngotRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "gold_ingot", "gold_ingot", "_", "stick", "gold_ingot", "_", "stick",
"_" }, result = "golden_axe", amount = 1)
public class GoldenAxe2Recipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "gold_ingot", "gold_ingot",
"_", "stick", "gold_ingot",
"_", "stick", "_"
},
result = "golden_axe",
amount = 1
)
public class GoldenAxe2Recipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "gold_ingot", "gold_ingot", "_", "gold_ingot", "stick", "_", "_", "stick",
"_" }, result = "golden_axe", amount = 1)
public class GoldenAxeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"gold_ingot", "gold_ingot", "_",
"gold_ingot", "stick", "_",
"_", "stick", "_"
},
result = "golden_axe",
amount = 1
)
public class GoldenAxeRecipe {}

View File

@ -2,7 +2,13 @@ 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 {
}
@CraftingRecipeRegistry(
recipe = {
"_", "gold_ingot", "gold_ingot",
"_", "stick", "_",
"_", "stick", "_"
},
result = "golden_hoe",
amount = 1
)
public class GoldenHoe2Recipe {}

View File

@ -2,7 +2,13 @@ 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 GoldenHoeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"gold_ingot", "gold_ingot", "_",
"_", "stick", "_",
"_", "stick", "_"
},
result = "golden_hoe",
amount = 1
)
public class GoldenHoeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "gold_ingot", "gold_ingot", "gold_ingot", "_", "stick", "_", "_", "stick",
"_" }, result = "golden_pickaxe", amount = 1)
public class GoldenPickaxeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"gold_ingot", "gold_ingot", "gold_ingot",
"_", "stick", "_",
"_", "stick", "_"
},
result = "golden_pickaxe",
amount = 1
)
public class GoldenPickaxeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "gold_ingot", "_", "_", "stick", "_", "_", "stick",
"_" }, result = "golden_shovel", amount = 1)
public class GoldenShovelRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "gold_ingot", "_",
"_", "stick", "_",
"_", "stick", "_"
},
result = "golden_shovel",
amount = 1
)
public class GoldenShovelRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "gold_ingot", "_", "_", "gold_ingot", "_", "_", "stick",
"_" }, result = "golden_sword", amount = 1)
public class GoldenSwordRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "gold_ingot", "_",
"_", "gold_ingot", "_",
"_", "stick", "_"
},
result = "golden_sword",
amount = 1
)
public class GoldenSwordRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "iron_ingot", "iron_ingot", "_", "stick", "iron_ingot", "_", "stick",
"_" }, result = "iron_axe", amount = 1)
public class IronAxe2Recipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "iron_ingot", "iron_ingot",
"_", "stick", "iron_ingot",
"_", "stick", "_"
},
result = "iron_axe",
amount = 1
)
public class IronAxe2Recipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "iron_ingot", "iron_ingot", "_", "iron_ingot", "stick", "_", "_", "stick",
"_" }, result = "iron_axe", amount = 1)
public class IronAxeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"iron_ingot", "iron_ingot", "_",
"iron_ingot", "stick", "_",
"_", "stick", "_"
},
result = "iron_axe",
amount = 1
)
public class IronAxeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot", "iron_ingot",
"iron_ingot", "iron_ingot", "iron_ingot" }, result = "iron_block", amount = 1)
public class IronBlockRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"iron_ingot", "iron_ingot", "iron_ingot",
"iron_ingot", "iron_ingot", "iron_ingot",
"iron_ingot", "iron_ingot", "iron_ingot"
},
result = "iron_block",
amount = 1
)
public class IronBlockRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "iron_ingot", "iron_ingot", "_", "stick", "_", "_", "stick",
"_" }, result = "iron_hoe", amount = 1)
public class IronHoe2Recipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "iron_ingot", "iron_ingot",
"_", "stick", "_",
"_", "stick", "_"
},
result = "iron_hoe",
amount = 1
)
public class IronHoe2Recipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "iron_ingot", "iron_ingot", "_", "_", "stick", "_", "_", "stick",
"_" }, result = "iron_hoe", amount = 1)
public class IronHoeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"iron_ingot", "iron_ingot", "_",
"_", "stick", "_",
"_", "stick", "_"
},
result = "iron_hoe",
amount = 1
)
public class IronHoeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "iron_block", "_", "_", "_", "_", "_", "_", "_",
"_" }, result = "iron_ingot", amount = 9)
public class IronIngotRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"iron_block", "_", "_",
"_", "_", "_",
"_", "_", "_"
},
result = "iron_ingot",
amount = 9
)
public class IronIngotRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "iron_ingot", "iron_ingot", "iron_ingot", "_", "stick", "_", "_", "stick",
"_" }, result = "iron_pickaxe", amount = 1)
public class IronPickaxeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"iron_ingot", "iron_ingot", "iron_ingot",
"_", "stick", "_",
"_", "stick", "_"
},
result = "iron_pickaxe",
amount = 1
)
public class IronPickaxeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "iron_shovel", "_", "_", "stick", "_", "_", "stick",
"_" }, result = "iron_shovel", amount = 1)
public class IronShovelRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "iron_shovel", "_",
"_", "stick", "_",
"_", "stick", "_"
},
result = "iron_shovel",
amount = 1
)
public class IronShovelRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "iron_ingot", "_", "_", "iron_ingot", "_", "_", "stick",
"_" }, result = "iron_sword", amount = 1)
public class IronSwordRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "iron_ingot", "_",
"_", "iron_ingot", "_",
"_", "stick", "_"
},
result = "iron_sword",
amount = 1
)
public class IronSwordRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "oak_planks", "oak_planks", "_", "oak_planks", "oak_planks", "_", "oak_planks",
"oak_planks", "_" }, result = "oak_door", amount = 3)
public class OakDoorRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"oak_planks", "oak_planks", "_",
"oak_planks", "oak_planks", "_",
"oak_planks", "oak_planks", "_"
},
result = "oak_door",
amount = 3
)
public class OakDoorRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "oak_log", "_", "_", "_", "_", "_", "_", "_",
"_" }, result = "oak_planks", amount = 4)
public class OakPlanksRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"oak_log", "_", "_",
"_", "_", "_",
"_", "_", "_"
},
result = "oak_planks",
amount = 4
)
public class OakPlanksRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "oak_planks", "_", "_", "oak_planks", "_", "_", "_", "_",
"_" }, result = "stick", amount = 4)
public class StickRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"oak_planks", "_", "_",
"oak_planks", "_", "_",
"_", "_", "_"
},
result = "stick",
amount = 4
)
public class StickRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "cobblestone", "cobblestone", "_", "stick", "cobblestone", "_", "stick",
"_" }, result = "stone_pickaxe", amount = 1)
public class StoneAxe2Recipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "cobblestone", "cobblestone",
"_", "stick", "cobblestone",
"_", "stick", "_"
},
result = "stone_pickaxe",
amount = 1
)
public class StoneAxe2Recipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "cobblestone", "cobblestone", "_", "cobblestone", "stick", "_", "_", "stick",
"_" }, result = "stone_pickaxe", amount = 1)
public class StoneAxeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"cobblestone", "cobblestone", "_",
"cobblestone", "stick", "_",
"_", "stick", "_"
},
result = "stone_pickaxe",
amount = 1
)
public class StoneAxeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "stone", "stone", "_", "stick", "_", "_", "stick",
"_" }, result = "stone_hoe", amount = 1)
public class StoneHoe2Recipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "stone", "stone",
"_", "stick", "_",
"_", "stick", "_"
},
result = "stone_hoe",
amount = 1
)
public class StoneHoe2Recipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "stone", "stone", "_", "_", "stick", "_", "_", "stick",
"_" }, result = "stone_hoe", amount = 1)
public class StoneHoeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"stone", "stone", "_",
"_", "stick", "_",
"_", "stick", "_"
},
result = "stone_hoe",
amount = 1
)
public class StoneHoeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "cobblestone", "cobblestone", "cobblestone", "_", "stick", "_", "_", "stick",
"_" }, result = "stone_pickaxe", amount = 1)
public class StonePickaxeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"cobblestone", "cobblestone", "cobblestone",
"_", "stick", "_",
"_", "stick", "_"
},
result = "stone_pickaxe",
amount = 1
)
public class StonePickaxeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "cobblestone", "_", "_", "stick", "_", "_", "stick",
"_" }, result = "stone_shovel", amount = 1)
public class StoneShovelRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "cobblestone", "_",
"_", "stick", "_",
"_", "stick", "_"
},
result = "stone_shovel",
amount = 1
)
public class StoneShovelRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "cobblestone", "_", "_", "cobblestone", "_", "_", "stick",
"_" }, result = "stone_sword", amount = 1)
public class StoneSwordRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "cobblestone", "_",
"_", "cobblestone", "_",
"_", "stick", "_"
},
result = "stone_sword",
amount = 1
)
public class StoneSwordRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "oak_planks", "oak_planks", "_", "stick", "oak_planks", "_", "stick",
"_" }, result = "wooden_axe", amount = 1)
public class WoodenAxe2Recipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "oak_planks", "oak_planks",
"_", "stick", "oak_planks",
"_", "stick", "_"
},
result = "wooden_axe",
amount = 1
)
public class WoodenAxe2Recipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "oak_planks", "oak_planks", "_", "oak_planks", "stick", "_", "_", "stick",
"_" }, result = "wooden_axe", amount = 1)
public class WoodenAxeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"oak_planks", "oak_planks", "_",
"oak_planks", "stick", "_",
"_", "stick", "_"
},
result = "wooden_axe",
amount = 1
)
public class WoodenAxeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "oak_planks", "oak_planks", "_", "stick", "_", "_", "stick",
"_" }, result = "wooden_hoe", amount = 1)
public class WoodenHoe2Recipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "oak_planks", "oak_planks",
"_", "stick", "_",
"_", "stick", "_"
},
result = "wooden_hoe",
amount = 1
)
public class WoodenHoe2Recipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "oak_planks", "oak_planks", "_", "_", "stick", "_", "_", "stick",
"_" }, result = "wooden_hoe", amount = 1)
public class WoodenHoeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"oak_planks", "oak_planks", "_",
"_", "stick", "_",
"_", "stick", "_"
},
result = "wooden_hoe",
amount = 1
)
public class WoodenHoeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "oak_planks", "oak_planks", "oak_planks", "_", "stick", "_", "_", "stick",
"_" }, result = "wooden_pickaxe", amount = 1)
public class WoodenPickaxeRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"oak_planks", "oak_planks", "oak_planks",
"_", "stick", "_",
"_", "stick", "_"
},
result = "wooden_pickaxe",
amount = 1
)
public class WoodenPickaxeRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "oak_planks", "_", "_", "stick", "_", "_", "stick",
"_" }, result = "wooden_shovel", amount = 1)
public class WoodenShovelRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "oak_planks", "_",
"_", "stick", "_",
"_", "stick", "_"
},
result = "wooden_shovel",
amount = 1
)
public class WoodenShovelRecipe {}

View File

@ -2,7 +2,13 @@ package cz.jzitnik.game.crafting.recipes;
import cz.jzitnik.game.annotations.CraftingRecipeRegistry;
@CraftingRecipeRegistry(recipe = { "_", "oak_planks", "_", "_", "oak_planks", "_", "_", "stick",
"_" }, result = "wooden_sword", amount = 1)
public class WoodenSwordRecipe {
}
@CraftingRecipeRegistry(
recipe = {
"_", "oak_planks", "_",
"_", "oak_planks", "_",
"_", "stick", "_"
},
result = "wooden_sword",
amount = 1
)
public class WoodenSwordRecipe {}