Jump to content

XXXL

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

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

XXXL's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I ported DynamicSurroundings to 1.18.2 from 1.16.5 (the author abandoned it), everything works fine, except for one small problem: some sounds (footsteps) play non-positioned, that is, always at the player's coordinates, regardless of the sound source, but when I start client via ForgeGradle :runClient, the sounds miraculously play as they should (positioned). I'm at a dead end: the logs are silent, no errors. Why such behaviour? Source code: https://github.com/zhdvl/DynamicSurroundings3 debug.log from .minecraft client: https://pastebin.com/eQFEjGb7 debug.log from runClient (ForgeGradle task): https://pastebin.com/fEiPkzYc
  2. I'm using MCP fields ObfuscationReflectionHelper.getPrivateValue(AnyClass.class, foo, "bar") The generated jar (build/libs/example.jar) has no converted fields (errors: [net.minecraftforge.fml.util.ObfuscationReflectionHelper/REFLECTION]: Unable to locate field ...). For the jar build I tried ./gradlew build and intellij idea. What have I missed or could have done wrong? version: client: 1.18 forge: 38.0.14
×
×
  • Create New...

Important Information

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