This Minecraft tutorial explains how to craft a water bucket with screenshots and step-by-step instructions. In Minecraft, a bucket of water is one of the many basic items that you can make. Let's explore how to make a water bucket.
UnlimitedWaterBucket is a Minecraft Bukkit/Spigot plugin that adds functionality for players to obtain and use unlimited water buckets within the game. This is only compatible with Pyrofarming to remove the need for refilling buckets when watering your growstations. Add this to your server to enhan...
Since we are making two elevators at once, you need two main water sources. For that, you have tomake bucketsand use them on a river, lake, or ocean to collect water. You simply need to equip the bucket and click on a water source to collect it. Get Kelp in Minecraft The bubble s...
WATER_BUCKET ? FluidRegistry.WATER : FluidRegistry.LAVA; int waterFilled = tileEntity.fluidHandler.fill(new FluidStack(fluid, 1000), true); if (waterFilled > 0 && !playerIn.isCreative()) { playerIn.setHeldItem(EnumHand.MAIN_HAND, new ItemStack(Items.BUCKET)); } } else if (itemHeld ...
开发者ID:elytra,项目名称:Thermionics,代码行数:25,代码来源:MashTunRecipe.java 示例3: getFluid ▲点赞 3▼ @NullablepublicFluidStackgetFluid(){ Item item = container.getItem();if(item == Items.WATER_BUCKET) {returnnewFluidStack(FluidRegistry.WATER, Fluid.BUCKET_VOLUME); ...