Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/15/20 in all areas

  1. Capabilities store "arbitrary data." If your magic system isn't "arbitrary data" then something is very wrong indeed.
    2 points
  2. And this is exactly something that capability system can solve...for example capabilities can be used to implement player thirst mechanics, mana levels etc...
    1 point
  3. You see this? https://github.com/LukasSchikirianski/JungleAddonsMod/blob/master/Jungle Addons - 1.16.1/src/main/java/com/lukas/jungle_addons/JungleAddons.java#L30 You see how it says bus=Bus.MOD? That's the wrong bus for those events.
    1 point
  4. These methods are registered on the wrong event bus.
    1 point
  5. It seems to me that you are registering your block items multiple times (as poopoodice already guessed), in your event handler onRegisterItems and in your ItemInit class. Choose one of the two registration methods
    1 point
  6. Show all your code, it seems like you have duplicated item/block id or something like that.
    1 point
  7. That's why I prepended this statement.
    1 point
  8. That's because you set it to 0. Use getMotion to get the entity’s motion.
    1 point
  9. Use the ConditionalRecipe system. You can add a condition to make it determine whether to allow based on the config, recommended you use data generators for this as the recipes are easier to create using that, especially conditional ones. However, you will need to reload the recipe datapack if you plan to change the config value on the fly during runtime.
    1 point
  10. Delete all the files mentioned in this block of the log (if they exist) and try again: Splitter: Input: C:\Users\Arslan\AppData\Roaming\.minecraft\versions\1.16.3\1.16.3.jar Input: C:\Users\Arslan\AppData\Roaming\.minecraft\versions\1.16.3\1.16.3.jar Slim: C:\Users\Arslan\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.16.3-20200911.084530\client-1.16.3-20200911.084530-slim.jar Data: null Extra: C:\Users\Arslan\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.16.3-20200911.084530\client-1.16.3-20200911.084530-extra.jar Including data in extra SRG: C:\Users\Arslan\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.16.3-20200911.084530\mcp_config-1.16.3-20200911.084530-mappings.txt InputSha: 3d2cba3c97cb57dd3f2a048933cb32ef6abd4639 SrgSha: de180369283e7aafbb5694c4b8995a9c83fe0a95
    1 point
  11. 0 points
×
×
  • Create New...

Important Information

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