Everything posted by Differentiation
-
Startup Error with Java 9
Oh, no, no... 1.7.10 is no longer supported in this Forum, any bugs or crashes and you're on your own. Forge will be implementing Java 9 for all versions most likely, but will start to focus more on the newer versions. Hence you must update quickly or else the train will board without you!
-
Startup Error with Java 9
No problem. I'm just saying, Forge is in the process of implementing Java 9, so bugs may occur...
-
Startup Error with Java 9
Java 9 is not yet supported by Minecraft Forge. Please use Java 8.
-
[1.10.2] [SOLVED] Sending a chat message to all players on the Server?
Hey, So I know of the way to send a message to the current event player, but I'm not so sure how to send it to all players. For one player: EntityPlayer::addChatMessage(new TextComponentString(msg)); For all players?: Solved. Thanks!
-
forge not downloading?
The forge team might have bugs with the newest 1.12.2 forge, so expect there to be bugs, especially if you're using a Mac®.
-
Forge crashes
FML Log?
-
[1.10.2] [UNSOLVABLE] Make the player light like a torch?
Oh, I guess not... Thanks though
-
[1.10.2] [UNSOLVABLE] Make the player light like a torch?
Hey, So I wanted to make an armor piece that, when worn, it will light the player up (like a torch...) is there a way to do that? Please leave your ideas below! Thanks! ~Differentiation
-
[1.10.2] [SOLVED] Different ways to cancel fall damage?
Sorry, wrong word... I just tested it and it turns out you are correct, it only cancels for one player as long as they meet the "if" expectations. Thanks for all the help guys!
-
[1.10.2] [SOLVED] Different ways to cancel fall damage?
Well, don't start threatening... I just learned how to cancel, of course I might sound noobie.
-
[1.10.2] [SOLVED] Different ways to cancel fall damage?
The typos are because I quickly wrote that code on the top of my head. I'm going to try to test it myself and see if it works or not, I mean maybe it's because I tested on an actual server with two different accounts or something, I will have to see when I can get back to my code tomorrow. Thanks for all the help though!
-
[1.10.2] [SOLVED] Different ways to cancel fall damage?
Like, if you use LivingFallEvent::setCanceled(true); it always sets the event canceled for all players.
-
[1.10.2] [SOLVED] Different ways to cancel fall damage?
It doesn't really work out If you do, lets say, this: If the player is wearing Leafy Boots, the events seems to cancel for every player. @SubscribeEvent public void cancelPlayerFallDamage(LivingFallEvent event) { if (event.getEntity() instanceof Entityplayer { EntityPlayer player = (EntityPlayer) event.getEntity(); if (player.getItemStackFromSlot(EntityEquipmentSlot.FEET).getItem() == DinocraftItems.LeafyBoots) { event.setCanceled(true); //Sets canceled for ALL players if only one player is wearing the item. See my point? } } }
-
[1.10.2] [SOLVED] Different ways to cancel fall damage?
Oh, yes... I'm going to try
-
[1.10.2] [SOLVED] Different ways to cancel fall damage?
That cancels fall damage for all the players. I only need it to cancel fall damage for EntityPlayer (the current player)... Any other ideas?
-
[1.10.2] [SOLVED] Infinite Armour Durability??
Thanks!
-
[1.10.2] [SOLVED] Infinite Armour Durability??
Hey So I was making this helmet, and I wanted it to have infinite durability. I tried to add this::setMaxDamage(100000); but the item still loses durability Is there a way to make it so that the green durability bar never shows? Please leave your ideas below. Thanks!
-
1.11.2 Armor that makes itself and the player invisible
just add the invisibility effect to the player in LivingUpdateEvent.
-
Minecraft forge mods not showing in menu
FML Log? jk Ummm... Are you sure you're running the forge version of Minecraft? You might be running vanilla. Please supply us with more details and information. Thanks!
-
[1.10.2] [SOLVED] Different ways to cancel fall damage?
Oh ya Soz mate, just on my laptop currently, I don't have my Java up... Thanks for the help anyways!
-
[1.10.2] [SOLVED] Different ways to cancel fall damage?
Well, wouldn't that play that "bone break" sound as well? I meant if there is any way to negate fall damage and that sound
-
[1.10.2] [SOLVED] Different ways to cancel fall damage?
Hey, So currently, to cancel only the single player's fall damage I'm using EntityPlayer::fallDistance = 0; to cancel player fall damage... However, whenever the player hits the ground, that "poof" sound is played (the sound meant to imitate the breaking of bones.) I was wondering, is there a way to cancel player fall damage without that sound? Please list the ways below if you have any. Thanks!
-
[1.10.2] [SOLVED] List of all Events??
Thanks!
-
[1.10.2] [SOLVED] List of all Events??
I know, but is there just a simple list? That process sounds a bit too time-consuming...
-
[1.10.2] [SOLVED] List of all Events??
Hello all! I have a question: Does anyone know the list of all the FML Forge Events? Please leave them below. Thanks!
IPS spam blocked by CleanTalk.