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.

TheLarsinator

Members
  • Joined

  • Last visited

  1. Nevermind, it was running the old 32 bit java I had installed. Problem solved
  2. I am trying to setup a dev enviroment for 1.12. I downloaded the recommended 1.12 build, and ran gradlew setupDecompWorkspace. I get the error as shown on the screenshot. My RAM has plenty of free space, and I have tried increasing it in the gradle.properies, but 3 seems to be the maximum supported... Anyone has some solution/experience with this?
  3. Hi Draco, do you by any chance know of an example on how to use the RegistryName. I have been trying to update my mod to 1.9, but I cant get the item texture to load. ModelLoader.setCustomModelResourceLocation(LotsOMobsItems.DeerHide, 0, new ModelResourceLocation(LotsOMobsItems.DeerHide.getRegistryName().toString(), "inventory")); Thats the line Im trying to register the model with. public static void itemInit() { DeerHide = registerItem(new ItemMaterials("DeerHide")); } private static <T extends Item> T registerItem(T item) { GameRegistry.register(item); return item; } And here I register them.
  4. I have setup a workspace for the 1.7.10 pre4 version of forge. I ran the command: gradlew.bat setupDecompWorkspace --refresh-dependencies and gradlew.bat eclipse When I open eclipse, everything is as it should be. I can edit my code, look into the referenced libaries to read through vanilla code. But when I hit the run button, I get this error and it fails to start the client: This even happends when I remove all my own code from the workspace. I have tried with Forge 1139 and 1141 and both gave this issue.

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.