Jump to content

Alexthe666

Members
  • Posts

    58
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Alexthe666's Achievements

Stone Miner

Stone Miner (3/8)

4

Reputation

  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. 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.
  6. 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
  7. 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.
  8. All you need to do to fix this is to Restart your computer.
  9. 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.
  10. Because noone knows what on God's green Earth you are trying to describe.
  11. So essentially make 1% opacity level black pixels instead of alpha?
  12. 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
  13. Does anyone know why this isn't working? I have a similar mob in another mod for the same MC version that works fine.
  14. 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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.