Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Pixelmon Mod not loading on 1.15.2
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
Ant

Pixelmon Mod not loading on 1.15.2

By Ant, May 23, 2020 in Support & Bug Reports

  • Reply to this topic
  • Start new topic

Recommended Posts

Ant    0

Ant

Ant    0

  • Tree Puncher
  • Ant
  • Members
  • 0
  • 1 post
Posted May 23, 2020 (edited)

I am trying to load Pixelmon Mod onto Minecraft 1.15.2 forge 31.1.37 

I have download the Pixelmon Mod (Pixelmon 1.15.2 JAR) and copied it to the MOD folder, when I try to load Minecraft it always comes back with an error message saying 

 

File Pixelmon-1.15.2.jar is for an older version of forge and cannot be loaded.

 

Am I downloading the wrong file, can anyone help

 

I have a very excited 8 year old and I am stuck

 

Thanks

 

Ant

Edited May 23, 2020 by Ant
  • Quote

Share this post


Link to post
Share on other sites

Ugdhar    232

Ugdhar

Ugdhar    232

  • World Shaper
  • Ugdhar
  • Members
  • 232
  • 2215 posts
Posted May 23, 2020
7 hours ago, Ant said:

I have download the Pixelmon Mod (Pixelmon 1.15.2 JAR)

Do not download mods from wherever you got that from, there is no such thing as pixelmon for 1.15.2. You should ONLY ever download mods from curseforge.com (or through the twitch client mentioned below)

Websites that host mods illegally will repack them with incorrect version numbers, host outdated versions, and sometimes even put viruses/spyware in them. If you'd like to find more information on this, why it's bad, and what websites to avoid, visit https://stopmodreposts.org/.

 

My advice for an 8 year old would be to get the twitch launcher from https://www.twitch.tv/downloads and use that. Makes it MUCH less likely you will get tampered with mods, and much easier to get mods.

 

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Klarks
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks · Posted 25 minutes ago

      Its kinda working now but how can i choose which of a default ones slots i want to use. For example i dont head slot or i just shouldn't use it as an index in my container? Now i get the facing thing  null = hands and armor vertical = hands horizontal = armor
    • Klarks
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks · Posted 59 minutes ago

      My constructor looks like this now. public ItemStackHandler handlerCustom; public IItemHandler handlerDefault; public IItemHandler both; LazyOptional<IItemHandler> optional; public WhoreEntity(EntityType<? extends WhoreEntity> type, World worldIn) { super(type, worldIn); handlerCustom = new ItemStackHandler(1); //1 handlerDefault = super.getCapability(CapabilityItemHandler.ITEM_HANDLER_CAPABILITY,Direction.EAST).orElseThrow(null); both = new CombinedInvWrapper(handlerCustom, ((IItemHandlerModifiable) handlerDefault)); optional = LazyOptional.of(() -> both); }   And my Override getCapability. I dont sure what is facing means @Nonnull @Override public <T> LazyOptional<T> getCapability(@Nonnull Capability<T> cap, @Nullable Direction side) { if(cap == CapabilityItemHandler.ITEM_HANDLER_CAPABILITY && side != null) { return (LazyOptional<T>)optional; } return super.getCapability(cap, side); }   Did i do that all right?
    • poopoodice
      [1.15.2]ServerWorld.spawnParticle excluding specific player

      By poopoodice · Posted 1 hour ago

      It sends a packet to all/tracking clients, you should be able to do the same thing but without sending to the specific player.
    • Woodside
      [1.15.2]ServerWorld.spawnParticle excluding specific player

      By Woodside · Posted 2 hours ago

      I have an item which I want to spawn a specific particle for the user, and then a separate particle for other players. Spawning one exclusively for the player using is easy enough, but spawning a particle server side has no way to exclude a specific player. Is there a way to do this without reflection?
    • DaemonUmbra
      I just started modding minecraft and I thought i had finished modding it but Titanium mod isn't loading properly. Can someone help me fix this?

      By DaemonUmbra · Posted 3 hours ago

      Please read the error...
  • Topics

    • Klarks
      32
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks
      Started Thursday at 06:22 AM

    • Woodside
      1
      [1.15.2]ServerWorld.spawnParticle excluding specific player

      By Woodside
      Started 2 hours ago

    • TheDonkey_King
      5
      I just started modding minecraft and I thought i had finished modding it but Titanium mod isn't loading properly. Can someone help me fix this?

      By TheDonkey_King
      Started 10 hours ago

    • BIGDog8808
      11
      HELP! WORLD WONT WORK

      By BIGDog8808
      Started 11 hours ago

    • Gubipe
      2
      Minecraft.getMinecraft().thePlayer.swingItem(); wont attack

      By Gubipe
      Started 7 hours ago

  • Who's Online (See full list)

    • Dr.Nickenstein
    • sucredore_tv
    • DeNub
    • vemerion
    • Choonster
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Pixelmon Mod not loading on 1.15.2
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community