Making regular potions takes a brewing stand, blaze powder to keep it fueled, various ingredients from all over the world ofMinecraft, and an awkward potion. Awkward potions are brewed from nether wort and glass bottles full of water and are the base for every other potion. You can then add...
net.minecraftforge.event.ForgeEventFactory.onPlayerBrewedPotion(playerIn, stack);this.player.addStat(AchievementList.POTION); }super.onPickupFromSlot(playerIn, stack); } 开发者ID:F1r3w477,项目名称:CustomWorldGen,代码行数:10, privateList<ItemStack>getNewPotions(ArrayList<ItemStack> knownPotions, Arr...
potion.setThrowableHeading(look.xCoord, look.yCoord, look.zCoord,0.85F,2.0F); world.spawnEntityInWorld(potion);if(targetinstanceofEntityPlayer) { ((EntityPlayer) target).resetCooldown(); } } 开发者ID:mchorse,项目名称:metamorph,代码行数:44,代码来源:Potions.java 注:本文中的net.minecraft.ini...