importnet.minecraft.block.Block;//导入方法依赖的package包/类@OverridepublicintgetBurnTime(@Nonnull ItemStack fuel){if(!fuel.isEmpty() && Block.getBlockFromItem(fuel.getItem()) ==this&& StoneType.byMetadata(fuel.getItemDamage()) == StoneType.CHARCOAL_BLOCK)return16000;return0; } 开发者ID:jaq...
getBlock() instanceof BlockLogPile || state.getBlock() instanceof BlockCharcoalPile) { return true; } if (state.getMaterial().getCanBurn()) { return false; } return state.isNormalCube(); } 代码示例来源:origin: CoFH/ThermalDynamics public Result getAction(BlockPos pos) { if (this.pos ...
In this example, we have placed 1 Iron in the first slot, 1 Water in the second slot, 1 Charcoal in the third slot, and 1 Salt in the fourth slot. This is the Minecraft crafting recipe for Heat Block.Now that you have added the ingredients to the Lab Table, click on the Combine ...
开发者ID:EnderiumSmith,项目名称:CharcoalPit,代码行数:18,代码来源:BlockPotteryKiln.java 示例3: onBlockHarvested ▲点赞 2▼ importnet.minecraft.world.World;//导入方法依赖的package包/类@OverridepublicvoidonBlockHarvested(World worldIn, BlockPos pos, IBlockState state, EntityPlayer player){if(worldI...
Electric Blockaloo takes place June 25-28 inside the video game Minecraft, which during the festival will feature 65 digitally-rendered stages including those hosted by labels and artists like Bedouin, Claptone, Desert Hearts, Zhu, Gryffin, Jauz, Diplo, Sacha Robotti, Dirtybird and many more. ...
77. Admiring the Interior of Saint Andrews Cathedral - 78. Beef Teriyaki Zoodles - To Simply Inspire 79. Orange Garlic Shrimp with Asparagus 80. Salt Dough Recipe: Earth in my Pocket (Earth Day A 81. DIY Castle Dungeon Minecraft Kid's Bedroom Paint T ...
开发者ID:EnderiumSmith,项目名称:CharcoalPit,代码行数:20,代码来源:PileIgnitr.java 示例5: onPlayerClickBlock ▲点赞 3▼ importnet.minecraftforge.event.entity.player.PlayerInteractEvent;//导入方法依赖的package包/类@SubscribeEventpublicvoidonPlayerClickBlock(PlayerInteractEvent.RightClickB...