Jump to content

ProgrammerHero

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

ProgrammerHero's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. What if I want a block to play a sound? I've been trying to update to 1.6.2 as well and my blocks are no longer making sounds. I've seen several audio fixes, but they all seem to use playSoundAtEntity.
  2. Is there a way to put a comment on an entire section in a Configuration file much like the comments can be used on fields? I want to have a an entire section with a warning label on it, like # Warning, modifying these values will probably unbalance your game compat { ... }
  3. I found the bug, I submitted a pull request that fixes it. https://github.com/MinecraftForge/MinecraftForge/pull/521 It includes a seed and location to test with. seed = -2954127421728660883 x,z = -5,141 y = 11
  4. I noticed the lava at the bottom of the world when using forge 651-652 is not generating properly. It creates some of the source blocks for the pools but not all of them (usually only a couple of blocks in the corners). The result is all the lava pools at the bottom of the world generate as a couple of separate lava flows instead of a single lake - which can manifest as small caves at bedrock with lava walls (since they didn't fill in properly). I disabled all of my mods thinking one of them caused it but the problem persisted. I also noticed that forge 650 generates fine, and I passed a surface lava lake that also appeared fine.
×
×
  • Create New...

Important Information

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