Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[1.7.10] [CoreMod] [SP|MP] SanAndreasPs Manager Pack v2.2.0

Featured Replies

Posted

SanAndreasPs Manager Pack

 

This is a coremod required by all my mods. If you're a modder, you can use this as a library.

For Players:

For players it's just a coremod which has to be installed if it's required. Download for the pack is below (do not use the deobf nor the src package!).

For Modders:

To use this as a library (you want to use hooks from it or need this to develop for one of my mods), download the deobf and src .jar files. The deobf one goes into your build/libs folder, whereas the src folder can be placed anywhere (preferably inside build/sources).

After doing this, add the deobf as a library in your project settings and attack the src one as source.

 

 

[catbar]Download[/catbar]

Current downloads need at least Forge version

1.7.10-10.13.2.1232

Current download (Players):

- v. 1.7.10-2.2.0: Download  (*)

Current download (Modders):

You can now grab the deobf and src packages on the github releases page

Old downloads (Players):

- v. 1.7.10-2.1.0: Download  (*)

- v. 1.7.10-2.0.0: Download  (*)

- v. 2.0.0 (alpha): Download  (*)

- v. 1.4.2: Download  (*)

- v. 1.4.1: Download  (*)

- v. 1.4: Download  (*)

- v. 1.3: Download  (*)

- v. 1.2: Download  (*)

- v. 1.1_01: Download  (*)

- v. 1.1: Download  (*)

- v. 1.0_01: Download  (*)

- v. 1.0: Download  (*)

Old downloads (Modders):

- v. 1.7.10-2.1.0 (deobf): Download  (*)

- v. 1.7.10-2.1.0 (src): Download  (*)

- v. 1.7.10-2.0.0 (deobf): Download  (*)

- v. 1.7.10-2.0.0 (src): Download  (*)

 

 

[catbar]Installation (Players)[/catbar]

  • Install Minecraft Forge
  • Drop the .jar into the /mods folder

 

 

[catbar]Changelog[/catbar]

  • v 2.2.0:
    - Tuples refactored
    - Added model box (ModelRenderer) helper methods for creating new instances, reduces spaghetti code
    - cleaned up some stuff (renamed some classes etc.)
    - hopefully fixing the crash involving mods / servers (I'm looking at you Cauldron ⌐.⌐) modifying the EntityPlayer class. If it doesn't fix it, it's the mods doing stuff wrong
     
  • v 2.1.0:
    - added helper method to check if an index can be used for an array
    - moved client stuff out of SAPUtils and into SAPClientUtils
    - added pre-formatted translation method
    - added forge version check
    - added helper method for registering new recipes
  • v 2.0.0:- the list of changes is too massive to list them in any changelog :( -
  • v 2.0.0a: - n/a -
  • v 1.4.2:
    - fixed bug where the config files and default language files don't have the correct path on the client
    - extending the CommonUsedStuff class for future mod features
  • v 1.4.1:
    - fixed seroius glitch where the world stops loading for a couple of seconds if the update check file isn't reachable
    - Using FMLs Logging system
    - some more log info added
  • v 1.4:
    - updated to Forge 7.7.0.582 and later
    - updated for Minecraft 1.5
    - several changes in the Language Manager
  • v 1.3:
    - updated to Forge 6.5.0.473 and later
    - updated for Minecraft 1.4.6
    - Update manager brings its own Tick Handler to check for updates.
      * Mods which uses the Update manager don't need one anymore
      * Mods will be registered automatically when calling the Update Manager constructor
  • v 1.2:
    - added reassigning occupied Item/Block IDs upon config creation
    - shorter update notifications
    - different colored messages for different updates:
      * major versions will be shown red
      * minor versions (feature updates) will be shown yellow
      * revision versions (bugfixes) will be shown cyan
    - tweaked Language Manager
  • v 1.1_01:
    - updated to Minecraft 1.4.4
  • v 1.1:
    - Language Manager writes a default language file in the mod's language path.
    - fixed NPE in Language Manager
    - added method to get translated Name from specified language
  • v 1.0_01:
    - updated to Minecraft 1.4.2
    - bug fixed where a newer version of a mod would get an update message from the Update Manager
  • v 1.0:
    - first official and seperate release
    - rewritten config manager

 

 

[catbar]Modders Information[/catbar]

- coming soon -

 

[catbar]Source code[/catbar]

Source on Github:

https://github.com/SanAndreasP/SAPManagerPack

 

 

[catbar]License[/catbar]

88x31.png

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

  • 1 year later...
  • Author

I'm getting nothing but ads from the 2.0.0 link.

The asterisk leads you to the direct DL link.

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

  • 4 months later...

I followed all of the steps of instalition for version 142, and nothing happened, any ideas on what I did wrong? BTW I know this is an old version, but I wanted to use the version of clay soilders that had everything.

 

  • 1 month later...

I have put it in my mods folder but when i load it says No Manager Pack

 

Please reply soon,

SaabX93

  • 1 month later...
  • Author

I've finally updated this mod to 1.7.10 to prepare for a new mod \o/

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

  • 4 weeks later...
  • Author

updated the coremod to 2.1.0, adding some more helper methods

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

  • 1 month later...

I dont know which ones to download if I'm running Minecraft 1.7.2 using Forge 10.12.2.1147. I tried using the current, then went backwards, but cant seem to get one to work. Help please?

  • Author

I dont know which ones to download if I'm running Minecraft 1.7.2 using Forge 10.12.2.1147. I tried using the current, then went backwards, but cant seem to get one to work. Help please?

 

There's no 1.7.2 version and will never be. It's outdated.

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.