Jump to content

DX12

Members
  • Posts

    39
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DX12's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. cheers for that info, much appreciated.
  2. hmm, thats unusual try setting it back as it seems to only accept 32M. im stumped for what could be wrong.
  3. try running as a gradle task directly as I get similar problems on intellij IDEA it even happens with run client
  4. -XX:G1HeapRegionSize= this may be the issue however im not sure. try increasing to a higher number but take note of the old one just in case
  5. how did you run this, did you use build runs task for gradle then run as a java application or directly from gradle
  6. Could you please do the following. Provide Your Machines RAM size total in GB open your launcher and goto installations, click edit then click on the dropdown that says "more options" you will see a line that says JVM arguments copy that line and paste it. It seems as if there may not be enough memory for it to run but im not 100% sure
  7. I have got the renderer and model for my entity but I noticed the EntityRenderers.register method is asking for a EntityRendererProvider. I have no experience with this and just need to know how to do it. the model is another arrow like item for something I'm working on the model was created by blockbench and everything has imported and the renderer class is also present with no errors. I just need to know how to add the Renderer into the game. If you need more info then I'm happy to provide it
  8. Nevermind I Used The Topic I Created For The 1.17.1 code and it works on 1.16.5 Topic I Used
  9. @diesieben07Thank you For this, one last question. do i need to register the ICondition and serializer if so what class do i need to use to register the condition and is it under a event that i need to call it at
  10. Is There Any documentation about that in the src files or any example I can use as Im pretty new to these topics. Thank you for the validation about dynamic registry
  11. As far as im aware you cannot disable or remove blocks from the registry if the config says false as the config loading is done after the blocks are registered. Please do correct me if im wrong. If you need more information then I'm happy to explain further
  12. My bad about the log spam, I was thinking about an older version however I didn't disable the block in registry but once the feature is disabled the blocks can no longer be placed and to prevent accidental crafting of a non usable block I need a conditional recipe to use that will disable if the config value says false
  13. a better explanation is like this some players don't want the decorative features to the mod so they can disable the feature in the toml however I need the recipe to disable aswell to avoid major log spam
×
×
  • Create New...

Important Information

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