Jump to content

QuantumBlink

Members
  • Posts

    5
  • Joined

  • Last visited

QuantumBlink's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Oh okay, that makes sense. I'll review my ore generation code and see if I can figure it out from there. What a terrible error message! Thanks for the help.
  2. Hi all, I recently updated my MDK from 1.18.1 to 1.18.2 whilst adding Parchment mappings, but when I clicked Singleplayer to create a new world, the game crashes: https://gist.github.com/QuantumBlink1337/d88d50e0e846d2036517c1546813cfc4 I did attempt to add some ore generation code as I'm still new to Forge and want to practice, but I can't imagine it's related based on the stacktrace. I had this same crash with the recommended 40.1.0 Forge version. Here's the repo for my mod: https://github.com/QuantumBlink1337/Obsinite-Mod
  3. @Luis_STIt was my understanding that gist.github was an acceptable way to share code. I'm not creating a new repo to show some example code.
  4. Hi, I'm attempting to practice mob creation with a Zombie-like mob. I'm able to get into the game, but my spawn egg doesn't work and attempting to summon my mob through commands returns an unexpected error. Here's the code for my main mob class: https://gist.github.com/QuantumBlink1337/efa71f465cd4868ab94ca06401ef67b4 Here's my renderer, and renderer factory: https://gist.github.com/QuantumBlink1337/34135f755bbb58144bebd3d0e9a2f0ec https://gist.github.com/QuantumBlink1337/0b81ba4f4698f60cdb5b83f6f151dd35 I'm registering my mob through RegistryEntries, which I'm not sure if this could be the culprit as I know DeferredRegistries is the recommended method at this point: https://gist.github.com/QuantumBlink1337/6f8a4e5e1a4aa4d6d3a517e8be2cde84 I'd appreciate any possible help with this, and apologies if anything is out of whack completely. Thank you!
  5. Hello, in the last 24 hours all players including myself on my server are experiencing a myriad of issues, including: https://cdn.discordapp.com/attachments/584458293674639482/697523944080801802/unknown.png and Fatally missing registry entries Here's my latest.log: https://gist.githubusercontent.com/QuantumBlink1337/10da6e79de4ab0cb7c2cc12fcf850971/raw/ed1631a28f1b69c0fe0081ceb2c95f2de91329f5/gistfile1.txt I did a little research beforehand and found that changing configs/mods could do this, but that hasn't happened recently. We've operated perfectly fine with no issues for the last month. Any help at all would be appreciated!
×
×
  • Create New...

Important Information

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