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.

Alexthe666

Members
  • Joined

  • Last visited

  1. After more checking this and the unfunctional riding controls seem to be the only disconnects i could find.
  2. 2. yes I know but I want to cancel out all other mod's shift behaviors at the time as well. 3. It only gets to the smoke particle spawn meaning "if (mc.gameSettings.keyBindJump.isKeyDown())" is never true.
  3. May or may not be related: the entity in the mod is controllable in the workspace but not outside of it.
  4. KeyBoard.isKeyDown() is also not working out of the workspace.
  5. Oops! I meant skeleton.
  6. ModelBiped's textureHeight is 32. ModelPlayer's texture height is 64. here is your two options: new model, extending ModelBiped and setting textureHeight to 64, or change your texture to ModelBiped's format, look at the normal zombie texture as an example.
  7. Have you done anything with GenLayer increasing biome sizes? (GenLayerZoom) example: https://github.com/Alex-the-666/archipelago/blob/master/src/main/java/com/github/alexthe666/archipelago/world/GenLayerArchipelago.java
  8. Hello. I have an event that tells me if certain keys are down. They work as intended in the workspace, but for some reason, outside of the workspace, isKeyDown() is never true. my event code: The farthest particle that spawns is the CLOUD, meaning that the event is working but the keys are not working.
  9. All you need to do to fix this is to Restart your computer.
  10. Hi. Today i tried to setup a 1.10.2 workspace, but i got this strange gradle crash: I tried running gradlew clean, then tried to setup again but there was no difference.
  11. Alexthe666 replied to ReeCays's topic in Modder Support
    Because noone knows what on God's green Earth you are trying to describe.
  12. So essentially make 1% opacity level black pixels instead of alpha?
  13. Hi. I have a leaves block that works perfectly fine except for one issue: When on fast, the leaves render with a white background instead of a black one. An example: Normal Fancy Render: White Fast Render: The class file for the leaves block: It would be greatly appreciated if I could get any help at all on this. Thanks in advance
  14. Does anyone know why this isn't working? I have a similar mob in another mod for the same MC version that works fine.
  15. although that works, it doesn't animate the animal at all(because move helper doesn't change the motion, only position), and is over very buggy.

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.