Everything posted by Differentiation
- 
	
		
		Tried to launch Forge 1.12.2 but kept launching Vanilla game
		
		If you don't have Forge downloaded, make sure you follow the latter part of my previous message.
 - 
	
		
		Tried to launch Forge 1.12.2 but kept launching Vanilla game
		
		Go to Launch Options --> Click on the version you would like to run Forge on --> Open the version pick spoiler --> Scroll all the way down --> Pick the Forge version you would like to use. If you do not have a Forge version installed in your 'versions' folder, Download the Forge version you would like to use --> Install the libraries --> Follow the primer steps. Hope this helped ya!
 - 
	
		
		How do i fix my tooltip thing?
		
		Please put a Pastebin link, not a .java link...
 - 
	
		
		Question about a method
		
		stack.damageItem(1, playerIn); should do. Otherwise, if it updates to full durability after it is damaged, you need to execute the method server-side.
 - 
	
		
		[minecraft 1.8] block breaking events
		
		Then why did Draco18s tell me that 1.10.2 is soon to be unsupported as well?
 - 
	
		
		Custom sound not working
		
		MCP is not supported on this Forum. Please provide us with FML Forge code, then we can help.
 - 
	
		
		[minecraft 1.8] block breaking events
		
		1.8 is no longer supported on this Forum...
 - 
	
		
		[1.7.10] Player Property and Packet Handler
		
		1.10.2 is the best version to play on confirmed. Like if I'm right
 - 
	
		
		[1.10.2] [SOLVED] Why addVelocity() method when there is motionX, Y, Z?
		
		Well, what is the actual purpose of Mojang creating the EntityPlayer::addVelocity(double... x, double... y, double... z); method if there is EntityPlayer::motionX, motionY, and motionZ? They are almost identically the same.
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		Thanks
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		PotionEffect effect = player.getActivePotionEffect(MobEffects.JUMP_BOOST); if (effect != null) { double amplifier = effect.getAmplifier(); player.motionY = ((amplifier + 0.45D) * 1.25D) - (amplifier * 1.15D); } else { player.motionY = 0.45D; }
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		So you're basically telling me to remove the null check...
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		but amplifier is .getAmplifier(); method...
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		I see what you mean.
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		I don't see what you mean here. You're either talking about player.getActivePotionEffect(MobEffects.JUMP_BOOST) or player.motionY I don't see anything I called twice. Be more specific please?
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		else { player.motionY = 0.45D? }
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		What do you mean? amplifier?
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		Thankfully I'm smart in math if (player.getActivePotionEffect(MobEffects.JUMP_BOOST) != null) { double amplifier = player.getActivePotionEffect(MobEffects.JUMP_BOOST).getAmplifier(); player.motionY = ((amplifier + 0.45D) * 1.25D) - (amplifier * 1.1D); } else { player.motionY = 0.45D; } Thanks again
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		I see. I'll use MobEffects::JUMP_BOOST then. Thanks!
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		Why not though? Does it give errors or something?
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		Got it. Thanks!
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		PotionEffect::getAmplifier What is the getter for PotionEffect?
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		What's the getter method for PotionEffect? Sorry, I'm having a hard time to locate my IDE.
 - 
	
		
		[Merchant's Kingdom] - Looking for staff! (1000 player slot server)
		
		Cool!
 - 
	
		
		[1.10.2] [SOLVED] Checking for the Jump Boost level?
		
		Thanks!
 
IPS spam blocked by CleanTalk.