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.

Leaderboard

Popular Content

Showing content with the highest reputation on 04/19/20 in all areas

  1. Looks about right. However you don't need to use Object::equals to compare enums just use ==.
  2. Have you tried reading the readme? It has an example project.
  3. net.minecraft.state.StateContainer.Builder is the correct one. Also side note use your IDE to override methods in a subclass.
  4. Forge doesn't load mods from version-named folders anymore, as Mojang's launcher allows you to create profiles (They call them installations, which I think is a bad descriptor of what they actually do) that allow you to select a Minecraft version and a Game Directory. This Game Directory is the folder that your mods folder, config folder, logs folder, etc. are placed in.
  5. Don't extract it, if WinRar extracts it on double click then that's your problem, WinRar is naughty and has no business taking over the jar file extension. Run this once and try again. https://johann.loefflmann.net/en/software/jarfix/index.html
  6. It's a library that Forge uses, and it's not hacks in the way you're thinking. In this case "hack" means "code that we have no choice but to use even though it's terrible and ugly and should die in a fire" https://github.com/cpw/grossjava9classpathhacks/
  7. @Override public void render(MatrixStack matrixStackIn, IVertexBuilder bufferIn, int packedLightIn, int packedOverlayIn, float red, float green, float blue, float alpha) { Body.render(matrixStackIn, bufferIn, packedLightIn, packedOverlayIn, red, green, blue, alpha); } In here, you overrode the AgeableModel's render method which contains the info for scaling child models.
  8. The "minecraft: at the beginning IE "minecraft:diamond_pickaxe" is the modid for vanilla stuff.
  9. FnafAddon is made with MCreator and is broken. You should delete it. Oh and 1.12 is no longer supported on these forums. Please update to a modern version of Minecraft to receive support.

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.