It's low priority presumably because while it's incredibly annoying it's not game-breaking. Stuff like game crashes and bugs that affect survival gameplay are a far higher priority than this.
That seems like an entirely separate issue then. You can get them to generate if you don't mess with the stronghold settings too much; if you mess with the stronghold settings and that makes them stop generating, then that's a very different issue from strongholds not generating at all.
It's actually very easy to add strongholds to superflat worlds with the same stronghold tag that can be used with the noise generator. I added it to the wiki page so it's properly documented now. I'll attach a sample JSON file that generates a superflat world with strongholds.
[media]That's actually another thing I noticed that might be a bug, it gives you a parsing error but if you ignore it the world generates just fine. It seems to happen whenever you modify the settings for the noise generator. I should probably look into that a little more.
Looking at the source code, as far as I can tell the issue is that while the DimensionType class has a field for createDragonFight, it's not made accessible through any JSON field by DIRECT_CODEC. This should be a pretty simple thing to fix considering that the field already exists internally, it's just not accessible.
The stronghold value is now documented on the wiki page for custom worlds.
IMO this isn't really a bug, it would be a nice quality of life change if it automatically assumed that no Properties tag indicates an empty Properties object, but the way it works right now is perfectly functional. This is more of a feature request.
I experienced the same bug, it's way more clear if you set default_block to something else like stone. You get a very obvious hard line at y=128 where the actual nether biomes no longer generate most of their features and instead it's just a stone noise map. In this screenshot you can see I'm in a soul sand valley, but above y=128 there's no soul sand at all. Features like warped/crimson fungus trees and nether fossils sometimes generate slightly above y=128. Also, almost all of the Basalt Deltas generate above y=128; however, they generate without blackstone.
[media]
This is actually because you need to modify the "height" value under "generator" > "settings". The roof is calculated based on this height value, not the world build limit. If you leave the height at 128, the roof will calculate its position starting at y=128.
I took the stronghold parts out of the description too, it's just about the dragon fight now.
I was able to produce stronghold generation identical to a vanilla world with the same seed using the stronghold value @Koxiaet mentioned with the values distance=32, spread=3, count=128. I'll attach a file containing the full settings for the overworld to produce a default world identical to just generating a regular world with the same seed. The file contains all of the noise and structure values for the overworld so you don't have to type all of them out yourself. If you want to change the generation to something other than the default, the defaults for floating islands and caves are listed on the [wiki page|https://minecraft.gamepedia.com/Custom].
[media]The main issue here is that this stronghold value isn't documented anywhere. I'll try to add it to the wiki page soon. As far as I'm concerned this isn't really a bug at this point, now that we know how to make them generate.
Just a tip for until this bug gets fixed: the game is hardcoded to generate strongholds only in the "minecraft:overworld" and "minecraft:amplified" presets for "generator" -> "settings". If you use either of these 2 presets, you can customize the biome source and dimension type and still get strongholds, as long as you include a biome where they can generate.
Rail updates are kind of broken in general, they update in completely different ways now. They update automatically on chunk borders but they'll also do this with a regular block update.
Daylight sensors don't work, they send out updates every time the signal strength changes based on the time of day.
Well I restarted my world and ran the commands again, it's working fine now. It seems like it might have just been a problem with that one instance of the game.
I checked and retyped the name multiple times. I also used CTRL+C and CTRL+V and ran a /testfor command and the exact same parameter I typed found a player.
Thanks!
I'm no expert, but I've found the message "[File IO Thread/ERROR]: Failed to save chunk" popping up a lot in the output. Does that have anything to do with it?
[16:39:34] [Client thread/INFO]: Setting user: ContronThePanda
[16:39:35] [Client thread/WARN]: Skipping bad option: lastServer:
[16:39:35] [Client thread/INFO]: LWJGL Version: 2.9.4
[16:39:36] [Client thread/INFO]: Reloading ResourceManager: Default
[16:39:49] [Sound Library Loader/INFO]: Starting up SoundSystem...
[16:39:49] [Thread-5/INFO]: Initializing LWJGL OpenAL
[16:39:49] [Thread-5/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[16:39:49] [Thread-5/INFO]: OpenAL initialized.
[16:39:50] [Sound Library Loader/INFO]: Sound engine started
[16:39:50] [Client thread/INFO]: Created: 1024x512 textures-atlas
[16:39:57] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
[16:39:57] [Server thread/INFO]: Generating keypair
[16:39:57] [Server thread/INFO]: Preparing start region for level 0
[16:39:58] [Server thread/INFO]: Preparing spawn area: 22%
[16:39:59] [Server thread/INFO]: Preparing spawn area: 66%
[16:40:00] [Server thread/INFO]: Changing view distance to 8, from 10
[16:40:01] [Server thread/INFO]: ContronThePanda[local:E:8c0b133e] logged in with entity id 443 at (-99.31315832520866, 5.0, 111.03487735744692)
[16:40:01] [Server thread/INFO]: ContronThePanda joined the game
[16:40:46] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1019, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:40:48] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1021, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:40:48] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1023, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:40:48] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1025, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:40:53] [Server thread/INFO]: Saving and pausing game...
[16:40:53] [Server thread/INFO]: Saving chunks for level 'Another One'/Overworld
[16:40:53] [Server thread/INFO]: Saving chunks for level 'Another One'/Nether
[16:40:53] [Server thread/INFO]: Saving chunks for level 'Another One'/The End
[16:56:38] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1021, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:56:38] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1023, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:57:23] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1023, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:57:31] [Client thread/ERROR]: Item entity 2037 has no item?!
[16:57:31] [Client thread/ERROR]: Item entity 2037 has no item?!
[16:58:08] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1021, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:58:08] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1023, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:58:53] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1021, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:58:53] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1023, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:59:38] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1021, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[16:59:38] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1023, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[17:00:22] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1021, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[17:00:23] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1023, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[17:01:07] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1019, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[17:01:08] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1021, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[17:01:08] [File IO Thread/ERROR]: Failed to save chunk
java.lang.IndexOutOfBoundsException: Index: 1023, Size: 1019
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_91]
at java.util.ArrayList.set(Unknown Source) ~[?:1.8.0_91]
at ath.a(SourceFile:266) ~[1.10.2.jar:?]
at ath$a.close(SourceFile:241) ~[1.10.2.jar:?]
at java.util.zip.DeflaterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at java.io.FilterOutputStream.close(Unknown Source) ~[?:1.8.0_91]
at atj.b(SourceFile:148) ~[1.10.2.jar:?]
at atj.c(SourceFile:133) [1.10.2.jar:?]
at bbu.c(SourceFile:37) [1.10.2.jar:?]
at bbu.run(SourceFile:30) [1.10.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
[17:03:05] [Server thread/INFO]: Saving and pausing game...
[17:03:05] [Server thread/INFO]: Saving chunks for level 'Another One'/Overworld
[17:03:06] [Server thread/INFO]: Saving chunks for level 'Another One'/Nether
[17:03:06] [Server thread/INFO]: Saving chunks for level 'Another One'/The End
[17:03:08] [Server thread/INFO]: Stopping server
[17:03:08] [Server thread/INFO]: Saving players
[17:03:08] [Server thread/INFO]: Saving worlds
[17:03:08] [Server thread/INFO]: Saving chunks for level 'Another One'/Overworld
[17:03:08] [Server thread/INFO]: Saving chunks for level 'Another One'/Nether
[17:03:08] [Server thread/INFO]: Saving chunks for level 'Another One'/The End
[17:03:11] [Client thread/INFO]: Stopping!
[17:03:11] [Client thread/INFO]: SoundSystem shutting down...
[17:03:11] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
And some more information: I dug out from the tunnel and found that the spawn chunks are still intact. The chests still had all of their items, but the items I had left in the furnace to cook have disappeared.
@Michael Norton
Your pack changes the noise_settings file, not the dimension file. If that doesn't work then it is a separate bug, because those are two different types of configuration file.