Jump to content

Luis_ST

Members
  • Posts

    5704
  • Joined

  • Last visited

  • Days Won

    72

Everything posted by Luis_ST

  1. You can use Player#getX, Player#getY and Player#getZ to the the position as a double.
  2. Which version did you use, since on log is from version 1.16.5 another one is from 1.18.2?
  3. The server is still not fully started in that log, please drag and drop the file on https://gist.github.com/ create a gist and post the link to it here.
  4. This is not the full debug.log, please post full debug.log from the logs folder. Please also provide a client debug.log of a client which got kicked.
  5. Please post debug.log from server and a client which got kicked.
  6. EntityRenderers must be registered in EntityRenderersEvent.RegisterRenderers. Edit: overread that's a PlayerRenderer
  7. This is not possible, you need to use BedSleepingProblem#OTHER_PROBLEM. If you want to create your own BedSleepingProblem you need to create a PR to forge which adds the IExtensibleEnum to the BedSleepingProblem enum.
  8. You installed the 1.19 version of Biomes O' Plent on 1.19.2.
  9. For the EnchantingTable you can override #canApplyAtEnchantingTable in your Item class. For the Anvil you can use AnvilUpdateEvent, cancel the Event if the Enchantment can not be applied to your Item.
  10. To correct @warjort Mixin is offically not supported on this Forums. If you had issues with Mixin ask on the Forge Discord Server in the #non-api-modding Channel.
  11. You can check for yourself whether a method is only available on the client side, use your IDE to open the class. If the class or the method is annotated with @OnlyIn (with Dist#CLIENT) the full class or the method is client only. As far as i know there are no server side only classes/methods. In general: Client side stuff is: Keyboard & Mouse input, Rendering of Screens and Entities Server side stuff is: Block placing & Entity spawning
  12. The server must be start with the .bat/.sh file, if you server host does not support these "new" system talk to them.
  13. Please post debug.log from the logs folder.
  14. Overread some informations in the log.
  15. Third party software like Magma is not recommended to use and not supported.
  16. Are you sure it is the full debug.log from the logs folder, since the log does not contains any error which cause the game to crash. If this is the full debug.log please post launcher_log.txt as well.
  17. You then can use ServerLifecycleHooks#getCurrentServer, I suspect the @warjortthought that you are using 1.19 since in 1.19 there is ServerTickEvent#getServer.
  18. Rubidium, Magnesium/Rubidium Extras and Magnesium/Rubidium Dynamic Lights are not required on server.
  19. Please post debug.log from the logs folder.
  20. The last thing you can do is to run the installer manually from the Console/Terminal.
  21. Some zip managers like to take control of the .jar file extension away from Java. If you want to install Forge you need to run Jarfix once.
  22. It looks like Smarter Farmers requires Moonlight Lib, if Moonlight Lib is already installed you need a different version. As far as i can see the other issues are caused by Krypton.
×
×
  • Create New...

Important Information

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