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.

aritod

Members
  • Joined

  • Last visited

  1. Thank you! Both of you were very helpful.
  2. Hi there. I just switched to forge 1.17.1 but can't find much documentation for what I need. Does anyone know where I can find any documentation on how to create a custom dimension, so a specific pattern to light a portal and when you enter it, it loads the custom dimension?
  3. Show the code and your debug.log
  4. These should be for you then https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf But What you're looking for is Ctrl + Shift + N
  5. IntelliJ -> Preferences -> Keymap Or just go Help and search preferences
  6. Depends. What keymap are you using? If you go under Preferences -> Keymap you can check
  7. Delete line 23 to 27. When instantiating your ArgentumChestplateModel class, give it 1.0F as a parameter.
  8. What exactly is errored?
  9. Hmm. I've been trying to look for a replacement for those but I'm not sure. Seems like there was a big change from 1.15 to 1.16. Try doing your own research maybe. Also, just curious. What exactly happens if you remove all the lines that have that error? Does the armor model partially work? Is there an error?
  10. public ExampleConstructor(float i) { super(i); /.../ } Your model constructor needs a float
  11. Oh. Then extend BipedModel in your Model class and replace setTextureOffset() with texOffs(), textureWidth with texWidth, textureHeight with texHeight. Not sure about body.setRotationPoint() though.
  12. I think you exported the model as an entity from blockbench, as your model class should extend BipedModel. Pick Block/Item this time.
  13. Put package com.skullblade.planeswalkermod.common.models; at the start of your class
  14. And what does it say when you hover over the class name which is underlined red...

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.