Used for storage like normal chests. All contents of the chest are put into all Ender Chests created, which means they access the same storage. The contents are localised to the player in SMP. If the ender chest is destroyed, none of its contents will be Ingredients: Obsidian + Eye of E...
minecraft:ender_chest minecraft:ender_eye minecraft:end_bricks minecraft:end_brick_stairs minecraft:end_brick_wall minecraft:end_crystal minecraft:end_rod minecraft:eye_armor_trim_smithing_template_duplicate minecraft:fence minecraft:fence_gate minecraft:fermented_spider_eye minecraft:FireCharge_coal_sulphur...
Bukkit.addRecipe(enderChestRecipe);// ItemStack obsidian = new ItemStack(Material.OBSIDIAN);// ShapedRecipe obsidianRecipe = new ShapedRecipe(obsidian);// obsidianRecipe.shape("***","***","***");// obsidianRecipe.setIngredient('*', Material.COBBLESTONE);// Bukkit.addRecipe(obsidianRecipe);...
Have diorite End Crystal Ender Chest Have an eye of ender Golden Carrot Gold Ingot from gold nuggets Have a gold nugget Glowstone Spectral Arrow Have glowstone dust Simple Firework Rocket TNT Have gunpowder Honey Block Sugar from honey bottle Have a honey bottle ...
* Removes the ender-chest crafting recipe from the server meaning it can only be obtained from creative mode. */privateremoveRecipe(){for(Iterator<Recipe> iterator = Bukkit.recipeIterator(); iterator.hasNext();) {if(iterator.next().getResult().getType() == Material.ENDER_CHEST) { ...
minecraft:ender_chest minecraft:ender_eye minecraft:end_bricks minecraft:end_brick_stairs minecraft:end_brick_wall minecraft:end_crystal minecraft:end_rod minecraft:eye_armor_trim_smithing_template_duplicate minecraft:fence minecraft:fence_gate minecraft:fermented_spider_eye minecraft:FireCharge_coal_sulphur...
vanillaFactory.createAnvilRecipe(ToolBelt.belt.of(6), pouch, Collections.singletonList(ToolBelt.belt.of(7))) ),VanillaRecipeCategoryUid.ANVIL); } 开发者ID:gigaherz,项目名称:ToolBelt,代码行数:17,代码来源:JeiPlugin.java 示例2: register
Slimefun.addHint((newStringBuilder("ENDER_")).append(parent.getName()).toString(),newString[] {"&eEnder Talismans have the advantage","&eof still working while they","&eare in your Ender Chest"}); } 开发者ID:StarWishsama,项目名称:Slimefun4-Chinese-Version,代码行数:15,代码来源:EnderTa...
enderChestRecipe.setIngredient('P', Material.ENDER_PEARL); Bukkit.addRecipe(enderChestRecipe);// ItemStack obsidian = new ItemStack(Material.OBSIDIAN);// ShapedRecipe obsidianRecipe = new ShapedRecipe(obsidian);// obsidianRecipe.shape("***","***","***");// obsidianRecipe.setIngredient('*'...
Bukkit.addRecipe(enderRecipe); ItemStack enderChest =newItemStack(Material.ENDER_CHEST);ShapedRecipeenderChestRecipe =newShapedRecipe(enderChest); enderChestRecipe.shape("***","*P*","***"); enderChestRecipe.setIngredient('*', Material.OBSIDIAN); ...