Jump to content

MDW01

Members
  • Posts

    441
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by MDW01

  1. I would ask the mod authors about this the feature may have been removed.
  2. MDW01

    Forge

    1.7.10 is not supported on this forum update to receive support.
  3. Make sure you are running the same mods he is using.
  4. This isn't an issue with Forge make sure you are using the default Minecraft launcher.
  5. I think the latest version should still be compatible.
  6. MDW01

    Forge

    Download the installer and the server jar for the version you want to use make sure all of these are the same version.
  7. There's this great tool called google. Post here or make a git issue on their GitHub. https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1272389-worldedit-do-really-big-things-in-game-in-game-map
  8. This is the forge forums, not the world edit forums. It says report this so go report it to the author. Also, post the logs as it said in the chat.
  9. MDW01

    Forge

    No, the error means that it could not download the vanilla server which it needs to run the forge server. You need to download the Minecraft server jar from Mojang for the version of Minecraft you want to use. Place it in the folder with the forge jar and rename it to 'minecraft_server.1.xx.x.jar' replace the 'x' with your version number. Then continue to launch the forge jar.
  10. MDW01

    Forge

    Usually to fix this you to do download the Minecraft server jar manually for your version and put it in the folder. You may have to rename it to 'minecraft_server.1.12.2.jar' or whatever your version is so Forge is happy.
  11. It is not really that much harder and if you are struggling with the new system we can help you with it. That's what we are here for.
  12. Yes just have your interface check if the armor is equipped.
  13. The basics are: Create an IExtendedReach interface that will allow you to identify when you can use extended reach, and provide a method to get the value of the reach. Make your custom command/effect implement the IExtendedReach interface. Create and register a custom IMessage packet for telling the server about a successful attack. Handle the MouseEvent where you: Check whether the mouse left button was clicked. Check whether an IExtendedReach item is equipped. Calculate a MovingObjectPosition with the reach of the item. If the MovingObjectPosition returns an entity, send a custom packet to the server to call the attack method on that entity. Heres a similar tuturial http://jabelarminecraft.blogspot.com/p/minecraft-modding-extending-reach-of.html
  14. Are you clicking a block if not what are you?
  15. Are you left clicking an item?
  16. First off this is the off topic subform for support with making mods check out Mod Developer Central > Modder Support. Also if you just plan on doing basic effects such as speed and health you can use the existing ones as an example of how to make your own modified version. If you are trying to do something more complex give an example and I will try to help you figure out how to do it.
  17. MDW01

    Help

    Do what it's telling you to do download the Minecraft server jar for your version and put it in the folder. You may have to rename it to 'minecraft_server.1.12.2.jar' so forge is happy. If you updated java to the latest version it will also cause issues make sure you are using Java 8.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.