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 12/14/18 in all areas

  1. Don’t call set default state anywhere other than the constructor. Have you tried debugging your syncing?
  2. If code needs to be executed on both, then it shouldn't be in a proxy at all.
  3. Your folder is named assets.modid it needs to be 2 folders (/assets/modid/) You also have to register your modid with the ObjLoader IIRC. - A common proxy doesn’t make sense - You MUST instantiate your objects in the appropriate registry events. Not doing this can lead to a number of bugs and/or crashes - you’re using a bunch of other bad/outdated code practices that don’t work on modern forge versions
  4. You should set up your GitHub repo differently, it should be in your root mod folder (the one right above /src/) Your repository is currently missing the files needed for someone else to download and set it up. Here’s an example of a properly set up repository (notice the build.gradle file) https://github.com/Cadiboo/Example-Mod. I think you should put a breakpoint in loadColor in your block class, and see what color it returns and why. As a programmer you need to know how to use the debugger, it’s an extremely helpful and powerful tool and there are plenty of online tutorials about it. Because you were using a TE, I assumed you were using a TESR. It’s good that you’re not though

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.