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.

azathoth22

Members
  • Joined

  • Last visited

Everything posted by azathoth22

  1. I would like your oppinion on this. I need to add two jar files to the mod classpath. Basically they come from the Reflections library http://code.google.com/p/reflections/ The need comes from me wanting to register blocks, items, entities,fluids, etc automatically using annotations in the following manner : To define my blocks like this @ObjectInfo(name="Sculpted Stone", unlocalizedName="sculpted.block") @BlockInfo(textureName="sculpted", creativeTab=CreativeTabs.tabBlock, material=Material.stone) public class SculptedBlock extends BlockContainer { public function addRecipes(List<IRecipe> recipes) { } ... And then all the blocks, items, entities, fluids, etc contained within the mod package hierarchy get registered properly into the gameregistry. The part of the code that does this is all implemented and working, however i'm running into the problem of distributing my mod, and it needs to include two other jars. So the question is really, "What is the nicest way to do that ?" I can always check for the classes and if they are not present, download and inject them into the mods folder. Is this a nice thing to do ? I'm open for suggestions

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.