pattern as the image below. In the first row, there should be 1 redstone torch in the first box, 1 redstone dust in the second box, and 1 redstone torch in the third box. In the second row, there should be 3 stones. This is the Minecraft crafting recipe for a redstone repeater....
示例1: registerCommunicationRecipe ▲点赞 2▼ importnet.minecraft.init.Items;//导入方法依赖的package包/类privatevoidregisterCommunicationRecipe(){ ItemStack[] input =newItemStack[3]; input[0] =newItemStack(this); input[1] =newItemStack(Item.getItemFromBlock(Blocks.jukebox));// Add a jukebox i...