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 11/05/18 in Posts

  1. This is true, it's even in my signature. ? It will obviously go over the basics first, but eventually I will get to TE's. And I would love criticism from the various modders on here for when it is made to make it better than I can by myself.
  2. I just ran into the EXACT same issue as you, Cadiboo. By which I mean that I'm almost 100% sure I know what was causing YOUR issue, for 2 reasons. Posting this for anyone else who comes along. It was your encoding. Need UTF-8 ...WITHOUT...BOM. I was getting unlocalized output... ...so I tried changing my lang file from "UTF-8 BOM" to "UTF-8" (no BOM)... ...and now it works. This also explains the 3 byte difference in file sizes, because BOM adds 3 bytes of data to the file header. Hopefully this saves someone else a bit of time.
  3. IntelliJ Idea, Eclipse
  4. You need to use the language file to set the names for your items. The tile.whatever.name is the language key. The value you assign to it will be what's displayed in the game. IHasModel is stupid. All items need models, no exceptions and nothing about model registration requires access to private/protected things of the item. Register your models in the ModelRegistryEvent directly.
  5. I believe it was changed to setTranslationKey in Mapping Version stable_39
  6. World#setBlockState. For the flags parameter description refer to the javadoc on the method. To get the IBlockState you can use Block#getDefaultState and then change the properties(if needed) of that state.
  7. I think the problem is the location of your .json the folder must be models / item / (and here your json) tell me, if work or not! greetings!

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.