SortedSet<ItemStack> stairsIngredients = ingredientsGetter.getIngredients(theRecipe);for(ItemStack stairsIngredient : stairsIngredients) {if(stairsIngredient !=null) { assertEqual(stairsIngredient.getData().getData(), (byte)0); } } Bukkit.getServer().broadcastMessage("realtest passed"); } 开发者ID:...
Recipe tags allow you to group together similar elements, for example different types of wood stairs, so that you can construct one recipe that can adapt to a variety of parameters. Seethis articlefor more information on recipe tags.
21/Mar/24 7:07 PM is duplicated by MC-269691Shift-click items when crafting Hopper not behaving properly. Resolved MC-269847Shaped custom recipes for unstackable items with a max_stack_size result greater than 1 cause improper recipe book behavior ...
}elseif(ShapedRecipes.class.isAssignableFrom(recipe)) {RecipeSorter.register("extrautils:"+ recipe.getSimpleName(), (Class)recipe,RecipeSorter.Category.SHAPED,"after:minecraft:shaped before:minecraft:shapeless"); }elseif(ShapelessRecipes.class.isAssignableFrom(recipe)) {RecipeSorter.register("extrautil...
Item IDminecraft:purpur_block Numerical ID201 StackableYes Max Stack Size64 Recipes Used InPurpur Slab,Purpur Stairs Hardness1.5 DiggableYes Min / Max State IDs9134 - 9134
Legacy Item ID (1.12.2 and Below) minecraft:sandstone Numerical ID 24:1 Stackable Yes Max Stack Size 64 Recipes Used In Sandstone Slab, Sandstone Stairs Hardness 0.8 Material Rock Diggable Yes Min / Max State IDs 247 - 247 Chiseled Sandstone Crafting Recipes Below you can find the crafting ...
The item ID for spruce planks in Minecraft is shown below: Copy Spruce Planks Spawn Command The Spruce Planks item can be spawned in Minecraft with the below command. Cheats must be enabled before this will work. Copy If you are running the Essentials plugin, you will need to run /...
Item ID minecraft:mossy_cobblestone Numerical ID 48 Stackable Yes Max Stack Size 64 Recipes Used In Mossy Cobblestone Wall, Mossy Cobblestone Stairs, Mossy Cobblestone Slab Hardness 2.0 Material Rock Diggable Yes Min / Max State IDs 1433 - 1433 Mossy Cobblestone Crafting Recipes Below you can find...
开发者ID:StarQuestMinecraft,项目名称:StarQuestCode,代码行数:20,代码来源:RecipeVerifier.java 示例11: addRecipes ▲点赞 3▼ importorg.bukkit.inventory.ShapedRecipe;//导入依赖的package包/类@SuppressWarnings("deprecation")staticvoidaddRecipes(){/**Redstone Apple Recipe**/ShapedReciperedstoneApple =newSh...
importorg.bukkit.inventory.Recipe;//导入方法依赖的package包/类@TestpublicvoidjungleWoodPlanksCanCreateCraftingTableAndJungleWoodStairs(){ Tree planks =newTree(Material.WOOD); planks.setSpecies(TreeSpecies.JUNGLE); MaterialRecipes materialRecipes = recipeSnapshot.getMaterialRecipes(planks);booleanfoundWorkBenc...