Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/03/23 in all areas

  1. Issue with immersive portals, probably a conflict with another mod? Check you have the latest version then contact the mod author.
    1 point
  2. Yes we could randomly generate version numbers for java's module system and fix modders being stupid. But we don't. Because we don't fix modders stupidity. They have to work within the confines of the systems they are in. This one in particular was exposed by us fixing a bug where we didn't honor the standard Java's spec on defining versions. The modder actually went out of their way to specify the version as defined in the Java spec. But inserted a incorrect value. It's like if you ask someone for a glass of water, and they hand you a glass of battery acid. Should you silently accept it, and find your own water, or should you yell at them that acid isn't water.
    1 point
  3. You can get whether a structure is at a given position StructureManager#getStructureWithPieceAt and check if its valid and then cancel the BreakEvent if that's true and it doesn't meet whatever conditions you set up.
    1 point
  4. Install the applskin version that says it is compatible with 1.19.2 https://www.curseforge.com/minecraft/mc-mods/appleskin/files/all?filter-game-version=1738749986%3a73407
    1 point
  5. Entity.pick() and ProjectileUtil.getEntityHitResult() Used by GameRenderer.pick()
    1 point
  6. One of the mods you have installed has a invalid version `1.0-1.19+` you'll need to figure out which one and remove it.
    1 point
×
×
  • Create New...

Important Information

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