Code Monkey home page Code Monkey logo

ambientsounds's Introduction

ambientsounds's People

Contributors

creativemd avatar freezephoenix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ambientsounds's Issues

Rendering ingredient java.lang.NullPointerException: Rendering ingredient

The game does load into the world successfully, however when I search for the letter 'f' in JEI (survival mode, cheats enabled), it freezes and then crashes. I have tried with a few other letters and it seems fine, however this behaviour may not be limited to just the letter f.
crash-2018-03-19_21.55.42-client.txt

EDIT: I have also tested this without AmbientSounds in the mods file (in a newly generated world), and it does not crash. Interestingly, if I load up the world that was generated when AmbientSounds was enabled (despite AmbientSounds not being in the mods folder) this crash still occurs.

Ambient Sounds [2.0.0]

in Snow biome when is snowwing sound is from rain and i can hear lightnings, in snowwing there are no lightnings

In Game Configuration not working in 1.11.2

I notice that the mod features an in-game config but it doesn't appear to be working on 1.11.2. It spits out this error:

[06:34:46] [Client thread/ERROR] [FML]: There was a critical issue trying to build the config GUI for ambientsounds
java.lang.NoSuchMethodException: com.creativemd.ambientsounds.AmbientConfigGUI.<init>(net.minecraft.client.gui.GuiScreen)
	at java.lang.Class.getConstructor0(Unknown Source) ~[?:1.8.0_121]
	at java.lang.Class.getConstructor(Unknown Source) ~[?:1.8.0_121]
	at net.minecraftforge.fml.client.GuiModList.func_146284_a(GuiModList.java:285) [GuiModList.class:?]
	at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:452) [bho.class:?]
	at net.minecraftforge.fml.client.GuiModList.func_73864_a(GuiModList.java:199) [GuiModList.class:?]
	at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:542) [bho.class:?]
	at net.minecraftforge.fml.client.GuiModList.func_146274_d(GuiModList.java:329) [GuiModList.class:?]
	at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:510) [bho.class:?]
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1695) [bes.class:?]
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056) [bes.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372) [bes.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

I'm using AmbientSounds 2.0.0 (though the downloaded name says 2.0.4)

When a player is in two regions with the same defined sound file, the sound echoes

Say I edited engine.json so that all "surface" regions had a light wind playing. But the "ocean" region is also programmed to play the light wind sound, so the sound ends up playing twice at the same time. Couldn't there be a priority system implemented to prevent the same sound from being played over itself? For example, the ocean's light wind overrides the light wind of the surface wind because it's more specific, or just defined after the surface region in the engine.json.

I wanted to do this because I like the wind sounds provided by ambience mods, but not so much the noisy fauna that loops endlessly throughout long play sessions. If you disable all the bird/cricket/etc sounds via the config, some biomes (like the forest) are left with no sounds at all; dead silence.

So I want the wind to play in all surface biomes, but I might also want the same wind to play a bit louder in the desert biome without the sound being duplicated.

FYI/Crash Report

I see AS in the crash report, then a ton of mentions about paintings. I have no idea what's going on!?

---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (Quark-r1.2-104.jar)
BCModPlugin (zz-backpacks 1.12 - 3.2.1.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12-3.4.7.0.jar)
RBLoadingPlugin (RealBench-1.12-1.3.3.jar)
IMLoadingPlugin (infinimend-1.12-1.0.1.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
CTMCorePlugin (CTM-MC1.12-0.2.1.5.jar)
LoadingPlugin (RandomThings-MC1.12.1-4.0.5.jar)
MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar)
Contact their authors BEFORE contacting forge

// I'm sorry, Dave.

Time: 8/25/17 5:15 AM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at paulscode.sound.SoundSystem.stop(SoundSystem.java:1188)
at com.creativemd.ambientsounds.AmbientSoundEngine.stop(AmbientSoundEngine.java:241)
at com.creativemd.ambientsounds.AmbientSound.stopSound(AmbientSound.java:220)
at com.creativemd.ambientsounds.AmbientSound.tick(AmbientSound.java:238)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:241)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_317_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:342)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1706)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at paulscode.sound.SoundSystem.stop(SoundSystem.java:1188)
at com.creativemd.ambientsounds.AmbientSoundEngine.stop(AmbientSoundEngine.java:241)
at com.creativemd.ambientsounds.AmbientSound.stopSound(AmbientSound.java:220)
at com.creativemd.ambientsounds.AmbientSound.tick(AmbientSound.java:238)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:241)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_317_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:342)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['nexusdog'/486, l='MpServer', x=-473.53, y=73.99, z=1290.15]]
Chunk stats: MultiplayerChunkCache: 1681, 1681
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-128,64,252), Chunk: (at 0,4,12 in -8,15; contains blocks -128,0,240 to -113,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1969286 game time, 6013 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 299 total; [EntitySkeleton['Skeleton'/792588, l='MpServer', x=-426.27, y=38.00, z=1367.50], EntityEasterChicken['Easter Chicken(2017)'/648202, l='MpServer', x=-473.52, y=66.00, z=1339.90], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityCreeper['Creeper'/792585, l='MpServer', x=-420.45, y=35.00, z=1363.91], EntityCreeper['Creeper'/792074, l='MpServer', x=-488.79, y=55.00, z=1302.51], EntitySkeleton['Skeleton'/793610, l='MpServer', x=-441.50, y=44.00, z=1298.50], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySkeleton['Skeleton'/793611, l='MpServer', x=-440.50, y=44.00, z=1298.50], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityCow['Cow'/599064, l='MpServer', x=-551.20, y=66.00, z=1220.47], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPig['Pig'/599067, l='MpServer', x=-545.47, y=57.00, z=1263.32], EntityPig['Pig'/599066, l='MpServer', x=-552.44, y=64.00, z=1244.01], EntityCow['Cow'/599069, l='MpServer', x=-551.58, y=63.00, z=1266.20], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityBat['Bat'/789018, l='MpServer', x=-440.25, y=47.10, z=1297.47], EntityPig['Pig'/599071, l='MpServer', x=-547.46, y=60.00, z=1269.74], EntityChicken['Chicken'/599070, l='MpServer', x=-522.89, y=64.00, z=1253.45], EntityEasterChicken['Easter Chicken(2017)'/593427, l='MpServer', x=-524.20, y=64.00, z=1246.49], EntityCow['Cow'/599061, l='MpServer', x=-544.85, y=57.00, z=1265.39], EntityEasterChicken['Easter Chicken(2017)'/593429, l='MpServer', x=-470.63, y=66.00, z=1338.86], EntityChicken['Chicken'/599063, l='MpServer', x=-542.53, y=59.00, z=1249.76], EntityEasterChicken['Easter Chicken(2017)'/593431, l='MpServer', x=-470.20, y=66.00, z=1338.14], EntityRabbit['Rabbit'/593430, l='MpServer', x=-521.72, y=63.00, z=1306.44], EntityCow['Cow'/599062, l='MpServer', x=-540.80, y=62.00, z=1260.48], EntityItem['item.item.coal_egg'/787502, l='MpServer', x=-424.58, y=68.00, z=1264.36], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityItem['item.item.easter_egg'/789033, l='MpServer', x=-525.14, y=64.00, z=1247.39], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityEasterChicken['Easter Chicken(2017)'/591416, l='MpServer', x=-454.86, y=71.00, z=1270.33], EntityVillager['Villager'/591419, l='MpServer', x=-471.81, y=70.00, z=1292.83], EntityVillager['Villager'/591421, l='MpServer', x=-437.46, y=63.00, z=1310.18], EntitySquid['Squid'/792632, l='MpServer', x=-439.51, y=58.00, z=1293.61], EntityVillager['Amy'/591420, l='MpServer', x=-440.48, y=64.00, z=1322.31], EntityVillager['Amelia'/591423, l='MpServer', x=-438.24, y=63.00, z=1317.23], EntityVillager['Justin'/591422, l='MpServer', x=-454.70, y=68.00, z=1283.75], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySquid['Squid'/792629, l='MpServer', x=-439.40, y=58.00, z=1292.79], EntitySquid['Squid'/792630, l='MpServer', x=-446.95, y=62.52, z=1294.82], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySquid['Squid'/792631, l='MpServer', x=-443.40, y=62.14, z=1298.60], EntityEnderman['Enderman'/791601, l='MpServer', x=-443.23, y=67.00, z=1273.93], EntityEasterChicken['Easter Chicken(2017)'/591415, l='MpServer', x=-448.10, y=70.00, z=1263.17], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityEasterChicken['Easter Chicken(2017)'/591433, l='MpServer', x=-473.80, y=66.00, z=1340.32], EntityPig['Pig'/591432, l='MpServer', x=-470.93, y=66.00, z=1337.88], EntitySquid['Squid'/787022, l='MpServer', x=-479.52, y=61.57, z=1308.50], EntityEasterChicken['Easter Chicken(2017)'/591435, l='MpServer', x=-471.20, y=66.00, z=1337.20], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityVillager['Villager'/591434, l='MpServer', x=-464.40, y=70.00, z=1339.06], EntityVillager['George'/591425, l='MpServer', x=-441.30, y=64.00, z=1313.17], EntityCreeper['Creeper'/790596, l='MpServer', x=-435.48, y=59.00, z=1281.21], EntityVillager['Mark'/591424, l='MpServer', x=-440.70, y=64.00, z=1307.30], EntityEasterChicken['Easter Chicken(2017)'/591429, l='MpServer', x=-472.97, y=66.00, z=1337.54], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityCreeper['Creeper'/793666, l='MpServer', x=-470.50, y=37.00, z=1334.50], EntityCow['Cow'/591431, l='MpServer', x=-447.53, y=69.00, z=1336.85], EntityCreeper['Creeper'/793176, l='MpServer', x=-484.50, y=26.00, z=1329.50], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityBat['Bat'/794199, l='MpServer', x=-436.09, y=27.40, z=1281.05], EntitySquid['Squid'/787024, l='MpServer', x=-476.21, y=59.91, z=1304.65], EntitySquid['Squid'/787025, l='MpServer', x=-479.05, y=61.05, z=1309.45], EntityBat['Bat'/793198, l='MpServer', x=-550.75, y=31.00, z=1262.25], EntityCreeper['Creeper'/793711, l='MpServer', x=-472.50, y=54.00, z=1277.50], EntityBat['Bat'/793199, l='MpServer', x=-541.55, y=30.10, z=1252.23], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySpider['Spider'/791677, l='MpServer', x=-422.99, y=68.00, z=1271.01], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityEasterChicken['Easter Chicken(2017)'/593521, l='MpServer', x=-473.80, y=66.00, z=1340.80], EntityItem['item.item.bone_egg'/790645, l='MpServer', x=-473.88, y=66.00, z=1340.88], EntityPainting['Painting'/870, l='MpServer', x=920.03, y=40.50, z=1064.00], EntityCreeper['Creeper'/791671, l='MpServer', x=-444.50, y=50.00, z=1295.50], EntityItem['item.item.boom_egg'/793202, l='MpServer', x=-471.57, y=66.00, z=1337.13], EntitySkeleton['Skeleton'/793736, l='MpServer', x=-434.50, y=30.00, z=1340.50], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityCreeper['Creeper'/794245, l='MpServer', x=-435.50, y=21.00, z=1222.50], EntitySkeleton['Skeleton'/794246, l='MpServer', x=-433.50, y=21.00, z=1221.50], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityZombie['Zombie'/793243, l='MpServer', x=-549.50, y=34.00, z=1250.28], EntityZombie['Zombie'/793748, l='MpServer', x=-449.37, y=54.00, z=1309.11], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySkeleton['Skeleton'/793234, l='MpServer', x=-441.50, y=43.00, z=1299.50], EntityZombie['Zombie'/793747, l='MpServer', x=-446.78, y=55.00, z=1310.29], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityCreeper['Creeper'/792234, l='MpServer', x=-483.50, y=52.00, z=1317.50], EntityItem['item.item.nether_egg'/789675, l='MpServer', x=-473.88, y=66.00, z=1337.13], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityEnderman['Enderman'/790180, l='MpServer', x=-407.22, y=71.00, z=1244.81], EntityCreeper['Creeper'/790692, l='MpServer', x=-450.55, y=47.00, z=1314.81], EntityCreeper['Creeper'/790693, l='MpServer', x=-448.85, y=47.00, z=1315.43], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySpider['Spider'/790691, l='MpServer', x=-449.70, y=49.00, z=1321.97], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntitySpider['Spider'/794302, l='MpServer', x=-399.50, y=30.00, z=1259.50], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntitySkeleton['Skeleton'/793270, l='MpServer', x=-404.50, y=33.00, z=1235.50], EntityPlayerSP['nexusdog'/486, l='MpServer', x=-473.53, y=73.99, z=1290.15], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntitySkeleton['Skeleton'/792768, l='MpServer', x=-405.50, y=32.00, z=1257.50], EntityItem['item.item.rottenFlesh'/793282, l='MpServer', x=-465.78, y=67.00, z=1229.16], EntityPainting['Painting'/876, l='MpServer', x=930.97, y=39.50, z=1068.00], EntityPainting['Painting'/877, l='MpServer', x=930.97, y=41.00, z=1067.50], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityCreeper['Creeper'/794330, l='MpServer', x=-438.48, y=50.43, z=1290.41], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityItem['item.item.water_egg'/788691, l='MpServer', x=-472.59, y=66.00, z=1339.67], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityCreeper['Creeper'/792295, l='MpServer', x=-396.50, y=53.00, z=1231.50], EntityPainting['Painting'/869, l='MpServer', x=926.00, y=40.50, z=1068.97], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/870, l='MpServer', x=920.03, y=40.50, z=1064.00], EntityPainting['Painting'/876, l='MpServer', x=930.97, y=39.50, z=1068.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/877, l='MpServer', x=930.97, y=41.00, z=1067.50], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityEasterChicken['Easter Chicken(2017)'/648444, l='MpServer', x=-470.93, y=66.00, z=1340.49], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityItem['item.item.rottenFlesh'/789748, l='MpServer', x=-449.26, y=63.00, z=1312.12], EntityPainting['Painting'/870, l='MpServer', x=920.03, y=40.50, z=1064.00], EntityEasterChicken['Easter Chicken(2017)'/625392, l='MpServer', x=-470.47, y=66.00, z=1340.80], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityBat['Bat'/793840, l='MpServer', x=-444.75, y=42.51, z=1301.72], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySkeleton['Skeleton'/794381, l='MpServer', x=-395.50, y=28.00, z=1367.50], EntityVillager['Alex'/593162, l='MpServer', x=-437.70, y=63.00, z=1314.37], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityItem['item.item.arrow'/793359, l='MpServer', x=-414.41, y=69.00, z=1285.15], EntityVillager['Bob'/593165, l='MpServer', x=-440.50, y=64.00, z=1300.97], EntityItem['item.item.carrots'/794376, l='MpServer', x=-471.13, y=70.00, z=1289.93], EntityVillager['Villager'/593164, l='MpServer', x=-492.51, y=68.00, z=1328.01], EntityVillager['Audrey'/593167, l='MpServer', x=-442.37, y=63.00, z=1319.41], EntityVillager['Edith'/593166, l='MpServer', x=-464.08, y=70.00, z=1338.30], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityBat['Bat'/793862, l='MpServer', x=-436.39, y=38.04, z=1302.10], EntityPainting['Painting'/870, l='MpServer', x=920.03, y=40.50, z=1064.00], EntityVillager['Chris'/581400, l='MpServer', x=-441.43, y=64.00, z=1321.35], EntityVillager['Kayla'/581401, l='MpServer', x=-439.93, y=64.00, z=1307.72], EntityPig['Pig'/581402, l='MpServer', x=-411.48, y=67.00, z=1307.67], EntityPig['Pig'/581403, l='MpServer', x=-441.49, y=64.00, z=1312.22], EntityPig['Pig'/581404, l='MpServer', x=-452.13, y=63.00, z=1314.49], EntityRabbit['Rabbit'/581405, l='MpServer', x=-418.48, y=70.94, z=1361.61], EntityVillager['Howard'/581406, l='MpServer', x=-444.52, y=64.00, z=1311.98], EntityVillager['Quinn'/581407, l='MpServer', x=-463.65, y=70.00, z=1339.70], EntityItem['item.item.bone'/793360, l='MpServer', x=-412.98, y=69.00, z=1284.18], EntityItem['item.item.carrots'/794384, l='MpServer', x=-471.79, y=70.00, z=1292.32], EntityVillager['Emily'/581397, l='MpServer', x=-434.30, y=62.10, z=1310.47], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityEasterChicken['Easter Chicken(2017)'/581399, l='MpServer', x=-456.40, y=64.00, z=1302.10], EntityVillager['Richard'/593195, l='MpServer', x=-481.22, y=67.00, z=1299.30], EntityVillager['Villager'/593194, l='MpServer', x=-471.30, y=70.00, z=1291.94], EntityItem['item.item.slime_egg'/793391, l='MpServer', x=-470.41, y=66.00, z=1339.42], EntityPainting['Painting'/870, l='MpServer', x=920.03, y=40.50, z=1064.00], EntityVillager['Rose'/593197, l='MpServer', x=-480.51, y=67.00, z=1301.33], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityVillager['Alexandra'/593196, l='MpServer', x=-480.55, y=67.00, z=1299.30], EntityVillager['Villager'/593199, l='MpServer', x=-463.20, y=70.00, z=1338.31], EntityVillager['Jeffery'/593198, l='MpServer', x=-442.70, y=64.00, z=1313.70], EntityIronGolem['Iron Golem'/581408, l='MpServer', x=-451.30, y=63.00, z=1310.48], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityBat['Bat'/793378, l='MpServer', x=-464.78, y=44.81, z=1234.56], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityEasterChicken['Easter Chicken(2017)'/579897, l='MpServer', x=-416.11, y=69.00, z=1256.51], EntityEasterChicken['Easter Chicken(2017)'/579898, l='MpServer', x=-422.91, y=72.00, z=1250.51], EntityPig['Pig'/579901, l='MpServer', x=-425.82, y=66.00, z=1301.20], EntityEasterChicken['Easter Chicken(2017)'/579902, l='MpServer', x=-431.26, y=64.00, z=1307.88], EntityVillager['Villager'/593201, l='MpServer', x=-463.17, y=70.00, z=1339.02], EntityVillager['Villager'/593200, l='MpServer', x=-460.50, y=68.00, z=1317.45], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityVillager['Villager'/593202, l='MpServer', x=-441.22, y=63.00, z=1285.56], EntityItem['item.item.ender_egg'/787255, l='MpServer', x=-471.86, y=66.00, z=1339.14], EntityEasterChicken['Easter Chicken(2017)'/593205, l='MpServer', x=-470.70, y=66.00, z=1337.20], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityItem['item.item.beetroot'/793933, l='MpServer', x=-474.61, y=70.00, z=1291.53], EntitySkeleton['Skeleton'/793417, l='MpServer', x=-440.50, y=40.00, z=1297.50], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySkeleton['Skeleton'/789323, l='MpServer', x=-467.51, y=67.00, z=1319.25], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityVillager['Villager'/579908, l='MpServer', x=-463.93, y=69.00, z=1364.51], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityZombie['Zombie'/785221, l='MpServer', x=-493.30, y=63.30, z=1317.50], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityCreeper['Creeper'/793948, l='MpServer', x=-435.30, y=26.00, z=1337.44], EntityCreeper['Creeper'/793949, l='MpServer', x=-435.96, y=26.00, z=1337.48], EntityItem['item.item.white_egg'/789336, l='MpServer', x=-470.46, y=66.00, z=1339.23], EntitySquid['Squid'/791380, l='MpServer', x=-473.08, y=61.68, z=1308.27], EntityBat['Bat'/793428, l='MpServer', x=-405.43, y=33.10, z=1241.75], EntitySquid['Squid'/791381, l='MpServer', x=-472.99, y=62.29, z=1303.81], EntityBat['Bat'/793429, l='MpServer', x=-423.34, y=22.12, z=1269.61], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityCreeper['Creeper'/793952, l='MpServer', x=-494.09, y=55.00, z=1308.53], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityCreeper['Creeper'/793953, l='MpServer', x=-496.50, y=55.00, z=1307.50], EntityItem['item.item.redmushroom_egg'/791394, l='MpServer', x=-472.32, y=66.00, z=1339.72], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySpider['Spider'/793470, l='MpServer', x=-460.50, y=17.00, z=1262.50], EntityZombie['Zombie'/793471, l='MpServer', x=-458.50, y=17.00, z=1263.50], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntitySkeleton['Skeleton'/793974, l='MpServer', x=-446.50, y=41.00, z=1298.50], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/870, l='MpServer', x=920.03, y=40.50, z=1064.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityCreeper['Creeper'/792974, l='MpServer', x=-439.50, y=24.00, z=1327.50], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityZombie['Zombie'/793472, l='MpServer', x=-456.76, y=18.00, z=1263.43], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySpider['Spider'/787843, l='MpServer', x=-396.24, y=71.00, z=1238.55], EntityPainting['Painting'/870, l='MpServer', x=920.03, y=40.50, z=1064.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityCreeper['Creeper'/792983, l='MpServer', x=-397.50, y=53.00, z=1231.50], EntityCreeper['Creeper'/792976, l='MpServer', x=-456.50, y=51.00, z=1223.50], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityHusk['Husk'/789421, l='MpServer', x=-437.70, y=64.00, z=1300.50], EntityBat['Bat'/791981, l='MpServer', x=-453.34, y=17.06, z=1260.78], EntityCreeper['Creeper'/793518, l='MpServer', x=-474.50, y=28.00, z=1323.50], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityCreeper['Creeper'/793519, l='MpServer', x=-474.50, y=28.00, z=1323.50], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityBat['Bat'/791979, l='MpServer', x=-435.25, y=40.10, z=1298.23], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityCreeper['Creeper'/792508, l='MpServer', x=-419.50, y=21.00, z=1219.50], EntityBat['Bat'/790461, l='MpServer', x=-435.75, y=63.10, z=1289.56], EntityItem['item.item.andesite_egg'/788414, l='MpServer', x=-471.03, y=66.00, z=1340.69], EntityZombie['Zombie'/791487, l='MpServer', x=-473.29, y=52.58, z=1288.65], EntityItem['item.item.wither_egg'/793529, l='MpServer', x=-470.13, y=66.00, z=1337.13], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntitySkeleton['Skeleton'/793520, l='MpServer', x=-474.50, y=28.00, z=1323.50], EntityBat['Bat'/791986, l='MpServer', x=-450.00, y=18.92, z=1254.93], EntityEasterChicken['Easter Chicken(2017)'/661961, l='MpServer', x=-470.20, y=66.00, z=1337.32], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityBat['Bat'/790474, l='MpServer', x=-427.15, y=58.04, z=1264.16], EntityCreeper['Creeper'/794053, l='MpServer', x=-458.50, y=17.00, z=1260.50], EntityCreeper['Creeper'/794054, l='MpServer', x=-454.50, y=17.00, z=1259.50], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityEasterChicken['Easter Chicken(2017)'/661957, l='MpServer', x=-473.50, y=66.00, z=1337.20], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityCow['Cow'/593875, l='MpServer', x=-536.82, y=61.00, z=1241.53], EntityChicken['Chicken'/593877, l='MpServer', x=-542.82, y=57.00, z=1260.53], EntityPig['Pig'/593879, l='MpServer', x=-549.22, y=64.00, z=1253.72], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntitySkeleton['Skeleton'/792547, l='MpServer', x=-433.46, y=60.00, z=1267.32], EntityPainting['Painting'/577939, l='MpServer', x=-339.03, y=44.00, z=1473.00], EntityPainting['Painting'/870, l='MpServer', x=920.03, y=40.50, z=1064.00], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03], EntityCreeper['Creeper'/790516, l='MpServer', x=-395.15, y=68.00, z=1288.41], EntityBat['Bat'/787447, l='MpServer', x=-472.44, y=56.10, z=1285.25], EntityPainting['Painting'/869, l='MpServer', x=926.00, y=40.50, z=1068.97], EntityEasterChicken['Easter Chicken(2017)'/662007, l='MpServer', x=-470.20, y=66.00, z=1339.83], EntityPainting['Painting'/577938, l='MpServer', x=-344.00, y=43.00, z=1470.03]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2363644256 bytes (2254 MB) / 6905909248 bytes (6585 MB) up to 12831227904 bytes (12236 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.40 Powered by Forge 14.21.1.2443 104 mods loaded, 104 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.12} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2443.jar)
UCHIJAAAA forge{14.21.1.2443} [Minecraft Forge] (forge-1.12-14.21.1.2443.jar)
UCHIJAAAA infinimend{1.0.1} [Infinity & Mending Unnerf] (minecraft.jar)
UCHIJAAAA ivtoolkit{1.3.3-1.12} [IvToolkit] (minecraft.jar)
UCHIJAAAA backpacks16840{3.2.1} [Backpacks!] (zz-backpacks 1.12 - 3.2.1.jar)
UCHIJAAAA simplebedrolls{1.2} [Simple Bedrolls] ([1.12]SimpleBedrolls-1.2.jar)
UCHIJAAAA uncraftingtable{1.8-beta5} [Uncrafting Table] ([1.12]UncraftingTable-1.8-beta5.jar)
UCHIJAAAA jei{4.7.6.89} [Just Enough Items] (jei_1.12.1-4.7.6.89.jar)
UCHIJAAAA abyssalcraft{1.9.4-pre-4} [AbyssalCraft] (AbyssalCraft-1.12-1.9.4-pre-4.jar)
UCHIJAAAA actuallyadditions{1.12-r118} [Actually Additions] (ActuallyAdditions-1.12-r118.jar)
UCHIJAAAA baubles{1.5.1} [Baubles] (Baubles-1.12-1.5.1.jar)
UCHIJAAAA actuallybaubles{1.1} [Actually Baubles] (ActuallyBaubles-1.12-1.1.jar)
UCHIJAAAA ambientsounds{2.0.0} [AmbientSounds] (AmbientSounds v2.0.7 mc1.12.jar)
UCHIJAAAA arcanebags{0.0} [Arcane Bags] (ArcaneBags-1.1.jar)
UCHIJAAAA quark{r1.2-104} [Quark] (Quark-r1.2-104.jar)
UCHIJAAAA autoreglib{1.3-13} [AutoRegLib] (AutoRegLib-1.3-13.jar)
UCHIJAAAA betterbedrockgen{6.0.1} [BetterBedrockGen] (BetterBedrockGenerator-1.12-6.1.0.jar)
UCHIJAAAA bibliocraft{2.4.3} [BiblioCraft] (BiblioCraft[v2.4.3][MC1.12.0].jar)
UCHIJAAAA mantle{1.12-1.3.1.18} [Mantle] (Mantle-1.12-1.3.1.18.jar)
UCHIJAAAA natura{1.12-4.3.0.16} [Natura] (Natura-1.12-4.3.0.16.jar)
UCHIJAAAA forestry{5.5.0.175} [Forestry] (forestry_1.12.1-5.5.0.175.jar)
UCHIJAAAA binniecore{unspecified} [Binnie Core] (binnie-mods-1.12.1-2.3.0.35.jar)
UCHIJAAAA genetics{2.3.0.35} [Binnie's Genetics] (binnie-mods-1.12.1-2.3.0.35.jar)
UCHIJAAAA botany{2.3.0.35} [Binnie's Botany] (binnie-mods-1.12.1-2.3.0.35.jar)
UCHIJAAAA extrabees{2.3.0.35} [Binnie's Extra Bees] (binnie-mods-1.12.1-2.3.0.35.jar)
UCHIJAAAA extratrees{2.3.0.35} [Binnie's Extra Trees] (binnie-mods-1.12.1-2.3.0.35.jar)
UCHIJAAAA biomesoplenty{7.0.0.2291} [Biomes O' Plenty] (BiomesOPlenty-1.12-7.0.0.2291-universal.jar)
UCHIJAAAA birdsnests{2.0.0} [Bird's Nests] (BirdsNests1.12-2.0.0.jar)
UCHIJAAAA bookshelf{2.0.424} [Bookshelf] (Bookshelf-1.12.1-2.0.0.424.jar)
UCHIJAAAA carryon{1.2} [Carry On] (CarryOn MC1.12 v1.2.jar)
UCHIJAAAA chisel{MC1.12-0.0.13.15} [Chisel] (Chisel-MC1.12-0.0.13.15.jar)
UCHIJAAAA clarity{1.0} [Clarity] (clarity-1.0.jar)
UCHIJAAAA cleanview{1.10.2-v1} [CleanView] (CleanView-1.10.2-v1.jar)
UCHIJAAAA clockhud{1.4.0} [Clock HUD] (ClockHUD-1.12-1.4.0.jar)
UCHIJAAAA cyclopscore{0.10.13} [Cyclops Core] (CyclopsCore-1.12-0.10.13.jar)
UCHIJAAAA commoncapabilities{1.4.0} [CommonCapabilities] (CommonCapabilities-1.12-1.4.0.jar)
UCHIJAAAA pillar_extension_biomesoplenty{3.0.0} [Corail Pillar - Biomes O'Plenty Extension] (corail_pillar_extension_biomesoplenty-3.0.0-1.12.0.jar)
UCHIJAAAA pillar_extension_chisel{1.1.0} [Corail Pillar - Chisel Extension] (corail_pillar_extension_chisel-1.1.0-1.12.0.jar)
UCHIJAAAA pillar_extension_forestry{2.0.0} [Corail Pillar - Forestry Extension] (corail_pillar_extension_forestry-2.0.0-1.12.0.jar)
UCHIJAAAA pillar_extension_quark{3.1.0} [Corail Pillar - Quark Extension] (corail_pillar_extension_quark-3.1.0-1.12.0.jar)
UCHIJAAAA ctm{MC1.12-0.2.1.5} [CTM] (CTM-MC1.12-0.2.1.5.jar)
UCHIJAAAA customizeddungeonloot{1.0.1} [§eCustomized Dungeon Loot] (Customized Dungeon Loot (v.1.0.1).jar)
UCHIJAAAA cyclicmagic{1.7.7} [Cyclic] (Cyclic-1.12-1.7.7.jar)
UCHIJAAAA waila{1.8.20} [Waila] (Hwyla-1.8.20-B35_1.12.jar)
UCHIJAAAA darkutils{1.6.167} [Dark Utilities] (DarkUtils-1.12-1.6.167.jar)
UCHIJAAAA gottschcore{1.1.2} [GottschCore] (GottschCore-mc1.12-v1.1.2.jar)
UCHIJAAAA dungeons2{1.2.0} [Dungeons2!] (Dungeons2-mc1.12-v1.2.0.jar)
UCHIJAAAA dsurround{3.4.7.0} [§3Dynamic Surroundings] (DynamicSurroundings-1.12-3.4.7.0.jar)
UCHIJAAAA presets{3.4.7.0} [§3Presets!] (DynamicSurroundings-1.12-3.4.7.0.jar)
UCHIJAAAA earthworks{1.3.4.3} [Earthworks] (Earthworks-1.12-1.3.4.3.jar)
UCHIJAAAA elevatorid{1.3.4} [Elevator Mod] (ElevatorMod-1.12-1.3.4.jar)
UCHIJAAAA csb_ench_table{1.1.2} [Lapis Stays in the Enchanting Table] (EnchantingTable-1.12-1.1.2.jar)
UCHIJAAAA enchdesc{1.0.4} [Enchantment Descriptions] (EnchantmentDescriptions-1.12-1.0.4.jar)
UCHIJAAAA everlastingabilities{1.3.2} [EverlastingAbilities] (EverlastingAbilities-1.12-1.3.2.jar)
UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.12-1.5.1.jar)
UCHIJAAAA friendlyfire{1.5.5} [Friendly Fire] (FriendlyFire-1.12-1.5.5.jar)
UCHIJAAAA silentlib{2.2.7} [Silent Lib] (SilentLib-1.12-2.2.7-85.jar)
UCHIJAAAA funores{1.5.7} [Fun Ores] (FunOres-1.12-1.5.7-117.jar)
UCHIJAAAA tombstone{1.3.3} [Corail Tombstone] (tombstone-1.3.3-1.12.jar)
UCHIJAAAA gravestone{1.0.12} [Gravestone] (GraveStone-1.12-Graves-1.0.12.jar)
UCHIJAAAA guideapi{1.12-2.1.4-57} [Guide-API] (Guide-API-1.12-2.1.4-57.jar)
UCHIJAAAA iv{3.0.1} [Improved Villagers] (Improved Villagers-3.0.1.jar)
UCHIJAAAA improvedbackpacks{1.12-1.1.2.0} [Improved Backpacks] (ImprovedBackpacks-1.12-1.1.2.0.jar)
UCHIJAAAA inventorytweaks{1.62+release.90.40cf8fc} [Inventory Tweaks] (InventoryTweaks-1.62.jar)
UCHIJAAAA itemscroller{0.11.0} [Item Scroller] (itemscroller-1.12.0-0.11.0.jar)
UCHIJAAAA journeymap{1.12-5.4.9} [JourneyMap] (journeymap-1.12-5.4.9.jar)
UCHIJAAAA levelup2{${version}} [Level Up! Reloaded] (Level Up! 2-1.1.5-1.12.jar)
UCHIJAAAA malisiscore{1.12-6.0.4} [MalisisCore] (malisiscore-1.12-6.0.4.jar)
UCHIJAAAA malisisblocks{1.12-6.0.2} [Malisis Blocks] (malisisblocks-1.12-6.0.2.jar)
UCHIJAAAA malisisdoors{1.12-7.0.4} [MalisisDoors] (malisisdoors-1.12-7.0.4.jar)
UCHIJAAAA malisisswitches{1.12-5.0.0} [Malisis Switches] (malisisswitches-1.12-5.0.0.jar)
UCHIJAAAA mobfarm{2.2.1} [Mob Farm] (Mob Farm-1.12-2.2.1.jar)
UCHIJAAAA mob_grinding_utils{0.3.2} [mob_grinding_utils] (MobGrindingUtils-0.3.2.jar)
UCHIJAAAA modernlamps{1.0.3} [Modern Lights] (ModernLights-1.0.3_1.12.jar)
UCHIJAAAA modlister{1.12-3.2.3} [ModLister] (ModLister-1.12-3.2.3.jar)
UCHIJAAAA moreloottables{0.1.0} [More Loot Tables] (moreloottables-1.12.0-0.1.0.jar)
UCHIJAAAA notenoughwands{1.5.9} [Not Enough Wands] (notenoughwands-1.12-1.5.9.jar)
UCHIJAAAA oreshrubs{1.4.0} [Ore Shrubs] (oreshrubs-1.4.0-1.12.jar)
UCHIJAAAA quickleafdecay{1.2.3} [Quick Leaf Decay] (QuickLeafDecay-MC1.12-1.2.3.jar)
UCHIJAAAA randomthings{4.0.5} [Random Things] (RandomThings-MC1.12.1-4.0.5.jar)
UCHIJAAAA randomtweaks{1.12.1-2.0.0.0} [RandomTweaks] (randomtweaks-1.12.1-2.0.0.0.jar)
UCHIJAAAA reccomplex{1.4.5} [Recurrent Complex] (RecurrentComplex-1.4.5.jar)
UCHIJAAAA ruins{16.7} [Ruins Mod] (Ruins-1.12.jar)
UCHIJAAAA woodenshears{@major@.@minor@.@revis@.@build@} [Wooden Shears] (SBM-WoodenShears-1.12-0.0.1b7.jar)
UCHIJAAAA scannable{1.6.0.11} [Scannable] (Scannable-MC1.12-1.6.0.11.jar)
UCHIJAAAA icc{0.2.2} [Simple Item Collector Chest] (Simple Item Collector Chest-0.2.2.jar)
UCHIJAAAA simpleleather{1.12-1.0} [Simple Leather] (simpleleather-1.12-1.0.jar)
UCHIJAAAA simplemagnet{1.12.0-1.2.6} [Simple Magnet] (simplemagnet-1.12.0-1.2.6.jar)
UCHIJAAAA soundfilters{0.10_for_1.12} [Sound Filters] (SoundFilters-0.10_for_1.12.jar)
UCHIJAAAA spawnercraft{4.0.0} [SpawnerCraft] (SpawnerCraft 1.12-4.0.0.jar)
UCHIJAAAA tconstruct{1.12-2.7.2.15} [Tinkers' Construct] (TConstruct-1.12-2.7.2.15.jar)
UCHIJAAAA muchmorechickens{1.7} [muchmorechickens] (TMC-1.12-1.7.jar)
UCHIJAAAA toolbelt{1.7.1} [Tool Belt] (ToolBelt-1.12.0-1.7.1.jar)
UCHIJAAAA treechopper{1.2.1} [Tree Chopper] (TreeChopper-1.12-1.2.1.jar)
UCHIJAAAA uncrafted{3.0.0pre2} [Uncrafted Mod] (Uncrafted 1.12 (v.3.0.0pre2).jar)
UCHIJAAAA veinminer{0.38.1} [Vein Miner] (VeinMiner-1.12-0.38.1.639+134fb1e.jar)
UCHIJAAAA veinminermodsupport{0.38.1} [Mod Support] (VeinMiner-1.12-0.38.1.639+134fb1e.jar)
UCHIJAAAA villagermarket{1.0} [Villager Market] (villagermarket-0.2-HF.jar)
UCHIJAAAA vtt{0.6.4} [Villager Trade Tables] (VillagerTrades-1.12-0.6.4.jar)
UCHIJAAAA wawla{2.5.239} [What Are We Looking At] (Wawla-1.12-2.5.239.jar)
UCHIJAAAA waystones{4.0.15} [Waystones] (Waystones_1.12.1-4.0.15.jar)
UCHIJAAAA corail_pillar{3.1.3} [Corail Pillar] (corail_pillar-3.1.3-1.12.0.jar)
Loaded coremods (and transformers):
LoadingPlugin (Quark-r1.2-104.jar)
vazkii.quark.base.asm.ClassTransformer
BCModPlugin (zz-backpacks 1.12 - 3.2.1.jar)
brad16840.common.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12-3.4.7.0.jar)
org.blockartistry.DynSurround.asm.Transformer
RBLoadingPlugin (RealBench-1.12-1.3.3.jar)
pw.prok.realbench.asm.RBTransformer
IMLoadingPlugin (infinimend-1.12-1.0.1.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
invtweaks.forge.asm.ContainerTransformer
MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)

CTMCorePlugin (CTM-MC1.12-0.2.1.5.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (RandomThings-MC1.12.1-4.0.5.jar)
lumien.randomthings.asm.ClassTransformer
MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 384.94' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)

Pulsar/tconstruct loaded Pulses: 
	- TinkerCommons (Enabled/Forced)
	- TinkerWorld (Enabled/Not Forced)
	- TinkerTools (Enabled/Not Forced)
	- TinkerHarvestTools (Enabled/Forced)
	- TinkerMeleeWeapons (Enabled/Forced)
	- TinkerRangedWeapons (Enabled/Forced)
	- TinkerModifiers (Enabled/Forced)
	- TinkerSmeltery (Enabled/Not Forced)
	- TinkerGadgets (Enabled/Not Forced)
	- TinkerOredict (Enabled/Forced)
	- TinkerIntegration (Enabled/Forced)
	- TinkerFluids (Enabled/Forced)
	- TinkerMaterials (Enabled/Forced)
	- TinkerModelRegister (Enabled/Forced)
	- chiselIntegration (Enabled/Not Forced)

Launched Version: 1.12-forge1.12-14.21.1.2443
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 384.94, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: TEAVSRP2.zip (incompatible)
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz

Is there a way to turn off crickets?

Maybe not crickets, but the ones that sound like crickets during the day... can we turn off just that, or lower it's frequency of happening or volume, etc?

Sound Engine crashed with 1.13.2

Excuse my poor reporting as this is my first time actually making an issue, sorry in advance!
While I can use the mod just fine for a good thirty or so minutes, the sound will go out completely & I'll see this in console https://pastebin.com/5PxHXAza

Sometimes upon joining a server it'll crash instantly & reloading via F3-T does bring back base game sound, it doesn't bring back the mods sound.

No Ambience in Zero Light

When I walk into the darkest part of caves (light = 0), cave ambience stops. I tested with only AmbientSounds installed.

AmbientSounds v3.0.1
Forge v14.23.5.2808
Minecraft v1.12.2

AmbientSounds 3 NullPointerException crash

I disabled a sound in the config of Dynamic Surroundings in-game, and it caused AmbientSounds 3 to crash my game. It also happens while FTB Utilities saved a backup of my world. I don’t know if it has anything to do with either Dynamic Surroundings or FTB Utilities.

I’m playing on a locally hosted server with one friend.

Crash report: https://pastebin.com/raw/ABPNhGwL

AmbientSounds version: 3.0.3
Minecraft version: 1.12.2
Forge version: 14.23.5.2781
Modpack: Enigmatica 2 (version 1.63a, latest) (with some mods added)

Configuration sound bug

I put cold taiga, snowy forest, snowy coniferous foret, snowy dead forest...in both taiga and snow category for getting both sounds, but I only the snow sounds and not the taiga sounds. It's the same for snowy tundra I placed in both plains and snow category, I only get snow sounds. Snow sounds seem to override all other sounds, while it's not the case for all other sounds which can play in the same biome.

by Hypsellis (originally posted here: https://minecraft.curseforge.com/projects/ambientsounds?gameCategorySlug=mc-mods&projectID=254284#c31)

Cannot Hear Sounds w/ Mod

When I load up the game without AmbientSounds, my sounds work just fine, but when I use either version that supports 1.12.2, there are absolutely no sounds. I checked the sound settings and they are definitely still on. Any fix?

more biomes support and fixes

I added Aether biomes in the long list I had made, since the time I told you about it. I'm not sure if they should be classified as plains or forest, since they are between two, but I think forest would fit them more. I let you look at them by yourself. https://aether.gamepedia.com/Biome

RealWorld has been splitted between Plant Mega Pack and Decoration Mega Pack, and the biomes "Bamboo Marsh", "Birch Autumn Forest", "Blue Oak Forest", "Bur Oak Forest", "Bambona Beach", "Emperor Ridge", "Flatland Thicket", "Silver Birch Hills", "Spiny Forest", "Spruce Mountains" has been removed with it. So all these biomes don't need more support.

I made some error classifying some biomes, notably "Badlands" from Traverse are Savanna and not Plains, and I added some missing and new biomes from Traverse. I added NetherEx biomes as well.

I put everyting all the changes on the list I had made on first issue. #27

[1.12.2] [Suggestion] Add Matmos Sounds

Matmos was a similar mod that added sounds to Minecraft. But it was discontinued. The official updates have stopped. You can find information here and its Github.
So there are unofficial builds available but not for actual Minecraft versions. I wonder if the some sounds can be used now for AmbientSounds expanding the mod if this is possible.

Add Gradle to project

Add Gradle http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.11.2-13.20.0.2227/forge-1.11.2-13.20.0.2227-mdk.zip

Heres the Gradle build log Their are 2 errors

`This mapping 'snapshot_20170207' was designed for MC 1.11! Use at your own peril.This mapping 'snapshot_20170207' was designed for MC 1.11! Use at your own peril.

#################################################
ForgeGradle 2.2-SNAPSHOT-2112b0a
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP unknown
http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
#################################################
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:sourceApiJava
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJavaC:\Users\ASUS\Dev\ambsou\build\sources\main\java\com\creativemd\ambientsounds\TickHandler.java:38: error: cannot find symbol
EntityPlayer player = mc.thePlayer;
^
symbol: variable thePlayer
location: variable mc of type Minecraft
C:\Users\ASUS\Dev\ambsou\build\sources\main\java\com\creativemd\ambientsounds\TickHandler.java:39: error: cannot find symbol
World world = mc.theWorld;
^
symbol: variable theWorld
location: variable mc of type Minecraft
Note: C:\Users\ASUS\Dev\ambsou\build\sources\main\java\com\creativemd\ambientsounds\AmbientSounds.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors
FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':compileJava'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 12.913 secs
`

Log Spam

The commit e37aaf5 is not in the CurseForge release and is resulting in lots of console spam.

( Or at least, I presume the lack of that commit is what is causing this issue )

Throwing me off the server (NPE)

Everytime I join our server I get this one here:

[B#353] Exception in thread "Thread-581" [01:18:33] [Thread-581/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NullPointerException
[B#353] [01:18:33] [Thread-581/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.jcraft.jorbis.Block.(Block.java:55)
[B#353] [01:18:33] [Thread-581/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at paulscode.sound.codecs.CodecJOrbis.initialize(CodecJOrbis.java:252)
[B#353] [01:18:33] [Thread-581/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at paulscode.sound.libraries.SourceLWJGLOpenAL.preLoad(SourceLWJGLOpenAL.java:687)
[B#353] [01:18:33] [Thread-581/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at paulscode.sound.Source.stream(Source.java:928)
[B#353] [01:18:33] [Thread-581/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at paulscode.sound.StreamThread.run(StreamThread.java:129)

Besides that my log is full of:

[B#353] [01:26:15] [Thread-1067/ERROR]: Error in class 'LibraryLWJGLOpenAL'
[B#353] [01:26:15] [Thread-1067/ERROR]: Source '3fe6147b-39e9-49ba-bbea-8905e9a3b05b' not found in method 'play'

Not sure if that is related though.

Minecraft version 1.12.2

Newest forge, newest ambientSounds.

Version 3.0.1 client crash on death when also have mod DynamicSurroundings

The client crashes on death when you are running version 3.0.1 or 3.0.0 of ambientsounds and also have dynamicsurroundings loaded. You do not crash when you have ambientsounds version 2.3.

How to reproduce:

  1. Die from zombies
  2. Click "Respawn"
  3. Client crashes

Crash report: https://gist.github.com/infamyreloaded/4c977f00219a2ad18964bfc26c246ba1

AmbientSounds: 3.0.1
Forge: 14.23.5.2807
Minecraft: 1.12.2
OreLib-1.12.2-3.5.2.2
DynamicSurroundings-1.12.2-3.5.4.3

Client-side only?

Hi,
Can the mod be installed on client-side only? If so, what are the disadvantages?
I tried to find information about this but couldn't.
Thanks!

1.12 Audio Hang

Minecraft 1.12
forge 14.21.1.2387

This has been happening every now and then, figured I'd post something about it. From lazily analyzing it, seems an audio track seems to bug and keep playing and never stops, resource reload [F3+T] works, but it will eventually happen again. Three noticeable tracks that hang are 'underwater', 'rain', and 'cricket' [night? i think].

There maybe few similar errors that slipped past me in logs, but again, I'd post at least something.

[21:13:28] [Thread-7/INFO]: [STDERR]: java.lang.NullPointerException
[21:13:28] [Thread-7/INFO]: [STDERR]: 	at com.creativemd.ambientsounds.CodecJOrbisFixed.readBytes(CodecJOrbisFixed.java:587)
[21:13:28] [Thread-7/INFO]: [STDERR]: 	at com.creativemd.ambientsounds.CodecJOrbisFixed.read(CodecJOrbisFixed.java:358)
[21:13:28] [Thread-7/INFO]: [STDERR]: 	at paulscode.sound.Source.stream(Source.java:953)
[21:13:28] [Thread-7/INFO]: [STDERR]: 	at paulscode.sound.StreamThread.run(StreamThread.java:129)
[21:14:52] [Thread-7/INFO]: [STDERR]: java.lang.NullPointerException
[21:14:52] [Thread-7/INFO]: [STDERR]: 	at com.creativemd.ambientsounds.CodecJOrbisFixed.readBytes(CodecJOrbisFixed.java:587)
[21:14:52] [Thread-7/INFO]: [STDERR]: 	at com.creativemd.ambientsounds.CodecJOrbisFixed.read(CodecJOrbisFixed.java:358)
[21:14:52] [Thread-7/INFO]: [STDERR]: 	at paulscode.sound.Source.stream(Source.java:953)
[21:14:52] [Thread-7/INFO]: [STDERR]: 	at paulscode.sound.StreamThread.run(StreamThread.java:129)

and

[21:45:18] [Thread-6/INFO]: [STDERR]: java.lang.NullPointerException
[21:45:18] [Thread-6/INFO]: [STDERR]: 	at com.creativemd.ambientsounds.CodecJOrbisFixed.readBytes(CodecJOrbisFixed.java:587)
[21:45:18] [Thread-6/INFO]: [STDERR]: 	at com.creativemd.ambientsounds.CodecJOrbisFixed.read(CodecJOrbisFixed.java:358)
[21:45:18] [Thread-6/INFO]: [STDERR]: 	at paulscode.sound.libraries.SourceLWJGLOpenAL.preLoad(SourceLWJGLOpenAL.java:691)
[21:45:18] [Thread-6/INFO]: [STDERR]: 	at paulscode.sound.Source.stream(Source.java:928)
[21:45:18] [Thread-6/INFO]: [STDERR]: 	at paulscode.sound.StreamThread.run(StreamThread.java:129)
[21:45:18] [Thread-6/INFO]: [STDERR]: java.lang.NullPointerException
[21:45:18] [Thread-6/INFO]: [STDERR]: 	at paulscode.sound.libraries.SourceLWJGLOpenAL.calculateDistance(SourceLWJGLOpenAL.java:732)
[21:45:18] [Thread-6/INFO]: [STDERR]: 	at paulscode.sound.libraries.SourceLWJGLOpenAL.positionChanged(SourceLWJGLOpenAL.java:385)
[21:45:18] [Thread-6/INFO]: [STDERR]: 	at paulscode.sound.libraries.SourceLWJGLOpenAL.preLoad(SourceLWJGLOpenAL.java:698)
[21:45:18] [Thread-6/INFO]: [STDERR]: 	at paulscode.sound.Source.stream(Source.java:928)
[21:45:18] [Thread-6/INFO]: [STDERR]: 	at paulscode.sound.StreamThread.run(StreamThread.java:129)

also when pausing / exit to main menus

[21:50:17] [main/INFO]: SoundSystem shutting down...
[21:50:22] [main/ERROR]: Error in class 'LibraryLWJGLOpenAL'
[21:50:22] [main/ERROR]: Stream thread did not die!

Compatibility/Support for Climatic Biomes Placement Mod.

Here's a list of what biomes in the Climatic Biomes Placement Mod need a fix in my opinion:

-Subtropical Forest (climaticbiomesjbg:subtropical_forest)
-Subtropical Forest Hills (climaticbiomesjbg:subtropical_forest_hills)
These Biomes currently use sound effects from Jungles. However they look way more similar to default forests rather than jungles. They have oak and pine trees (added by the mod) and a slightly more greenish grass than default forests. But the jungle sounds really don't fit, Forest sounds would sound a lot better and more fitting for them.

-Dry Scrub (climaticbiomesjbg:dry_scrub)
-Dry Scrub Hills (climaticbiomesjbg:dry_scrub_hills)
They only use the Savanna biome sounds but they are actually a mix of both Savanna and Desert. Grass, scrubs and large patches of sand generate here, so with both the Desert sounds and Savanna sounds playing simultaneously it would fit their theme more, especially since both sound effects are pretty quiet.

-Tropical Extreme Hills (climaticbiomesjbg:hot_mountain)
-Tropical Forested Extreme Hills (climaticbiomesjbg:hot_mountain_trees)
Both of these use the Extreme Hills and Jungle sounds simultaneously. The Tropical Extreme Hills should only use the default Extreme Hills biome sounds since they barely have trees. As for the Tropical Forested variant i would say they're fine with both the Extreme Hills and Jungle biome sound effects.

And here's a list of biomes that already have fitting sound effects, just in case you want to know what else biomes this mod offers:

-Tropical Forest (climaticbiomesjbg:tropical_forest)
-Tropical Forest Hills (climaticbiomesjbg:tropical_forest_hills)
-Pine Woods (climaticbiomesjbg:pine_swamp)
-Dense Scrub (climaticbiomesjbg:dense_scrub)
-Dense Scrub Hills (climaticbiomesjbg:dense_scrub_hills)
These are the biomes that already have fitting sound effects thanks to the auto-detection.

I hope i made this post clear enough for you to understand. if there's anything missing or wrong, please let me know!

Sound system crash still occurring with 2.0.4

I have posted this to the long-running ticket, but apparently I do not have permissions to reopen it. So here is my issue:

I have been experiencing the crash issue as well on my private 1.10.2 pack. Upgrading to 2.0.4 made the sound system crashes much less frequent than they were with 2.0.2, but they still happen. There were other changes as well:

2.0.2

  • only the sound system would crash and restart
  • it would also display an fps count for some reason
  • frequent occurence

2.0.4

  • the entire client sometimes crashes now, right after it says it recovered from a sound system crash
  • the line with the fps count is not displayed any more
  • rare occurence, but not just once
  • seems to happen only around machines, chiefly Thermal Expansion ones

Crash log from the latest one:
crash-2017-06-29_12.36.32-client.txt

Merge with Dynamic Surroundings?

Hello!

I really really like AmbientSounds, but I also love Dynamic Surroudings... would it be possible that you ever merge your work or allow DS to include it please :/? It would be less work for your team as you already have a lot of mods, and one less mod in our modpacks haha, I always use both, can't do without one only :P It'd be really cool ^^' (and also maybe reduce the channel problems x/ ?)

Thank you and keep your awesome work, I love all of your mods :P

can't run on server

// Quite honestly, I wouldn't worry myself about that.

Time: 1/13/17 10:59 AM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from AmbientSounds (ambientsounds)
Caused by: java.lang.ClassNotFoundException: com.creativemd.ambientsounds.AmbientSounds
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:546)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:246)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:224)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:563)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442)
at java.lang.Thread.run(Unknown Source)
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@2c7b5824 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:257)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 33 more
Caused by: java.lang.RuntimeException: Attempted to load class com/creativemd/ambientsounds/AmbientSounds for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:56)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:253)
... 35 more

1.14.4 Mod not Loading into game

I've got both Fabric and Fabric API installed but the mod doesn't seem to register in-game, as no sounds play and it does not appear in the mod menu. When double clicking the .jar file it says it is corrupted too. Any idea why this might be?

Unexpected error - Caused by: java.lang.NullPointerException

My game is crashing when I put ambient sounds in the mods folder (it happens with latest version too).
Every piece of info should be contained in the following log:

---- Minecraft Crash Report ----

WARNING: coremods are present:
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
SoundFixPatchingLoader (AmbientSounds v2.2.1 mc1.12.2.jar)
Contact their authors BEFORE contacting forge

// Oh - I know what I did wrong!

Time: 12/18/17 2:41 PM
Description: Unexpected error

net.minecraftforge.fml.relauncher.ReflectionHelper$UnableToAccessFieldException: java.lang.NullPointerException
at net.minecraftforge.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:144)
at com.creativemd.ambientsounds.AmbientSoundEngine.tick(AmbientSoundEngine.java:78)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:153)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_40_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:342)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1706)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(UnsafeFieldAccessorImpl.java:57)
at sun.reflect.UnsafeObjectFieldAccessorImpl.get(UnsafeObjectFieldAccessorImpl.java:36)
at java.lang.reflect.Field.get(Field.java:387)
at net.minecraftforge.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:140)
... 16 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 482703584 bytes (460 MB) / 1023410176 bytes (976 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.1.2555 Optifine OptiFine_1.12.2_HD_U_C6 16 mods loaded, 16 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

State ID Version Source Signature
UCHIJA minecraft 1.12.2 minecraft.jar None
UCHIJA mcp 9.42 minecraft.jar None
UCHIJA FML 8.0.99.99 forge-1.12.2-14.23.1.2555.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UCHIJA forge 14.23.1.2555 forge-1.12.2-14.23.1.2555.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UCHIJA mercurius_updater 1.0 MercuriusUpdater-1.12.2.jar None
UCHIJA ambientsounds 2.0.0 AmbientSounds v2.2.1 mc1.12.2.jar None
UCHIJA appleskin 1.0.9 AppleSkin-mc1.12-1.0.9.jar None
UCHIJA betterfoliage 2.1.10 BetterFoliage-MC1.12-2.1.10.jar None
UCHIJA dsurround 3.4.7.2 DynamicSurroundings-1.12.2-3.4.7.2.jar 7a2128d395ad96ceb9d9030fbd41d035b435753a
UCHIJA presets 3.4.7.2 DynamicSurroundings-1.12.2-3.4.7.2.jar None
UCHIJA lunatriuscore 1.2.0.42 LunatriusCore-1.12.2-1.2.0.42-universal.jar None
UCHIJA ingameinfoxml 2.8.2.94 InGameInfoXML-1.12.2-2.8.2.94-universal.jar None
UCHIJA reauth 3.5.2 ReAuth-3.5.2.jar daba0ec4df71b6da841768c49fb873def208a1e3
UCHIJA smarthud 1.0.4 smarthud-1.12-1.0.4.jar None
UCHIJA soundfilters 0.10_for_1.12 SoundFilters-0.10_for_1.12.jar None
UCHIJA torohealthmod 1.12.2-11 torohealth-1.12.2-11.jar None

Loaded coremods (and transformers):
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
org.blockartistry.DynSurround.asm.Transformer
SoundFixPatchingLoader (AmbientSounds v2.2.1 mc1.12.2.jar)
com.creativemd.ambientsounds.soundfix.SoundFixTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 980 Ti/PCIe/SSE2'
Launched Version: 1.12.2-forge1.12.2-14.23.1.2555
LWJGL: 2.9.4
OpenGL: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: custom
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
OptiFine Version: OptiFine_1.12.2_HD_U_C6
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Sildurs basic shaders v1.051.zip
OpenGlVersion: 4.6.0 NVIDIA 388.13
OpenGlRenderer: GeForce GTX 980 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8

Client Crashed 1.12

---- Minecraft Crash Report ----

WARNING: coremods are present:
BCModPlugin (backpacks16840.jar)
ForgelinPlugin (Forgelin-1.5.1.jar)
LoadingPlugin ([1.12] VersionChecker-1.3.0.jar)
SFRCore (solar-flux-reborn.jar)
Inventory Tweaks Coremod (inventorytweaks.jar)
LoadingPlugin (Bloodmoon-MC1.12-1.5.1.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.0-beta1-1.12-anarchy.jar)
BetterFoliageLoader (betterfoliage.jar)
IELoadingPlugin (immersive-engineering.jar)
DynamicSurroundingsCore (dsurround.jar)
HammerCoreCore (HammerCore-1.12-1.9.4.0.jar)
CTMCorePlugin (CTM-MC1.12-0.2.1.5.jar)
DLFMLCorePlugin (dynamic-lights.jar)
Contact their authors BEFORE contacting forge

// Don't be sad, have a hug! <3

Time: 9/9/17 9:32 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at paulscode.sound.SoundSystem.stop(SoundSystem.java:1188)
at com.creativemd.ambientsounds.AmbientSoundEngine.stop(AmbientSoundEngine.java:241)
at com.creativemd.ambientsounds.AmbientSound.stopSound(AmbientSound.java:220)
at com.creativemd.ambientsounds.AmbientSound.tick(AmbientSound.java:238)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:241)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_231_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:342)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1706)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at paulscode.sound.SoundSystem.stop(SoundSystem.java:1188)
at com.creativemd.ambientsounds.AmbientSoundEngine.stop(AmbientSoundEngine.java:241)
at com.creativemd.ambientsounds.AmbientSound.stopSound(AmbientSound.java:220)
at com.creativemd.ambientsounds.AmbientSound.tick(AmbientSound.java:238)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:241)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_231_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:342)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Sofifreak'/81302, l='MpServer', x=192.76, y=88.00, z=611.11]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (113,64,457), Chunk: (at 1,4,9 in 7,28; contains blocks 112,0,448 to 127,255,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 94357291 game time, 3144566 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 51 total; [EntityCreeper['Creeper'/96769, l='MpServer', x=253.50, y=59.00, z=663.50], EntityWitch['Witch'/96768, l='MpServer', x=257.50, y=59.00, z=662.50], EntityItemFrame['entity.ItemFrame.name'/7, l='MpServer', x=193.97, y=90.50, z=610.50], EntityItemFrame['entity.ItemFrame.name'/8, l='MpServer', x=193.97, y=90.50, z=612.50], EntityItemFrame['entity.ItemFrame.name'/9, l='MpServer', x=188.50, y=90.50, z=613.97], EntityItemFrame['entity.ItemFrame.name'/10, l='MpServer', x=189.03, y=90.50, z=614.50], EntityItemFrame['entity.ItemFrame.name'/11, l='MpServer', x=189.03, y=95.50, z=614.50], EntityItemFrame['entity.ItemFrame.name'/12, l='MpServer', x=188.50, y=95.50, z=615.03], EntityItemFrame['entity.ItemFrame.name'/14, l='MpServer', x=188.50, y=90.50, z=609.03], EntityItemFrame['entity.ItemFrame.name'/15, l='MpServer', x=186.50, y=90.50, z=609.03], EntityItemFrame['entity.ItemFrame.name'/16, l='MpServer', x=191.50, y=84.50, z=610.03], EntityItemFrame['entity.ItemFrame.name'/17, l='MpServer', x=188.97, y=89.50, z=608.50], EntityPlayerSP['Sofifreak'/81302, l='MpServer', x=192.76, y=88.00, z=611.11], EntityBat['Bat'/92952, l='MpServer', x=200.77, y=62.10, z=598.38], EntityBat['Bat'/92956, l='MpServer', x=201.44, y=62.10, z=596.50], EntityCreeper['Creeper'/96809, l='MpServer', x=115.50, y=39.00, z=681.50], EntitySheep['Sheep'/71, l='MpServer', x=137.87, y=82.00, z=575.59], EntityBat['Bat'/95345, l='MpServer', x=201.44, y=62.10, z=599.73], EntityCow['Cow'/121, l='MpServer', x=239.30, y=89.00, z=539.45], EntityCreeper['Creeper'/96637, l='MpServer', x=245.50, y=15.00, z=641.50], EntityCreeper['Creeper'/96636, l='MpServer', x=245.50, y=15.00, z=641.50], EntityItemFrame['entity.ItemFrame.name'/18820, l='MpServer', x=187.50, y=90.50, z=609.03], EntityHorse['Horse'/81300, l='MpServer', x=197.98, y=90.00, z=638.11], EntityMinecartChest['Minecart with Chest'/81303, l='MpServer', x=128.51, y=33.00, z=665.61], EntityMinecartChest['Minecart with Chest'/81304, l='MpServer', x=143.50, y=33.06, z=677.50], EntityChicken['Chicken'/81307, l='MpServer', x=209.41, y=90.00, z=661.18], EntitySheep['Sheep'/81309, l='MpServer', x=238.29, y=91.00, z=655.76], EntitySheep['Sheep'/81311, l='MpServer', x=238.05, y=91.00, z=656.80], EntitySheep['Sheep'/81310, l='MpServer', x=240.55, y=91.00, z=644.43], EntityCow['Cow'/81313, l='MpServer', x=241.21, y=91.00, z=652.59], EntityChicken['Chicken'/81315, l='MpServer', x=236.82, y=91.00, z=657.17], EntityCow['Cow'/81314, l='MpServer', x=240.16, y=91.00, z=648.61], EntityCow['Cow'/81317, l='MpServer', x=237.31, y=91.00, z=644.72], EntityCow['Cow'/81316, l='MpServer', x=237.37, y=91.00, z=653.21], EntityCow['Cow'/81319, l='MpServer', x=241.17, y=91.00, z=656.49], EntityChicken['Chicken'/81318, l='MpServer', x=236.82, y=91.00, z=649.17], EntityCow['Cow'/81321, l='MpServer', x=241.52, y=91.00, z=646.98], EntitySheep['Sheep'/81320, l='MpServer', x=207.39, y=88.10, z=593.46], EntityCow['Cow'/81323, l='MpServer', x=241.44, y=91.00, z=647.99], EntitySheep['Sheep'/81325, l='MpServer', x=237.47, y=91.00, z=647.26], EntityChicken['Chicken'/81324, l='MpServer', x=238.17, y=91.00, z=653.26], EntityChicken['Chicken'/81327, l='MpServer', x=241.55, y=91.00, z=644.00], EntityCow['Cow'/81326, l='MpServer', x=241.18, y=91.00, z=645.63], EntitySheep['Sheep'/81329, l='MpServer', x=252.65, y=91.00, z=567.24], EntitySheep['Sheep'/86203, l='MpServer', x=269.52, y=91.00, z=564.79], EntityCow['Cow'/86205, l='MpServer', x=252.53, y=92.00, z=630.20], EntityChicken['Chicken'/86208, l='MpServer', x=266.42, y=91.00, z=682.22], EntitySkeleton['Skeleton'/93636, l='MpServer', x=198.72, y=61.00, z=592.77], EntityMinecartChest['Minecart with Chest'/81352, l='MpServer', x=118.51, y=34.00, z=664.49], EntityCreeper['Creeper'/96734, l='MpServer', x=241.50, y=51.00, z=686.50], EntityItem['item.item.egg'/96480, l='MpServer', x=209.21, y=90.00, z=660.44]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_141, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3755450144 bytes (3581 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
FML: MCP 9.40 Powered by Forge 14.21.1.2443 Optifine OptiFine_1.12_HD_U_C5_pre 103 mods loaded, 102 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA minecraft{1.12} [Minecraft] (minecraft.jar)
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (modpack.jar)
UCHIJA forge{14.21.1.2443} [Minecraft Forge] (modpack.jar)
UCHIJA backpacks16840{3.3.2} [Backpacks!] (backpacks16840.jar)
UCHIJA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCHIJA versionchecker{1.3.0} [Version Checker] ([1.12] VersionChecker-1.3.0.jar)
UCHIJA ambientsounds{2.0.0} [AmbientSounds] (AmbientSounds v2.0.7 mc1.12.jar)
UCHIJA antiqueatlas{4.4.4} [Antique Atlas] (antiqueatlas-1.12-4.4.4.jar)
UCHIJA antiqueatlasoverlay{1.2} [Antique Atlas Overlay] (antiqueatlas-1.12-4.4.4.jar)
UCHIJA baubles{1.5.1} [Baubles] (baubles.jar)
UCHIJA betterunderground{1.0.1} [Better Underground] (better-underground.jar)
UCHIJA betterfoliage{2.1.8} [Better Foliage] (betterfoliage.jar)
UCHIJA bibliocraft{2.4.3} [BiblioCraft] (BiblioCraft[v2.4.3][MC1.12.0].jar)
UCHIJA biomesoplenty{7.0.0.2291} [Biomes O' Plenty] (BiomesOPlenty-1.12-7.0.0.2291-universal.jar)
UCHIJA bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.12-1.5.1.jar)
UCHIJA codechickenlib{3.1.2.297} [CodeChicken Lib] (codechickenlib.jar)
UCHIJA redstoneflux{2.0.1} [Redstone Flux] (RedstoneFlux-1.12-2.0.1.2-universal.jar)
UCHIJA brandonscore{2.3.2} [Brandon's Core] (brandons-core.jar)
UCHIJA cavern{1.10.1} [Cavern] (cavern.jar)
UCHIJA chameleon{1.12-4.1.3} [Chameleon] (Chameleon-1.12-4.1.3.jar)
UCHIJA chisel{MC1.12-0.0.13.15} [Chisel] (Chisel-MC1.12-0.0.13.15.jar)
UCHIJA shadowmc{3.8.0} [ShadowMC] (ShadowMC-1.12-3.8.0.jar)
UCHIJA clipboard{@Version@} [Clipboard] (Clipboard-1.12-1.3.0.jar)
UCHIJA cofhcore{4.3.4} [CoFH Core] (cofhcore.jar)
UCHIJA cofhworld{1.0.1} [CoFH World] (cofhworld.jar)
UCHIJA ctm{MC1.12-0.2.1.5} [CTM] (CTM-MC1.12-0.2.1.5.jar)
UCHIJA customnpcs{1.12} [CustomNPCs] (custom-npcs.jar)
UCHIJA dldungeonsjdg{1.9.3} [Doomlike Dungeons] (DoomlikeDungeons-1.9.3-MC1.12.jar)
UCHIJA draconicevolution{2.3.3} [Draconic Evolution] (draconic-evolution.jar)
UCHIJA dsurround{3.4.7.0} [ยง3Dynamic Surroundings] (dsurround.jar)
UCHIJA presets{3.4.7.0} [ยง3Presets!] (dsurround.jar)
UCHIJA dynamiclights{1.4.6} [Dynamic Lights] (dynamic-lights.jar)
UCHIJA dynamiclights_onfire{1.0.7} [Dynamic Lights on burning] (dynamic-lights.jar)
UCHIJA dynamiclights_creepers{1.0.6} [Dynamic Lights on Creepers] (dynamic-lights.jar)
UCHIJA dynamiclights_dropitems{1.1.0} [Dynamic Lights on ItemEntities] (dynamic-lights.jar)
UCHIJA dynamiclights_entityclasses{1.0.1} [Dynamic Lights on specified Entities] (dynamic-lights.jar)
UCHIJA dynamiclights_mobequipment{1.1.0} [Dynamic Lights on Mob Equipment] (dynamic-lights.jar)
UCHIJA dynamiclights_flamearrows{1.0.1} [Dynamic Lights on Flame enchanted Arrows] (dynamic-lights.jar)
UCHIJA dynamiclights_floodlights{1.0.3} [Dynamic Lights Flood Light] (dynamic-lights.jar)
UCHIJA dynamiclights_otherplayers{1.0.9} [Dynamic Lights Other Player Light] (dynamic-lights.jar)
UCHIJA dynamiclights_theplayer{1.1.3} [Dynamic Lights Player Light] (dynamic-lights.jar)
UCHIJA enderore{1.12-b1} [Ender Ore] (Ender Ore-1.12-b2.jar)
UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.12-1.5.1.jar)
UCHIJA zerocore{1.12-0.1.0.9} [Zero CORE] (zerocore-1.12-0.1.0.9.jar)
UCHIJA bigreactors{1.12-0.4.5.34} [Extreme Reactors] (ExtremeReactors-1.12-0.4.5.34.jar)
UCHIJA gottschcore{1.1.2} [GottschCore] (gottschcore.jar)
UCHIJA fastladder{1.0.6} [FastLadder!] (FastLadder-mc1.12-v1.0.6.jar)
UCHIJA foamfix{@Version@} [FoamFix] (foamfix-0.8.0-beta1-1.12-anarchy.jar)
UCHIJA ic2{2.8.16-ex112} [IndustrialCraft 2] (ic2.jar)
UCHIJA jei{4.7.8.92} [Just Enough Items] (jei.jar)
UCHIJA mantle{1.12-1.3.1.18} [Mantle] (mantle.jar)
UCHIJA natura{1.12-4.3.0.17} [Natura] (natura.jar)
UCHIJA forestry{5.5.1.184} [Forestry] (forestry.jar)
UCHIJA forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar)
UCHIJA fw{1.6.0} [Fullscreen Windowed] (FullscreenWindowed-1.12-1.6.0.jar)
UCHIJA gardenstuff{1.12-2.1.0} [Garden Stuff] (GardenStuff-1.12-2.1.0.jar)
UCHIJA goldcauldron{1.1} [Gold Cauldron] (goldcauldron-1.1.jar)
UCHIJA gravestone{1.8.4} [Gravestone Mod] (gravestone-1.8.4.jar)
UCHIJA hammercore{1.9.4.0} [Hammer Core] (HammerCore-1.12-1.9.4.0.jar)
UCHIJA harvestcraft{1.12.1b} [Pam's HarvestCraft] (harvestcraft.jar)
UCHIJA hopperducts{1.5} [Hopper Ducts] (hopperducts-mc1.12-1.5.jar)
UCHIJA waila{1.8.19} [Waila] (Hwyla-1.8.19-B33_1.12.jar)
UCHIJA tconstruct{1.12-2.7.2.19} [Tinkers' Construct] (tconstruct.jar)
UCHIJA immersiveengineering{0.12-71} [Immersive Engineering] (immersive-engineering.jar)
UCHIJA improvedbackpacks{1.12-1.1.2.0} [Improved Backpacks] (ImprovedBackpacks-1.12-1.1.2.0.jar)
UCHIJA teslacorelib{1.0.8} [Tesla Core Lib] (tesla-core-lib.jar)
UCHIJA industrialforegoing{1.12-1.12} [Industrial Foregoing] (industrial-foregoing.jar)
UCHIJA inventorytweaks{1.63+beta.108.6ff67c4} [Inventory Tweaks] (inventorytweaks.jar)
UCHIJA ironchest{1.12-7.0.31.818} [Iron Chest] (ironchest-1.12-7.0.31.818.jar)
UCHIJA jehc{1.3.0} [Just Enough HarvestCraft] (jehc-1.12-1.3.0.jar)
UCHIJA journeymap{1.12-5.5.0b3} [JourneyMap] (journeymap.jar)
UCHIJA storagedrawers{1.12-5.2.5} [Storage Drawers] (StorageDrawers-1.12-5.2.9.jar)
UCHIJA refinedstorage{1.5.17} [Refined Storage] (refinedstorage.jar)
UCHIJA moartinkers{0.5.4} [Moar Tinkers] (moartinkers.jar)
UCHIJA nei{${mod_version}} [Not Enough Items] (nei.jar)
UCHIJA nex{2.1.11.12} [NetherEx] (NetherEx-1.12-2.1.11.12.jar)
UCHIJA openglider{@Version@} [Open Glider] (open-glider.jar)
UCHIJA plants{1.2.0} [Plants] (Plants-1.12-1.2.0(1).jar)
UCHIJA reauth{3.5.1} [ReAuth] (reauth.jar)
UCHIJA reborncore{3.2.5.88} [Reborn Core] (reborncore.jar)
UCHIJA rebornstorage{1.0.0} [RebornStorage] (rebornstorage.jar)
UCHIJA refinedstorageaddons{0.1.1} [Refined Storage Addons] (refinedstorageaddons-0.1.1.jar)
UCHIJA rftools{6.13} [RFTools] (rftools.jar)
UCHIJA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.12-1.6.8.jar)
UCHIJA rftoolsdim{5.04} [RFTools Dimensions] (rftoolsdim-1.12-5.04.jar)
UCHIJA ruins{16.7} [Ruins Mod] (Ruins-1.12.jar)
UCHIJA signpost{1.05.5} [Sign Post] (signpost.jar)
UCHIJA simplecorn{2.3.2} [Simple Corn] (SimpleCorn1.12-2.3.2.jar)
UCHIJA simplequarry{1.0.7} [Simple Quarry] (SimpleQuarry-1.12-1.0.7.jar)
UCHIJA simplebedrolls{1.2.1} [Simple Bedrolls] (simply-bedrolls.jar)
UCHIJA simulatednights{1.12-2.1.0} [Simulated Nights] (simulatednights-1.12-2.1.0.jar)
UCHIJA solarfluxreborn{3.25r} [Solar Flux Reborn] (solar-flux-reborn.jar)
UCHIJA soundfilters{0.10_for_1.12} [Sound Filters] (SoundFilters-0.10_for_1.12.jar)
UCHIJA storagedrawersextra{@Version@} [Storage Drawers Extras] (StorageDrawersExtras-1.12-3.1.0.jar)
UCHIJA subcommonlib{1.2.0.1} [Subaraki's Common Library] (subcommonlib-sublib-1.12-1.2.0.1.jar)
UCHIJA telepads{1.11.2-1.0.2.1} [Telepads] (telepads.jar)
UCHIJA thermalfoundation{2.3.4} [Thermal Foundation] (thermalfoundation.jar)
UCHIJA thermaldynamics{2.3.4} [Thermal Dynamics] (thermaldynamics.jar)
UCHIJA thermalexpansion{5.3.4} [Thermal Expansion] (thermalexpansion.jar)
UCHIJA waystones{4.0.15} [Waystones] (waystones.jar)
UCHIJA teslacorelib_registries{1.0.8} [Tesla Core Lib Registries] (tesla-core-lib.jar)
UD solarfluxreborncore{3.25r} [Solar Flux Reborn: Core] (minecraft.jar)
Loaded coremods (and transformers):
BCModPlugin (backpacks16840.jar)
brad16840.common.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)

LoadingPlugin ([1.12] VersionChecker-1.3.0.jar)

SFRCore (solar-flux-reborn.jar)
com.pengu.solarfluxreborn.core.SFRSerializedTransformer
Inventory Tweaks Coremod (inventorytweaks.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (Bloodmoon-MC1.12-1.5.1.jar)
lumien.bloodmoon.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.0-beta1-1.12-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
BetterFoliageLoader (betterfoliage.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
IELoadingPlugin (immersive-engineering.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
DynamicSurroundingsCore (dsurround.jar)
org.blockartistry.DynSurround.asm.Transformer
HammerCoreCore (HammerCore-1.12-1.9.4.0.jar)
com.pengu.hammercore.asm.HammerCoreTransformer
CTMCorePlugin (CTM-MC1.12-0.2.1.5.jar)
team.chisel.ctm.client.asm.CTMTransformer
DLFMLCorePlugin (dynamic-lights.jar)
atomicstryker.dynamiclights.common.DLTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 382.05' Renderer: 'GeForce GT 740M/PCIe/SSE2'
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)

Pulsar/tconstruct loaded Pulses: 
	- TinkerCommons (Enabled/Forced)
	- TinkerWorld (Enabled/Not Forced)
	- TinkerTools (Enabled/Not Forced)
	- TinkerHarvestTools (Enabled/Forced)
	- TinkerMeleeWeapons (Enabled/Forced)
	- TinkerRangedWeapons (Enabled/Forced)
	- TinkerModifiers (Enabled/Forced)
	- TinkerSmeltery (Enabled/Not Forced)
	- TinkerGadgets (Enabled/Not Forced)
	- TinkerOredict (Enabled/Forced)
	- TinkerIntegration (Enabled/Forced)
	- TinkerFluids (Enabled/Forced)
	- TinkerMaterials (Enabled/Forced)
	- TinkerModelRegister (Enabled/Forced)
	- chiselIntegration (Enabled/Not Forced)
	- wailaIntegration (Enabled/Not Forced)

RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.2.5.88
	Runtime Debofucsation 1
	RenderEngine: 1
Launched Version: 1.12-forge1.12-14.21.1.2443
LWJGL: 2.9.4
OpenGL: GeForce GT 740M/PCIe/SSE2 GL version 4.5.0 NVIDIA 382.05, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: FaithfulMods 1.12-rv1.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz

Build fails with forge-1.14.4-28.0.49

forge-1.14.4-28.0.49

[17:26:39] [main/INFO]: JAR transformation complete /home/wds/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.14.4-28.0.49_mapped_snapshot_20190719-1.14.3/forge-1.14.4-28.0.49_mapped_snapshot_20190719-1.14.3.jar
/media/wds/DATA/dev/ambs/src/main/java/com/creativemd/ambientsounds/AmbientTickHandler.java:25: error: package net.minecraftforge.fml.common.gameevent.TickEvent does not exist
import net.minecraftforge.fml.common.gameevent.TickEvent.ClientTickEvent;
^
/media/wds/DATA/dev/ambs/src/main/java/com/creativemd/ambientsounds/AmbientTickHandler.java:26: error: package net.minecraftforge.fml.common.gameevent.TickEvent does not exist
import net.minecraftforge.fml.common.gameevent.TickEvent.Phase;
^
/media/wds/DATA/dev/ambs/src/main/java/com/creativemd/ambientsounds/AmbientTickHandler.java:27: error: package net.minecraftforge.fml.common.gameevent.TickEvent does not exist
import net.minecraftforge.fml.common.gameevent.TickEvent.RenderTickEvent;
^
/media/wds/DATA/dev/ambs/src/main/java/com/creativemd/ambientsounds/AmbientTickHandler.java:92: error: cannot find symbol
public void onRender(RenderTickEvent event) {
^
symbol: class RenderTickEvent
location: class AmbientTickHandler
/media/wds/DATA/dev/ambs/src/main/java/com/creativemd/ambientsounds/AmbientTickHandler.java:188: error: cannot find symbol
public void onTick(ClientTickEvent event) {
^
symbol: class ClientTickEvent
location: class AmbientTickHandler
5 errors

Task :compileJava FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':compileJava'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

ATM2

I want to keep this mod in ATM2 but I have a couple issues.

  1. When trying to load on a server the mod crashes the server. From what I am told there is a line of code that needs to be added to not load. Before this was fine because I just left the files off the server files download but not curse says I cannot upload server files anyone.
  2. The crickets get a lot of hate on the discord for being too loud.

Nether Crash

Latest version (2.2.0) seems to cause some sort of crash when going into the nether (Client stop responding), bumped down to v2.1.2 and had no issues

How do I disable it for new dimensions from mods?

Hello, I have Galacticraft on my server and when I use Ambient Surroundings I'm hearing cricket noises on the planets, I'm wondering how I could edit the config to exclude those biomes/dimensions from the mod?

sound system crash

When I load a world, I get a message of the chat that the sound system crashed and try to restart it when the first chunks of the world load them. Then the game freezes and crashes, I get this crash report https://pastebin.com/ENRx0Sn7.

[Suggestion] Dimension blacklist/whitelist

I'm playing this mod with another mod that adds a dimension and already has ambient sounds there, but the sounds from this mod are still playing. Would it be possible to have an option in the config to blacklist this mod's sounds based on dimension id?

AmbientSound not compatible with forge 28.0.45

Forge has changed "net.minecraftforge.fml.common.gameevent.TickEvent" to "net.minecraftforge.event.TickEvent".
So my question is when AbientSound will be updated for forge 28.0.45.
Because with the last version of forge, we have this error; "java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/gameevent/TickEvent$RenderTickEvent".

Modded Dimensions and Ambient Sounds

I've been using Ambient Sounds 3 for a little while now, and I've generally found it to be an excellent way to improve the atmosphere of the game. However, a few dimensions from other mods are getting some unusual or unfitting soundscapes selected for them, so I'll cover a brief list of the dimensions in question:

  • Erebus. Cave noises play, which makes sense for an underground world, but there are various forested or forest-like biomes that don't get appropriate insect or other ambient animal noises.
  • The Betweenlands. This one has its own custom soundscape built into the mod, so it's strange to have Ambient Sounds 3 play its own ambient audio on top of the ambience already there.
  • Twilight Forest. I'm not sure if this is supposed to happen, but this dimension plays ambient rumbling with only a vague hint of birds/insects/other ambient audio, which seems odd for a very forested world, not counting the other biomes that is.
  • A currently unreleased Void-like dimension for a mod I'm helping out with. Obviously this couldn't have gotten any custom support since it hasn't been added into the mod yet, but I'm covering it here so that it can be supported in advance. I've created a custom soundscape for this dimension, so maybe just have a low drone for this dimension, similar to the End. The dimension itself is called the Emptiness ("emptiness" is what '/forge dimensions' lists it as), with the default dimension ID being 14676.

It'd be good if you could tweak the Ambient audio for these dimensions so that they fit a little better. If you need any more info on the dimension I'm helping out with, do let me know. Otherwise, keep up the good work!

No Sound in newest Forge version.

Recently I updated Forge, and since I updated, Ambient Sounds has made all sounds disappear in minecraft.
I have removed all other mods, this mod worked fine until I updated forge.

Twilight Forest bird sounds only play underground

When you're on the surface, only wind and distant crows can be hard. Once you go into a cave though, the birds suddenly kick into high gear and sound off. I'm assuming the mod is having a hard time figuring out distinguishing between what's the surface, cave, and sky in the Twilight Forest.

Crash log?

I'm experiencing minecraft freeze and then telling me the sound manager crashed and has restarted, the latest incident gave me a CTD.

---- Minecraft Crash Report ----

WARNING: coremods are present:
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
wearables (wearables-1.0.2.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
ForgelinPlugin (Forgelin-1.5.0.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.5.4.jar)
MalisisSwitchesPlugin (malisisswitches-1.10.2-3.2.0.jar)
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
CTMCorePlugin (CTM-MC1.10.2-0.1.1.16.jar)
LoadingPlugin (Quark-r1.1-70.jar)
IvToolkit (IvToolkit-1.3.3-1.10.jar)
llibrary (llibrary-1.7.6-1.10.2.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 6/21/17 12:17 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at paulscode.sound.SoundSystem.newStreamingSource(SoundSystem.java:772)
at com.creativemd.ambientsounds.AmbientSoundEngine.play(AmbientSoundEngine.java:157)
at com.creativemd.ambientsounds.AmbientSound.update(AmbientSound.java:323)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:201)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_756_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:339)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1650)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at paulscode.sound.SoundSystem.newStreamingSource(SoundSystem.java:772)
at com.creativemd.ambientsounds.AmbientSoundEngine.play(AmbientSoundEngine.java:157)
at com.creativemd.ambientsounds.AmbientSound.update(AmbientSound.java:323)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:201)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_756_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:339)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['nexusdog'/104, l='MpServer', x=564.40, y=69.00, z=-195.31]]
Chunk stats: MultiplayerChunkCache: 1086, 1086
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-207,64,-186), Chunk: (at 1,4,6 in -13,-12; contains blocks -208,0,-192 to -193,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 331451 game time, 608436 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 187 total; [EntitySpider['Spider'/14336, l='MpServer', x=583.50, y=53.00, z=-172.50], EntityHuman['Morvelaira'/14852, l='MpServer', x=466.50, y=17.00, z=-135.50], EntityHuman['ted80'/14345, l='MpServer', x=537.50, y=40.00, z=-258.50], EntityHuman['KeldonSlayer'/14346, l='MpServer', x=547.45, y=34.00, z=-256.29], EntityHuman['chylex'/14347, l='MpServer', x=538.50, y=40.00, z=-257.50], EntityItem['item.item.hatchery.chickenmanure'/13836, l='MpServer', x=596.91, y=63.00, z=-146.10], EntitySkeleton['Skeleton'/14348, l='MpServer', x=581.50, y=30.00, z=-270.50], EntityItem['item.item.dyePowder.black'/14860, l='MpServer', x=545.92, y=59.83, z=-240.43], EntitySkeleton['Skeleton'/14349, l='MpServer', x=581.50, y=30.00, z=-273.50], EntitySkeleton['Skeleton'/14350, l='MpServer', x=581.50, y=30.00, z=-271.50], EntitySkeleton['Skeleton'/14351, l='MpServer', x=584.50, y=30.00, z=-270.50], EntityLatchedRenderer['unknown'/14864, l='MpServer', x=564.40, y=69.00, z=-195.31], EntityCreeper['Creeper'/6172, l='MpServer', x=540.81, y=60.00, z=-176.42], EntityZombie['Zombie'/13351, l='MpServer', x=593.49, y=54.00, z=-178.52], EntityGuardian['Guardian'/13360, l='MpServer', x=538.63, y=57.00, z=-232.39], EntityBat['Bat'/14388, l='MpServer', x=584.23, y=30.00, z=-271.25], EntityGib['unknown'/13366, l='MpServer', x=593.49, y=55.50, z=-178.63], EntityGib['unknown'/13367, l='MpServer', x=593.84, y=55.28, z=-178.64], EntityGib['unknown'/13368, l='MpServer', x=593.14, y=55.28, z=-178.62], EntityItem['item.item.dyePowder.black'/10816, l='MpServer', x=505.83, y=49.00, z=-202.17], EntityGuardian['Guardian'/13889, l='MpServer', x=550.44, y=59.81, z=-223.52], EntityChicken['Chicken'/83, l='MpServer', x=570.08, y=71.00, z=-235.40], EntityBat['Bat'/13918, l='MpServer', x=527.61, y=45.04, z=-260.84], EntityItem['item.item.egg'/14434, l='MpServer', x=569.85, y=71.00, z=-234.75], EntityItem['item.item.hatchery.chickenmanure'/12388, l='MpServer', x=608.71, y=70.00, z=-206.39], EntityItem['item.item.dyePowder.black'/14436, l='MpServer', x=549.38, y=57.00, z=-236.07], EntityHuman['xlson'/12901, l='MpServer', x=555.50, y=42.00, z=-166.50], EntityPlayerSP['nexusdog'/104, l='MpServer', x=564.40, y=69.00, z=-195.31], EntityLatchedRenderer['unknown'/106, l='MpServer', x=8.50, y=65.00, z=8.50], EntityLatchedRenderer['unknown'/107, l='MpServer', x=558.94, y=69.00, z=-175.40], EntitySkeleton['Skeleton'/109, l='MpServer', x=562.51, y=52.00, z=-174.21], EntitySkeleton['Skeleton'/110, l='MpServer', x=560.53, y=52.00, z=-174.28], EntityChicken['Chicken'/112, l='MpServer', x=565.90, y=62.54, z=-266.65], EntityCreeper['Creeper'/13430, l='MpServer', x=559.50, y=18.00, z=-175.50], EntityHuman['Jessassin'/13949, l='MpServer', x=556.35, y=25.00, z=-201.65], EntityBat['Bat'/13439, l='MpServer', x=586.28, y=30.08, z=-271.42], EntityHuman['electronicbird'/13958, l='MpServer', x=516.50, y=23.00, z=-222.50], EntityZombie['Zombie'/13959, l='MpServer', x=517.27, y=23.00, z=-215.52], EntityItem['item.tile.log.oak'/13451, l='MpServer', x=562.88, y=78.00, z=-196.54], EntityGib['unknown'/13965, l='MpServer', x=517.27, y=24.50, z=-215.52], EntityGib['unknown'/13966, l='MpServer', x=516.93, y=24.28, z=-215.61], EntityGib['unknown'/13967, l='MpServer', x=517.61, y=24.28, z=-215.43], EntityHuman['BertieChap'/145, l='MpServer', x=572.44, y=34.00, z=-253.12], EntityZombie['Zombie'/13464, l='MpServer', x=545.43, y=40.00, z=-237.21], EntityGuardian['Guardian'/14498, l='MpServer', x=516.50, y=50.00, z=-203.50], EntityGib['unknown'/13478, l='MpServer', x=545.43, y=41.50, z=-237.21], EntityGib['unknown'/13479, l='MpServer', x=545.09, y=41.28, z=-237.27], EntityGib['unknown'/13480, l='MpServer', x=545.78, y=41.28, z=-237.15], EntityBat['Bat'/13992, l='MpServer', x=548.11, y=37.76, z=-218.38], EntityItem['item.tile.log.oak'/13483, l='MpServer', x=561.01, y=77.00, z=-195.70], EntityCreeper['Creeper'/7341, l='MpServer', x=547.99, y=64.00, z=-176.57], EntityItem['item.tile.sapling.oak'/13485, l='MpServer', x=560.45, y=78.00, z=-196.55], EntityCreeper['Creeper'/7342, l='MpServer', x=554.15, y=65.00, z=-176.47], EntityItem['item.item.dyePowder.black'/11439, l='MpServer', x=531.32, y=53.00, z=-232.00], EntitySkeleton['Skeleton'/14521, l='MpServer', x=529.50, y=12.00, z=-147.50], EntityHuman['tfox83'/14528, l='MpServer', x=538.50, y=13.00, z=-289.50], EntityGib['unknown'/14530, l='MpServer', x=529.50, y=13.50, z=-147.50], EntityItem['item.item.tconstruct.edible.slimeball_blue'/12483, l='MpServer', x=591.85, y=63.00, z=-135.65], EntityGib['unknown'/14531, l='MpServer', x=529.22, y=13.28, z=-147.28], EntityBat['Bat'/14020, l='MpServer', x=553.30, y=20.10, z=-236.15], EntityItem['item.name.lootbags_lootbagRare'/12484, l='MpServer', x=589.76, y=64.00, z=-136.17], EntityGib['unknown'/14532, l='MpServer', x=529.78, y=13.28, z=-147.72], EntityGroupOfGravesMobSpawnerHelper['entity.GraveStone-Extended.GSSpawnerHelper.name'/199, l='MpServer', x=572.00, y=71.00, z=-202.00], EntityGroupOfGravesMobSpawnerHelper['entity.GraveStone-Extended.GSSpawnerHelper.name'/200, l='MpServer', x=572.00, y=71.00, z=-202.00], EntityGroupOfGravesMobSpawnerHelper['entity.GraveStone-Extended.GSSpawnerHelper.name'/201, l='MpServer', x=572.00, y=71.00, z=-202.00], EntityGroupOfGravesMobSpawnerHelper['entity.GraveStone-Extended.GSSpawnerHelper.name'/202, l='MpServer', x=572.00, y=71.00, z=-202.00], EntityCreeper['Creeper'/13531, l='MpServer', x=504.50, y=13.00, z=-267.50], EntitySkeleton['Skeleton'/14560, l='MpServer', x=563.50, y=52.00, z=-161.50], EntitySkeleton['Skeleton'/14561, l='MpServer', x=563.50, y=52.00, z=-162.50], EntitySkeleton['Skeleton'/14562, l='MpServer', x=564.50, y=52.00, z=-164.50], EntityBat['Bat'/14054, l='MpServer', x=538.25, y=43.10, z=-236.41], EntityGib['unknown'/14567, l='MpServer', x=563.50, y=53.50, z=-161.50], EntityGib['unknown'/14568, l='MpServer', x=563.85, y=53.28, z=-161.50], EntityGib['unknown'/14569, l='MpServer', x=563.15, y=53.28, z=-161.50], EntityGib['unknown'/14571, l='MpServer', x=563.50, y=53.50, z=-162.50], EntityGib['unknown'/14572, l='MpServer', x=563.67, y=53.28, z=-162.20], EntityGib['unknown'/14573, l='MpServer', x=563.33, y=53.28, z=-162.80], EntityGib['unknown'/14575, l='MpServer', x=564.50, y=53.50, z=-164.50], EntityBat['Bat'/14064, l='MpServer', x=584.68, y=56.49, z=-168.25], EntityGib['unknown'/14576, l='MpServer', x=564.85, y=53.28, z=-164.50], EntityGib['unknown'/14577, l='MpServer', x=564.15, y=53.28, z=-164.50], EntityItem['item.item.dyePowder.black'/14583, l='MpServer', x=548.18, y=57.00, z=-234.26], EntitySkeleton['Skeleton'/14587, l='MpServer', x=629.50, y=35.00, z=-243.50], EntityRooster['Rooster'/253, l='MpServer', x=596.33, y=64.00, z=-144.85], EntityGib['unknown'/14593, l='MpServer', x=629.50, y=36.50, z=-243.50], EntityGib['unknown'/14594, l='MpServer', x=629.84, y=36.28, z=-243.57], EntityGib['unknown'/14595, l='MpServer', x=629.16, y=36.28, z=-243.43], EntityRooster['Rooster'/269, l='MpServer', x=512.51, y=66.00, z=-109.14], EntityDweller['Dweller'/14094, l='MpServer', x=637.51, y=14.00, z=-190.75], EntityGib['unknown'/14097, l='MpServer', x=637.51, y=15.50, z=-190.75], EntityGib['unknown'/14098, l='MpServer', x=637.62, y=15.28, z=-191.08], EntityGib['unknown'/14099, l='MpServer', x=637.40, y=15.28, z=-190.42], EntityItem['item.tile.sapling.oak'/13596, l='MpServer', x=567.85, y=76.00, z=-192.93], EntityHuman['Alblaka'/286, l='MpServer', x=601.47, y=21.00, z=-205.22], EntityCreeper['Creeper'/14120, l='MpServer', x=522.50, y=19.00, z=-274.50], EntityCreeper['Creeper'/14635, l='MpServer', x=490.50, y=22.00, z=-135.50], EntityHuman['odedex'/301, l='MpServer', x=620.36, y=21.00, z=-209.50], EntityChicken['Chicken'/302, l='MpServer', x=608.87, y=70.00, z=-206.50], EntityGuardian['Guardian'/13614, l='MpServer', x=502.14, y=55.66, z=-199.29], EntityBat['Bat'/14133, l='MpServer', x=581.75, y=45.10, z=-256.25], EntityItem['item.tile.sapling.oak'/13623, l='MpServer', x=562.28, y=77.00, z=-195.41], EntityHuman['eldrone'/314, l='MpServer', x=570.50, y=26.00, z=-42.30], EntityItem['item.item.leather'/11069, l='MpServer', x=504.82, y=12.00, z=-237.52], EntityItem['item.name.lootbags_lootbagUncommon'/11070, l='MpServer', x=505.51, y=13.00, z=-239.95], EntityCreeper['Creeper'/14144, l='MpServer', x=592.50, y=47.00, z=-248.50], EntitySkeleton['Skeleton'/14660, l='MpServer', x=583.50, y=39.00, z=-272.50], EntityZombie['Zombie'/14664, l='MpServer', x=586.14, y=70.00, z=-270.51], EntityHuman['LexManos'/12629, l='MpServer', x=639.50, y=16.00, z=-209.50], EntityItem['item.item.feather'/12121, l='MpServer', x=569.13, y=70.94, z=-235.88], EntityItem['item.item.dyePowder.black'/13147, l='MpServer', x=517.17, y=50.00, z=-227.29], EntitySquid['Squid'/14174, l='MpServer', x=544.40, y=51.00, z=-226.83], EntitySquid['Squid'/14175, l='MpServer', x=551.52, y=52.87, z=-224.02], EntitySquid['Squid'/14176, l='MpServer', x=545.00, y=51.11, z=-220.98], EntitySquid['Squid'/14177, l='MpServer', x=555.60, y=52.00, z=-226.33], EntityCreeper['Creeper'/13676, l='MpServer', x=581.50, y=56.00, z=-177.50], EntityItem['item.item.feather'/13171, l='MpServer', x=609.68, y=69.00, z=-206.67], EntitySkeleton['Skeleton'/13683, l='MpServer', x=535.95, y=43.00, z=-232.09], EntityGib['unknown'/13690, l='MpServer', x=535.95, y=44.50, z=-232.09], EntityGib['unknown'/13691, l='MpServer', x=536.26, y=44.28, z=-232.24], EntityGib['unknown'/13692, l='MpServer', x=535.64, y=44.28, z=-231.93], EntityCreeper['Creeper'/13181, l='MpServer', x=604.50, y=42.00, z=-248.50], EntityZombie['Zombie'/14719, l='MpServer', x=560.50, y=30.00, z=-262.50], EntityGib['unknown'/14721, l='MpServer', x=560.50, y=31.50, z=-262.50], EntityGib['unknown'/14722, l='MpServer', x=560.85, y=31.28, z=-262.50], EntityGib['unknown'/14723, l='MpServer', x=560.15, y=31.28, z=-262.50], EntitySkeleton['Skeleton'/14724, l='MpServer', x=548.50, y=21.00, z=-238.50], EntitySkeleton['Skeleton'/14725, l='MpServer', x=548.50, y=21.00, z=-238.50], EntitySquid['Squid'/14217, l='MpServer', x=504.21, y=56.66, z=-233.80], EntitySquid['Squid'/14218, l='MpServer', x=508.19, y=57.53, z=-219.48], EntitySquid['Squid'/14219, l='MpServer', x=507.13, y=55.99, z=-220.59], EntityGib['unknown'/14731, l='MpServer', x=548.50, y=22.50, z=-238.50], EntitySquid['Squid'/14220, l='MpServer', x=545.60, y=59.89, z=-240.19], EntityGib['unknown'/14732, l='MpServer', x=548.85, y=22.28, z=-238.50], EntityGib['unknown'/14733, l='MpServer', x=548.15, y=22.28, z=-238.50], EntityCreeper['Creeper'/13710, l='MpServer', x=571.50, y=17.00, z=-251.50], EntitySquid['Squid'/14222, l='MpServer', x=532.83, y=60.26, z=-241.83], EntitySquid['Squid'/14223, l='MpServer', x=539.94, y=59.68, z=-238.71], EntityGib['unknown'/14735, l='MpServer', x=548.50, y=22.50, z=-238.50], EntityGib['unknown'/14736, l='MpServer', x=548.85, y=22.28, z=-238.50], EntityGib['unknown'/14737, l='MpServer', x=548.15, y=22.28, z=-238.50], EntityItem['item.item.hatchery.chickenmanure'/11668, l='MpServer', x=571.03, y=71.00, z=-235.61], EntityGib['unknown'/14742, l='MpServer', x=586.25, y=71.50, z=-270.51], EntityGib['unknown'/14743, l='MpServer', x=586.26, y=71.28, z=-270.16], EntityGib['unknown'/14744, l='MpServer', x=586.25, y=71.28, z=-270.86], EntityGib['unknown'/14746, l='MpServer', x=581.50, y=31.50, z=-270.50], EntityGib['unknown'/14747, l='MpServer', x=581.18, y=31.28, z=-270.65], EntityGib['unknown'/14748, l='MpServer', x=581.82, y=31.28, z=-270.35], EntityGib['unknown'/14750, l='MpServer', x=581.50, y=31.50, z=-271.50], EntityGib['unknown'/14751, l='MpServer', x=581.16, y=31.28, z=-271.43], EntityGib['unknown'/14752, l='MpServer', x=581.84, y=31.28, z=-271.57], EntityGib['unknown'/14754, l='MpServer', x=584.50, y=31.50, z=-270.50], EntityGib['unknown'/14755, l='MpServer', x=584.18, y=31.28, z=-270.36], EntityGib['unknown'/14756, l='MpServer', x=584.82, y=31.28, z=-270.64], EntitySkeleton['Skeleton'/13223, l='MpServer', x=556.50, y=29.00, z=-272.50], EntityItem['item.item.sulphur'/13740, l='MpServer', x=573.51, y=51.00, z=-178.85], EntityLatchedRenderer['unknown'/431, l='MpServer', x=558.94, y=69.00, z=-175.40], EntityGib['unknown'/14769, l='MpServer', x=581.50, y=31.50, z=-273.50], EntityGib['unknown'/434, l='MpServer', x=562.51, y=53.50, z=-174.21], EntityGib['unknown'/14770, l='MpServer', x=581.47, y=31.28, z=-273.15], EntityCreeper['Creeper'/13234, l='MpServer', x=555.50, y=30.00, z=-273.50], EntityGib['unknown'/435, l='MpServer', x=562.23, y=53.28, z=-174.43], EntityGib['unknown'/14771, l='MpServer', x=581.53, y=31.28, z=-273.85], EntityGib['unknown'/436, l='MpServer', x=562.79, y=53.28, z=-174.00], EntityGib['unknown'/14773, l='MpServer', x=583.50, y=40.50, z=-272.50], EntityGib['unknown'/438, l='MpServer', x=560.53, y=53.50, z=-174.28], EntityGib['unknown'/14774, l='MpServer', x=583.85, y=40.28, z=-272.50], EntityGib['unknown'/439, l='MpServer', x=560.88, y=53.28, z=-174.23], EntityGib['unknown'/14775, l='MpServer', x=583.15, y=40.28, z=-272.50], EntityGib['unknown'/440, l='MpServer', x=560.19, y=53.28, z=-174.34], EntityGib['unknown'/14777, l='MpServer', x=556.50, y=30.50, z=-272.50], EntityGib['unknown'/14778, l='MpServer', x=556.15, y=30.28, z=-272.49], EntityItem['item.tile.log.oak'/13243, l='MpServer', x=565.13, y=74.00, z=-191.13], EntityGib['unknown'/14779, l='MpServer', x=556.85, y=30.28, z=-272.51], EntityItem['item.tile.wood.oak'/13244, l='MpServer', x=565.13, y=74.00, z=-191.39], EntityItem['item.item.slimeball'/13245, l='MpServer', x=578.67, y=25.00, z=-177.90], EntityBat['Bat'/14286, l='MpServer', x=552.49, y=17.01, z=-249.25], EntitySquid['Squid'/12241, l='MpServer', x=510.65, y=57.84, z=-244.25], EntityItem['item.item.leather'/10711, l='MpServer', x=519.44, y=11.00, z=-220.16], EntityGuardian['Guardian'/14814, l='MpServer', x=544.50, y=57.99, z=-253.50], EntityLatchedRenderer['unknown'/9183, l='MpServer', x=564.40, y=69.00, z=-195.31], EntityCreeper['Creeper'/13793, l='MpServer', x=530.50, y=10.00, z=-138.50], EntityHuman['PurpleMentat'/14306, l='MpServer', x=557.30, y=29.00, z=-246.50], EntityHuman['Notch'/14307, l='MpServer', x=561.50, y=27.00, z=-242.70], EntityBat['Bat'/13284, l='MpServer', x=562.65, y=52.10, z=-176.25], EntityItem['item.item.dyePowder.black'/11748, l='MpServer', x=541.49, y=51.00, z=-252.20], EntityItem['item.tile.sapling.oak'/13305, l='MpServer', x=567.97, y=75.00, z=-191.88], EntityHuman['Dinnerbone'/14846, l='MpServer', x=541.50, y=15.00, z=-249.50]]
Retry entities: 3 total; [EntityLatchedRenderer['unknown'/106, l='MpServer', x=8.50, y=65.00, z=8.50], EntityLatchedRenderer['unknown'/107, l='MpServer', x=558.94, y=69.00, z=-175.40], EntityLatchedRenderer['unknown'/431, l='MpServer', x=558.94, y=69.00, z=-175.40]]
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1452194000 bytes (1384 MB) / 4216557568 bytes (4021 MB) up to 12831227904 bytes (12236 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.32 Powered by Forge 12.18.3.2316 122 mods loaded, 122 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2316.jar)
UCHIJAAAA Forge{12.18.3.2316} [Minecraft Forge] (forge-1.10.2-12.18.3.2316.jar)
UCHIJAAAA ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
UCHIJAAAA io.github.elytra.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAAAA uncraftingTable{1.6.3-beta1} [Uncrafting Table] ([1.10.2]UncraftingTable-1.6.3-beta1.jar)
UCHIJAAAA movillages{1.5.2} [Mo' Villages] ([1.9.4]Mo' Villages-1.5.2.jar)
UCHIJAAAA accesstweaks{1.0-mc1.11} [AccessTweaks] (AccessTweaks-1.0-mc1.10.jar)
UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCHIJAAAA ambientsounds{2.0.0} [AmbientSounds] (AmbientSounds v2.0.2 mc1.10.2.zip)
UCHIJAAAA architecturecraft{1.7.3} [ArchitectureCraft] (ArchitectureCraft-1.7.3-mc1.10.2.jar)
UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA backpack{3.0.1} [Backpack] (backpack-3.0.1-1.10.2.jar)
UCHIJAAAA backport{1.3} [Backport] (backport-1.3-patch2.jar)
UCHIJAAAA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCHIJAAAA baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
UCHIJAAAA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
UCHIJAAAA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCHIJAAAA BiblioCraft{2.2.4} [BiblioCraft] (BiblioCraft[v2.2.4][MC1.10.2].jar)
UCHIJAAAA BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar)
UCHIJAAAA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJAAAA chickens{4.3.2} [Chickens] (chickens-4.3.2.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.11.25} [Chisel] (Chisel-MC1.10.2-0.0.11.25.jar)
UCHIJAAAA clear_view{1.0} [Clear View] (clearview-1.0.1.jar)
UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJAAAA covers{0.4.1.17} [Simple Covers] (covers-0.4.1.17-mc1.10.2.jar)
UCHIJAAAA cs{1.0.5} [Configurable Villager to Door Ratio] (cs-1.0.5.jar)
UCHIJAAAA ctm{MC1.10.2-0.1.1.16} [CTM] (CTM-MC1.10.2-0.1.1.16.jar)
UCHIJAAAA customizeddungeonloot{1.0.1} [§eCustomized Dungeon Loot] (Customized Dungeon Loot 1.10.2 (v.1.0.1).jar)
UCHIJAAAA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCHIJAAAA cyclicmagic{1.10.25} [Cyclic] (Cyclic-1.10.2-1.10.25.jar)
UCHIJAAAA cyclopscore{0.10.5} [Cyclops Core] (CyclopsCore-1.9.4-0.10.5.jar)
UCHIJAAAA Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar)
UCHIJAAAA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
UCHIJAAAA movingworld{1.10.2-0007} [Moving World] (movingworld-1.10.2-0007-full.jar)
UCHIJAAAA davincisvessels{@DVESSELSVER@} [Davinci's Vessels] (davincisvessels-1.10.2-0006-full.jar)
UCHIJAAAA disenchanter{1.5} [Disenchanter] (disenchanter-[1.9.4]1.5.jar)
UCHIJAAAA dsurround{3.4.5.4} [§3Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.4.5.4.jar)
UCHIJAAAA presets{3.4.5.4} [§3Presets!] (DynamicSurroundings-1.10.2-3.4.5.4.jar)
UCHIJAAAA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJAAAA eplus{4.1.0.118} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.118.jar)
UCHIJAAAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJAAAA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
UCHIJAAAA EnderZoo{1.10-1.2.3.44} [Ender Zoo] (EnderZoo-1.10-1.2.3.44.jar)
UCHIJAAAA everlastingabilities{1.2.4} [EverlastingAbilities] (EverlastingAbilities-1.9.4-1.2.4.jar)
UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.4.jar)
UCHIJAAAA ezstorage{2.3.2} [EZStorage 2] (ezstorage-2.3.2-[1.10.2].jar)
UCHIJAAAA farseek{2.1} [Farseek] (Farseek-1.9.4-2.1.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
UCHIJAAAA F2L{1.10.2} [Flesh2Leather] (Flesh2Leather [1.10.2].jar)
UCHIJAAAA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar)
UCHIJAAAA forgelin{1.4.2} [Shadowfacts' Forgelin] (Forgelin-1.5.0.jar)
UCHIJAAAA friendlyfire{1.3.0} [Friendly Fire] (FriendlyFire-1.10.2-1.3.0.jar)
UCHIJAAAA fishing{1.4.4} [Fishing Net Mod] (GiacomosFishingNet1.10.2-1.4.4.jar)
UCHIJAAAA GoodRecipesMod{1.0.0} [GoodRecipesMod] (GoodRecipesMod Forge 1.10.2.jar)
UCHIJAAAA googlyeyes{6.0.0} [GooglyEyes] (GooglyEyes-1.10.2-6.0.0.jar)
UCHIJAAAA GraveStone{1.0.6} [GraveStone] (GraveStone-1.10.2-Graves-1.0.6.jar)
UCHIJAAAA GraveStone-Extended{1.0.4} [GraveStone-Extended] (GraveStone-Extended-1.0.4.jar)
UCHIJAAAA gyth{2.0.0.2} [Get Ya' Tanks Here] (Gyth-1.10.2-2.0.0.27.jar)
UCHIJAAAA hatchery{0.3.17} [Hatchery] (hatchery-1.10.2-0.3.17.jar)
UCHIJAAAA headcrumbs{2.0.2} [Headcrumbs] (Headcrumbs-2.0.3.jar)
UCHIJAAAA ichunutil{6.3.2} [iChunUtil] (iChunUtil-1.10.2-6.3.2.jar)
UCHIJAAAA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
UCHIJAAAA itemscroller{0.11.0} [Item Scroller] (itemscroller-1.10.2-0.11.0.jar)
UCHIJAAAA iv{1.1.0 - Beta 2} [Improved Villagers] (iv-1.1.0 - Beta 2.jar)
UCHIJAAAA journeymap{1.10.2-5.4.7} [JourneyMap] (journeymap-1.10.2-5.4.7.jar)
UCHIJAAAA levels{3.0.2} [Levels 3] (Levels 3-1.10.2-3.0.2-beta.jar)
UCHIJAAAA levelup{${version}} [Level Up!] (LevelUp!-0.12.9-1.10.2.jar)
UCHIJAAAA llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.10.2.jar)
UCHIJAAAA lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar)
UCHIJAAAA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
UCHIJAAAA malisisblocks{1.10.2-4.2.0} [Malisis Blocks] (malisisblocks-1.10.2-4.2.0.jar)
UCHIJAAAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCHIJAAAA malisisswitches{1.10.2-3.2.0} [Malisis Switches] (malisisswitches-1.10.2-3.2.0.jar)
UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJAAAA cancerplants{dank01} [Mob Farm] (Mob Farm-0.0.1.jar)
UCHIJAAAA mobamputation{6.0.0} [MobAmputation] (MobAmputation-1.10.2-6.0.0.jar)
UCHIJAAAA mobends{0.22.5} [Mo'Bends] (mobends-0.22.5_for_MC-1.10.2.jar)
UCHIJAAAA mob_grinding_utils{0.1.8.21} [mob_grinding_utils] (MobGrindingUtils-0.1.8.21.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCHIJAAAA morechickens{1.1.4} [More Chickens] (MoreChickens-1.10.2-1.1.4.jar)
UCHIJAAAA moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar)
UCHIJAAAA moreshears{1.0.5} [More Shears] (moreshears-1.10.2-1.0.5-release.jar)
UCHIJAAAA MysteriousMiscellany{1.10.2-1.5.7} [Mysterious Miscellany] (MysteriousMiscellany-1.10.2-1.5.7.jar)
UCHIJAAAA natura{1.10.2-4.1.0.65} [Natura] (natura-1.10.2-4.1.0.65.jar)
UCHIJAAAA natural_absorption{1.2.2} [Natural Absorption] (natural_absorption-1.10.2-1.2.2.jar)
UCHIJAAAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCHIJAAAA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
UCHIJAAAA oreshrubs{1.2.1} [Ore Shrubs] (oreshrubs-1.2.1-1.10.2.jar)
UCHIJAAAA overworldquartzgen{1.0.0} [OverworldQuartzGen] (OverworldQuartzGen-1.0.0.jar)
UCHIJAAAA progressiveautomation{1.7.4} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.4.jar)
UCHIJAAAA randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
UCHIJAAAA reccomplex{1.4.1-1.10} [Recurrent Complex] (RecurrentComplex-1.4.1-1.10.jar)
UCHIJAAAA RTG{4.2.0.0-snapshot-3} [Realistic Terrain Generation] (RTG-1.10.2-4.2.0.0-snapshot-3.jar)
UCHIJAAAA SafeStones{1.10.2-1.0a} [SafeStones] (SafeStones-1.10.2-1.0a.jar)
UCHIJAAAA sgcraft{1.13.2} [SG Craft] (SGCraft-1.13.2-mc1.10.2.jar)
UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCHIJAAAA simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar)
UCHIJAAAA simplyconveyors{3.0.6} [Simply Conveyors & More] (SimplyConveyors-3.0.6.jar)
UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJAAAA solarvillage{1.1.0.25} [Solar Village] (SolarVillage-1.10.2-1.1.0.25.jar)
UCHIJAAAA soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar)
UCHIJAAAA sounds_extended{1.6.0-1.10.2} [Sounds Extended] (sounds extended-1.6.0-1.10.2.jar)
UCHIJAAAA spawnercraft{3.1} [SpawnerCraft] (SpawnerCraft 1.10.2-3.3.1.jar)
UCHIJAAAA streams{0.3} [Streams] (Streams-1.9.4-0.3.jar)
UCHIJAAAA taiga{1.2.6} [Tinkers Alloying Addon] (taiga-1.10.2-1.2.6.jar)
UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJAAAA tombstone{1.2.6} [Corail Tombstone] (tombstone-1.2.6-1.10.2.jar)
UCHIJAAAA toolbelt{1.6.1} [Tool Belt] (ToolBelt-1.10.2-1.6.1.jar)
UCHIJAAAA universalwrench{1.0.7} [Thiakil's Universal Wrench] (universalwrench-1.10.2-1.0.7-ff285cc.jar)
UCHIJAAAA vc{4.38.42} [ViesCraft] (ViesCraft-1.10.X-4.38.42.jar)
UCHIJAAAA villagermarket{1.0} [Villager Market] (villagermarket-0.2-HF.jar)
UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJAAAA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJAAAA waystones{2.0.12} [Waystones] (Waystones_1.10.2-2.0.12.jar)
UCHIJAAAA weaponcaseloot{4.0.3} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.3.jar)
UCHIJAAAA wearables{1.0.2} [Wearables] (wearables-1.0.2.jar)
UCHIJAAAA wrenchitw{1.0} [A Wrench In The Works] (wrenchitw-1.0-mc1.10.jar)
UCHIJAAAA moofluids{1.10.2-1.7.02.12b} [Moo Fluids] (MooFluids-1.10.2-1.7.02.12b.jar)
Loaded coremods (and transformers):
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
farseek.core.FarseekClassTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
lumien.randomthings.asm.ClassTransformer
wearables (wearables-1.0.2.jar)
net.gegy1000.wearables.server.patcher.WearablesRuntimePatcher
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
ForgelinPlugin (Forgelin-1.5.0.jar)

EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.5.4.jar)
org.blockartistry.DynSurround.asm.Transformer
MalisisSwitchesPlugin (malisisswitches-1.10.2-3.2.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)

CTMCorePlugin (CTM-MC1.10.2-0.1.1.16.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.10.jar)

llibrary (llibrary-1.7.6-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 382.53' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- WailaIntegration (Enabled/Not Forced)

Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)
	- WailaIntegration (Enabled/Not Forced)

List of loaded APIs: 
	* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
	* Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.11.jar
	* Chisel-API (0.0.1) from Chisel-MC1.10.2-0.0.11.25.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.11.25.jar
	* CoFHAPI (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* cofhapi (1.4.0) from extrautils2-1.10.2-1.4.4.jar
	* CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* CoFHAPI|energy (1.8.9R1.2.0B1) from MysteriousMiscellany-1.10.2-1.5.7.jar
	* cofhapi|energy (1.5.0) from hatchery-1.10.2-0.3.17.jar
	* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.7.4.jar
	* compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
	* ctm-api (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
	* ctm-api-models (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
	* ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
	* ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
	* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
	* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
	* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
	* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.193.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.376.jar
	* HatcheryAPI (1.10.2R1.0.0) from hatchery-1.10.2-0.3.17.jar
	* iChunUtil API (1.2.0) from iChunUtil-1.10.2-6.3.2.jar
	* journeymap|client-api (1.3) from journeymap-1.10.2-5.4.7.jar
	* journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.7.jar
	* journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.7.jar
	* journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.7.jar
	* journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.7.jar
	* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
	* rtgapi (1.0.0) from RTG-1.10.2-4.2.0.0-snapshot-3.jar
	* universalwrenchAPI (1.0) from universalwrench-1.10.2-1.0.7-ff285cc.jar
	* universalwrenchAPI|capabilities (1.0) from universalwrench-1.10.2-1.0.7-ff285cc.jar
	* valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
	* WailaAPI (1.3) from Hwyla-1.8.17-B31_1.10.2.jar
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * The RF API that is being used (1.5.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from MysteriousMiscellany-1.10.2-1.5.7.jar).
                It is a supported version, but that difference may lead to problems.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/ActuallyAdditions-1.10.2-r105.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/ActuallyAdditions-1.10.2-r105.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/ActuallyAdditions-1.10.2-r105.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/ActuallyAdditions-1.10.2-r105.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/ActuallyAdditions-1.10.2-r105.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/ActuallyAdditions-1.10.2-r105.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/ActuallyAdditions-1.10.2-r105.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/ActuallyAdditions-1.10.2-r105.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/ActuallyAdditions-1.10.2-r105.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
              * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
              * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
              * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
              * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
              * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
              * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
              * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
              * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
              * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
              * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Launched Version: 1.10.2-forge1.10.2-12.18.3.2316
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 382.53, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: TEAVSRP2.zip (incompatible)
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz

Make a 1.7.10 legacy version with Biomes O Plenty support?

Is it possible to make a legacy 1.7.10 version with Biomes O Plenty support, as a large portion of mod-playing community still sits on 1.7.10 since it has seen the biggest selection of mods? Thank you :)

I saw that version with Biomes O Plenty support is coming for 1.12, but will it be possible to make an update for 1.7.10 too?

FYI/Crash Report

---- Minecraft Crash Report ----

WARNING: coremods are present:
CreativePatchingLoader (CreativeCore v1.8.3 mc1.12.jar)
LoadingPlugin (Quark-r1.2-101.jar)
MovingWorldCoreMod (movingworld-1.12-4.340-full.jar)
CTMCorePlugin (CTM-MC1.12-0.2.0.3.jar)
ViesCraftTweakerCore (ViesCraftTweaker-1.12-2.0.6.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12-3.4.6.0.jar)
MalisisCorePlugin (malisiscore-1.12-6.0.1.jar)
BCModPlugin (zz-backpacks 1.12 - 3.2.0.jar)
LoadingPlugin (RandomThings-MC1.12-4.0.3.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.107.jar)
Contact their authors BEFORE contacting forge

// Sorry :(

Time: 7/20/17 4:18 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at paulscode.sound.SoundSystem.stop(SoundSystem.java:1188)
at com.creativemd.ambientsounds.AmbientSoundEngine.stop(AmbientSoundEngine.java:241)
at com.creativemd.ambientsounds.AmbientSound.stopSound(AmbientSound.java:220)
at com.creativemd.ambientsounds.AmbientSound.tick(AmbientSound.java:238)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:241)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_239_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:342)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1706)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at paulscode.sound.SoundSystem.stop(SoundSystem.java:1188)
at com.creativemd.ambientsounds.AmbientSoundEngine.stop(AmbientSoundEngine.java:241)
at com.creativemd.ambientsounds.AmbientSound.stopSound(AmbientSound.java:220)
at com.creativemd.ambientsounds.AmbientSound.tick(AmbientSound.java:238)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:241)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_239_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:342)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['nexusdog'/170, l='MpServer', x=235.21, y=69.00, z=-142.13]]
Chunk stats: MultiplayerChunkCache: 1089, 1089
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (192,64,-140), Chunk: (at 0,4,4 in 12,-9; contains blocks 192,0,-144 to 207,255,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 151488 game time, 1715807 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 68 total; [EntityItem['item.item.egg'/3843, l='MpServer', x=264.26, y=68.00, z=-180.13], EntitySkeleton['Skeleton'/5381, l='MpServer', x=177.50, y=16.00, z=-112.50], EntityBat['Bat'/5126, l='MpServer', x=208.48, y=14.10, z=-70.25], EntityZombie['Zombie'/5386, l='MpServer', x=235.50, y=28.00, z=-96.50], EntityZombie['Zombie'/5387, l='MpServer', x=231.50, y=28.00, z=-99.19], EntityZombie['Zombie'/4108, l='MpServer', x=241.55, y=21.00, z=-71.09], EntityZombie['Zombie'/5388, l='MpServer', x=231.50, y=28.00, z=-96.30], EntityCreeper['Creeper'/4885, l='MpServer', x=309.50, y=22.00, z=-129.50], EntityCreeper['Creeper'/5658, l='MpServer', x=259.50, y=40.00, z=-114.50], EntityCreeper['Creeper'/4641, l='MpServer', x=213.69, y=48.00, z=-84.49], EntityZombie['Zombie'/5666, l='MpServer', x=283.50, y=33.00, z=-83.50], EntityItem['item.tile.vine'/5159, l='MpServer', x=238.08, y=71.00, z=-147.65], EntityZombie['Zombie'/5420, l='MpServer', x=280.19, y=15.00, z=-116.50], EntityZombie['Zombie'/5421, l='MpServer', x=278.50, y=14.00, z=-116.50], EntityBat['Bat'/5686, l='MpServer', x=263.31, y=21.07, z=-94.46], EntitySheep['Sheep'/68, l='MpServer', x=200.29, y=89.00, z=-132.49], EntitySheep['Sheep'/69, l='MpServer', x=200.26, y=89.00, z=-120.52], EntityBat['Bat'/4677, l='MpServer', x=280.55, y=15.52, z=-113.86], EntitySheep['Sheep'/70, l='MpServer', x=199.27, y=89.00, z=-126.49], EntityZombie['Zombie'/4937, l='MpServer', x=213.50, y=33.00, z=-183.50], EntitySheep['Sheep'/82, l='MpServer', x=209.00, y=89.00, z=-115.48], EntityCreeper['Creeper'/5459, l='MpServer', x=298.50, y=20.00, z=-132.50], EntityZombie['Zombie'/5211, l='MpServer', x=297.50, y=47.00, z=-126.50], EntityPig['Pig'/97, l='MpServer', x=235.70, y=73.00, z=-209.51], EntityChicken['Chicken'/98, l='MpServer', x=230.79, y=77.00, z=-216.51], EntityBat['Bat'/5218, l='MpServer', x=264.58, y=13.23, z=-103.30], EntityChicken['Chicken'/99, l='MpServer', x=238.15, y=74.00, z=-211.43], EntityWorm['Worm'/103, l='MpServer', x=228.50, y=62.50, z=-135.50], EntityWorm['Worm'/104, l='MpServer', x=228.50, y=62.50, z=-132.50], EntityWorm['Worm'/105, l='MpServer', x=226.50, y=62.50, z=-131.50], EntityWorm['Worm'/106, l='MpServer', x=226.50, y=62.50, z=-136.50], EntityWorm['Worm'/107, l='MpServer', x=234.50, y=62.50, z=-134.50], EntityWorm['Worm'/108, l='MpServer', x=234.50, y=62.50, z=-131.50], EntityWorm['Worm'/109, l='MpServer', x=237.50, y=62.50, z=-131.50], EntityWorm['Worm'/110, l='MpServer', x=237.50, y=62.50, z=-134.50], EntityZombie['Zombie'/5486, l='MpServer', x=173.75, y=20.00, z=-125.54], EntityWorm['Worm'/111, l='MpServer', x=231.50, y=62.50, z=-131.50], EntityChicken['Chicken'/117, l='MpServer', x=262.19, y=69.00, z=-193.49], EntitySpider['Spider'/5238, l='MpServer', x=260.50, y=19.00, z=-93.50], EntitySkeleton['Skeleton'/5495, l='MpServer', x=282.50, y=32.00, z=-88.50], EntitySkeleton['Skeleton'/120, l='MpServer', x=244.51, y=46.00, z=-141.32], EntityCreeper['Creeper'/4986, l='MpServer', x=210.50, y=20.00, z=-95.50], EntityCreeper['Creeper'/5242, l='MpServer', x=157.50, y=17.00, z=-89.50], EntityChicken['Chicken'/126, l='MpServer', x=272.42, y=70.00, z=-219.49], EntityZombie['Zombie'/5246, l='MpServer', x=212.50, y=19.00, z=-94.50], EntityChicken['Chicken'/128, l='MpServer', x=264.57, y=68.00, z=-180.82], EntityZombie['Zombie'/5248, l='MpServer', x=212.50, y=19.00, z=-94.50], EntitySquid['Squid'/5506, l='MpServer', x=281.78, y=58.15, z=-104.09], EntitySquid['Squid'/5507, l='MpServer', x=272.79, y=59.79, z=-101.29], EntitySquid['Squid'/5508, l='MpServer', x=290.49, y=55.77, z=-100.50], EntitySquid['Squid'/5509, l='MpServer', x=279.22, y=58.76, z=-108.97], EntityChicken['Chicken'/134, l='MpServer', x=283.92, y=68.00, z=-216.50], EntityChicken['Chicken'/135, l='MpServer', x=283.51, y=68.00, z=-215.52], EntityBat['Bat'/4512, l='MpServer', x=231.75, y=29.10, z=-101.25], EntityBat['Bat'/5024, l='MpServer', x=219.01, y=26.64, z=-178.73], EntitySquid['Squid'/5544, l='MpServer', x=298.33, y=59.24, z=-175.32], EntityBat['Bat'/3754, l='MpServer', x=245.25, y=48.10, z=-164.75], EntityWitch['Witch'/4783, l='MpServer', x=263.50, y=19.00, z=-93.50], EntityCreeper['Creeper'/5046, l='MpServer', x=181.50, y=26.00, z=-110.50], EntityCreeper['Creeper'/4535, l='MpServer', x=205.50, y=20.00, z=-136.50], EntitySkeleton['Skeleton'/5304, l='MpServer', x=233.50, y=30.00, z=-99.50], EntityPlayerSP['nexusdog'/170, l='MpServer', x=235.21, y=69.00, z=-142.13], EntityZombie['Zombie'/5331, l='MpServer', x=198.50, y=61.00, z=-204.50], EntityItem['item.item.slimeball'/4060, l='MpServer', x=293.16, y=18.00, z=-107.49], EntityCreeper['Creeper'/4322, l='MpServer', x=303.50, y=20.00, z=-134.50], EntityBat['Bat'/5615, l='MpServer', x=300.75, y=14.37, z=-106.25], EntityBat['Bat'/5368, l='MpServer', x=201.50, y=33.70, z=-71.60], EntityBat['Bat'/5373, l='MpServer', x=178.17, y=32.02, z=-65.48]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2737)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1410210872 bytes (1344 MB) / 3497889792 bytes (3335 MB) up to 12831227904 bytes (12236 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.40 Powered by Forge 14.21.1.2415 104 mods loaded, 104 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.12} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2415.jar)
UCHIJAAAA forge{14.21.1.2415} [Minecraft Forge] (forge-1.12-14.21.1.2415.jar)
UCHIJAAAA creativecoredummy{1.0.0} [CreativeCoreDummy] (minecraft.jar)
UCHIJAAAA ivtoolkit{1.3.3-1.12} [IvToolkit] (minecraft.jar)
UCHIJAAAA backpacks16840{3.2.0} [Backpacks!] (zz-backpacks 1.12 - 3.2.0.jar)
UCHIJAAAA com.elytradev.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAAAA uncraftingtable{1.8-beta4} [Uncrafting Table] ([1.12]UncraftingTable-1.8-beta4.jar)
UCHIJAAAA actuallyadditions{1.12-r116} [Actually Additions] (ActuallyAdditions-1.12-r116.jar)
UCHIJAAAA ambientsounds{2.0.0} [AmbientSounds] (AmbientSounds v2.0.6 mc1.12.jar)
UCHIJAAAA quark{r1.2-101} [Quark] (Quark-r1.2-101.jar)
UCHIJAAAA autoreglib{1.3-13} [AutoRegLib] (AutoRegLib-1.3-13.jar)
UCHIJAAAA betterbedrockgen{6.0.1} [BetterBedrockGen] (BetterBedrockGenerator-1.12-6.1.0.jar)
UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar)
UCHIJAAAA bibliocraft{2.4.2} [BiblioCraft] (BiblioCraft[v2.4.2][MC1.12.0].jar)
UCHIJAAAA biomesoplenty{7.0.0.2289} [Biomes O' Plenty] (BiomesOPlenty-1.12-7.0.0.2289-universal.jar)
UCHIJAAAA bookshelf{2.0.415} [Bookshelf] (Bookshelf-1.12-2.0.0.415.jar)
UCHIJAAAA crafttweaker{4.0.1} [CraftTweaker2] (CraftTweaker2-1.12-4.0.1.jar)
UCHIJAAAA caravans{{version}} [Caravans] (Caravans-0.1.2-1.12.jar)
UCHIJAAAA chameleon{1.12-4.1.3} [Chameleon] (Chameleon-1.12-4.1.3.jar)
UCHIJAAAA chisel{MC1.12-0.0.13.14} [Chisel] (Chisel-MC1.12-0.0.13.14.jar)
UCHIJAAAA clarity{1.0} [Clarity] (clarity-1.0.jar)
UCHIJAAAA cleanview{1.10.2-v1} [CleanView] (CleanView-1.10.2-v1.jar)
UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker2-1.12-4.0.1.jar)
UCHIJAAAA creativecore{1.7.4} [CreativeCore] (CreativeCore v1.8.3 mc1.12.jar)
UCHIJAAAA ctm{MC1.12-0.2.0.3} [CTM] (CTM-MC1.12-0.2.0.3.jar)
UCHIJAAAA customizeddungeonloot{1.0.1} [§eCustomized Dungeon Loot] (Customized Dungeon Loot (v.1.0.1).jar)
UCHIJAAAA jei{4.7.2.77} [Just Enough Items] (jei_1.12-4.7.2.77.jar)
UCHIJAAAA cyclicmagic{1.6.1} [Cyclic] (Cyclic-1.12-1.6.1.jar)
UCHIJAAAA cyclopscore{0.10.9} [Cyclops Core] (CyclopsCore-1.12-0.10.9.jar)
UCHIJAAAA waila{1.8.19} [Waila] (Hwyla-1.8.19-B33_1.12.jar)
UCHIJAAAA darkutils{1.6.167} [Dark Utilities] (DarkUtils-1.12-1.6.167.jar)
UCHIJAAAA movingworld{1.12-4.340} [Moving World] (movingworld-1.12-4.340-full.jar)
UCHIJAAAA davincisvessels{@DVESSELSVER@} [Davinci's Vessels] (davincisvessels-1.12-4.334-full.jar)
UCHIJAAAA dsurround{3.4.6.0} [§3Dynamic Surroundings] (DynamicSurroundings-1.12-3.4.6.0.jar)
UCHIJAAAA presets{3.4.6.0} [§3Presets!] (DynamicSurroundings-1.12-3.4.6.0.jar)
UCHIJAAAA eim{1.0} [eim] (EIM-1.0.0.jar)
UCHIJAAAA elevatorid{1.3.4} [Elevator Mod] (ElevatorMod-1.12-1.3.4.jar)
UCHIJAAAA csb_ench_table{1.1.2-beta2} [Lapis Stays in the Enchanting Table] (EnchantingTable-1.12-1.1.2-beta2.jar)
UCHIJAAAA enchdesc{1.0.4} [Enchantment Descriptions] (EnchantmentDescriptions-1.12-1.0.4.jar)
UCHIJAAAA everlastingabilities{1.3.1} [EverlastingAbilities] (EverlastingAbilities-1.12-1.3.1.jar)
UCHIJAAAA extrautils2{1.0} [extrautils2] (extrautils2-1.12-1.5.jar)
UCHIJAAAA flatcoloredblocks{mc1.12-6.2} [Flat Colored Blocks] (flatcoloredblocks-mc1.12-6.2.jar)
UCHIJAAAA forestry{5.4.3.137} [Forestry] (forestry_1.12-5.4.3.137.jar)
UCHIJAAAA friendlyfire{1.5.5} [Friendly Fire] (FriendlyFire-1.12-1.5.5.jar)
UCHIJAAAA silentlib{2.2.6} [Silent Lib] (SilentLib-1.12-2.2.6-83.jar)
UCHIJAAAA funores{1.5.5} [Fun Ores] (FunOres-1.12-1.5.5-113.jar)
UCHIJAAAA gamestages{1.0.12} [Game Stages] (GameStages-1.12-1.0.12.jar)
UCHIJAAAA goodluckskeleton{1.0} [Good Luck Skeleton] (goodluckskeleton-1.1-MC1.12.jar)
UCHIJAAAA gravestone{1.0.11} [Gravestone] (GraveStone-1.12-Graves-1.0.11.jar)
UCHIJAAAA igcm{1.0.0} [InGameConfigManager] (IGCM v1.2.0 pre-1 mc1.12.jar)
UCHIJAAAA improvedbackpacks{1.12-1.1.2.0} [Improved Backpacks] (ImprovedBackpacks-1.12-1.1.2.0.jar)
UCHIJAAAA inventorytweaks{1.63+beta.107.015dbec} [Inventory Tweaks] (InventoryTweaks-1.63+beta.107.jar)
UCHIJAAAA itemscroller{0.11.0} [Item Scroller] (itemscroller-1.12.0-0.11.0.jar)
UCHIJAAAA journeymap{1.12-5.4.9} [JourneyMap] (journeymap-1.12-5.4.9.jar)
UCHIJAAAA kleeslabs{5.3.2} [KleeSlabs] (KleeSlabs_1.12-5.3.2.jar)
UCHIJAAAA levelup2{${version}} [Level Up! Reloaded] (Level Up! 2-1.1.3-1.12.jar)
UCHIJAAAA limelib{1.7.4} [LimeLib] (limelib-1.12-1.7.4.jar)
UCHIJAAAA malisiscore{1.12-6.0.1} [MalisisCore] (malisiscore-1.12-6.0.1.jar)
UCHIJAAAA malisisblocks{1.12-6.0.0} [Malisis Blocks] (malisisblocks-1.12-6.0.0.jar)
UCHIJAAAA malisisdoors{1.12-7.0.2} [MalisisDoors] (malisisdoors-1.12-7.0.2.jar)
UCHIJAAAA mantle{1.12-1.3.0.15} [Mantle] (Mantle-1.12-1.3.0.15.jar)
UCHIJAAAA mcmultipart{2.2.2} [MCMultiPart] (MCMultiPart-2.2.2.jar)
UCHIJAAAA mendingfix{1.0.1} [Mending Fix] (mendingfix-1.0.1.jar)
UCHIJAAAA minecolonies{1.12-0.8.3167} [MineColonies] (minecolonies-universal-1.12-0.8.3167.jar)
UCHIJAAAA minemenu{1.6.1} [MineMenu] (MineMenu-1.12-1.6.1-universal.jar)
UCHIJAAAA minions{2.0.2} [Minions] (Minions-1.12.jar)
UCHIJAAAA mobfarm{2.2.1} [Mob Farm] (Mob Farm-1.12-2.2.1.jar)
UCHIJAAAA mobends{0.23.4} [Mo' Bends] (mobends-0.23.4_for_MC-1.12.jar)
UCHIJAAAA mob_grinding_utils{0.3.2} [mob_grinding_utils] (MobGrindingUtils-0.3.2.jar)
UCHIJAAAA moreloottables{0.1.0} [More Loot Tables] (moreloottables-1.12.0-0.1.0.jar)
UCHIJAAAA morpheus{1.12-3.3.2} [Morpheus] (Morpheus-1.12-3.3.2.jar)
UCHIJAAAA ob_stuff{1.1} [MSU: OpenBlocks Stuff] (MSU-OpenBlocks Stuff-1.1.jar)
UCHIJAAAA natura{1.12-4.3.0.10} [Natura] (Natura-1.12-4.3.0.10.jar)
UCHIJAAAA notenoughwands{1.5.9} [Not Enough Wands] (notenoughwands-1.12-1.5.9.jar)
UCHIJAAAA packingtape{0.7.4} [Packing Tape] (PackingTape-1.12.0-0.7.4.jar)
UCHIJAAAA harvestcraft{1.11.2i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.12 Alpha - RECIPES ARE BROKEN.jar)
UCHIJAAAA quickleafdecay{1.2.3} [Quick Leaf Decay] (QuickLeafDecay-MC1.12-1.2.3.jar)
UCHIJAAAA randomthings{4.0.3} [Random Things] (RandomThings-MC1.12-4.0.3.jar)
UCHIJAAAA reccomplex{1.4.4} [Recurrent Complex] (RecurrentComplex-1.4.4.jar)
UCHIJAAAA ruins{16.7} [Ruins Mod] (Ruins-1.12.jar)
UCHIJAAAA woodenshears{@major@.@minor@.@revis@.@build@} [Wooden Shears] (SBM-WoodenShears-1.12-0.0.1b7.jar)
UCHIJAAAA icc{0.2.1} [Simple Item Collector Chest] (Simple Item Collector Chest-0.2.1.jar)
UCHIJAAAA simplebedding{1.1.0} [Simple Bedding] (simplebedding-1.1.0.jar)
UCHIJAAAA simplemagnet{1.12.0-1.2.6} [Simple Magnet] (simplemagnet-1.12.0-1.2.6.jar)
UCHIJAAAA simplyconveyors{3.0.6} [Simply Conveyors & More] (SimplyConveyors-4.0.4.jar)
UCHIJAAAA soundfilters{0.10_for_1.12} [Sound Filters] (SoundFilters-0.10_for_1.12.jar)
UCHIJAAAA sounds_extended{1.8.2-1.12} [Sounds Extended] (sounds extended-1.8.2-1.12.jar)
UCHIJAAAA spawnercraft{4.0.0} [SpawnerCraft] (SpawnerCraft 1.12-4.0.0.jar)
UCHIJAAAA tconstruct{1.12-2.7.1.9} [Tinkers' Construct] (TConstruct-1.12-2.7.1.9.jar)
UCHIJAAAA thut_wearables{3.0.4} [Thut's Wearables] (thut_wearables-3.0.4.jar)
UCHIJAAAA thutcore{5.5.0} [Thut Core] (thutcore-5.5.0.jar)
UCHIJAAAA thut_bling{2.0.0} [Thut's Bling] (thut_bling-2.0.0.d.jar)
UCHIJAAAA muchmorechickens{1.7} [muchmorechickens] (TMC-1.12-1.7.jar)
UCHIJAAAA tombstone{1.2.8} [Corail Tombstone] (tombstone-1.2.8-1.12.0.jar)
UCHIJAAAA toolbelt{1.6.4} [Tool Belt] (ToolBelt-1.12.0-1.6.4.jar)
UCHIJAAAA bspkrscore{at_0.9} [bspkrsCore] (Treecapitator-1.12-at_0.9a.jar)
UCHIJAAAA treecapitator{at_0.9} [Treecapitator] (Treecapitator-1.12-at_0.9a.jar)
UCHIJAAAA uncrafted{3.0.0pre2} [Uncrafted Mod] (Uncrafted 1.12 (v.3.0.0pre2).jar)
UCHIJAAAA vc{5.0.6} [ViesCraft] (ViesCraft-1.12.0-5.0.6.jar)
UCHIJAAAA vctweaker{@MOD_VERSION@} [ViesCraft Tweaker] (ViesCraftTweaker-1.12-2.0.6.jar)
UCHIJAAAA villagermarket{1.0} [Villager Market] (villagermarket-0.2-HF.jar)
UCHIJAAAA waystones{4.0.5} [Waystones] (Waystones_1.12-4.0.5.jar)
Loaded coremods (and transformers):
CreativePatchingLoader (CreativeCore v1.8.3 mc1.12.jar)
com.creativemd.creativecore.core.CreativeCoreTransformer
LoadingPlugin (Quark-r1.2-101.jar)
vazkii.quark.base.asm.ClassTransformer
MovingWorldCoreMod (movingworld-1.12-4.340-full.jar)

CTMCorePlugin (CTM-MC1.12-0.2.0.3.jar)
team.chisel.ctm.client.asm.CTMTransformer
ViesCraftTweakerCore (ViesCraftTweaker-1.12-2.0.6.jar)
se.gory_moon.vctweaker.asm.VCTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12-3.4.6.0.jar)
org.blockartistry.DynSurround.asm.Transformer
MalisisCorePlugin (malisiscore-1.12-6.0.1.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
BCModPlugin (zz-backpacks 1.12 - 3.2.0.jar)
brad16840.common.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.12-4.0.3.jar)
lumien.randomthings.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)

Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.107.jar)
invtweaks.forge.asm.ContainerTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 384.76' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)

Pulsar/tconstruct loaded Pulses: 
	- TinkerCommons (Enabled/Forced)
	- TinkerWorld (Enabled/Not Forced)
	- TinkerTools (Enabled/Not Forced)
	- TinkerHarvestTools (Enabled/Forced)
	- TinkerMeleeWeapons (Enabled/Forced)
	- TinkerRangedWeapons (Enabled/Forced)
	- TinkerModifiers (Enabled/Forced)
	- TinkerSmeltery (Enabled/Not Forced)
	- TinkerGadgets (Enabled/Not Forced)
	- TinkerOredict (Enabled/Forced)
	- TinkerIntegration (Enabled/Forced)
	- TinkerFluids (Enabled/Forced)
	- TinkerMaterials (Enabled/Forced)
	- TinkerModelRegister (Enabled/Forced)
	- chiselIntegration (Enabled/Not Forced)

Launched Version: 1.12-forge1.12-14.21.1.2415
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 384.76, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: TEAVSRP2.zip (incompatible)
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz

list of biomes and dimensions to support

I noticed some mods hadn't the good sounds, and the support for modded dimensions weren't really good. So I made a list of all the biomes ordered by type and dimensions.

It includes Minecraft, BiomesOPlenty, Traverse, Thaumcraft, BuildCraft, IntegratedDynamics, DefiledLands, TwilightForest, Erebus, Betweenlands, Aether, FuturePack, Tropicraft.

Don't even ask me how much time I toke for making this list, I must really like your mod for doing it. I hope it will help you for supporting all the modded biomes and dimensions.

There are some special biomes like the Tainted Lands, Eerie from Thaumcraft and Degraded from Evilcraft I didn't know where to place. They take over the other biomes and replace them slowly, corrupting all the life around. I suppose they would be desert/wasteland

  • Overworld

    • Desert / Wasteland

      • Arid Highland (desert and savanna)
      • Defiled Desert
      • Desert
      • Desert Hills
      • Lush Desert (desert and savanna)
      • Mesa
      • Mesa Plateau
      • Moutainous Desert
      • Oil Desert
      • Outback (desert and savanna)
      • Red Desert
      • Wasteland
      • Xeric Shrubland (desert and savanna)
    • Forest

      • Birch Forest
      • Birch Forest Hills
      • Birch Forested Hills
      • Cherry Blossom Grove
      • Crystal Forest
      • Darklands Forest
      • Flatland Thicket
      • Forest
      • Forest Hills
      • Forested Hills
      • Grove
      • Lush Hills
      • Magical Forest
      • Mystic Grove
      • Orchad
      • Origin Island
      • Origin Valley
      • Rainforest
      • Roofed Forest
      • Sacred Springs
      • Tenebra Forest
      • Thicket
      • Vilespine Forest
      • Woodland
    • Highland

      • Alps
      • Alps Foothills
      • Cliffs
      • Defiled Hills
      • Darklands Highland
      • Darklands Mountains
      • Extreme Hills
      • Extreme Hills+
      • Extreme Hills Edge
      • Highland
      • Mountain Foothills
      • Mountain Peaks
      • Volcanic Island
    • Jungle

      • Bamboo Forest
      • Encalyptus Forest
      • Jungle
      • Jungle Edge
      • Mini Jungle
      • Oasis
      • Overgrown Cliffs
      • Tropical Island
      • Tropical Rainforest
    • Plain

      • Chaparral
      • Darklands
      • Darklands Plains
      • Defiled Plains
      • Desert Shrubland
      • Flower Field
      • Flower Island
      • Grassland
      • Lavender Fields
      • Mushroom Island
      • Pasture
      • Plains
      • Prairie
      • Rocky Plains
      • Rocky Plateau
      • Shrubland
    • Savanna

      • Arid Highland (desert and savanna)
      • Badlands
      • Brushland
      • Lush Desert (desert and savanna)
      • Outback (desert and savanna)
      • Savanna
      • Savanna Plateau
      • Spiny Forest (desert and savanna)
      • Steppe
      • Xeric Shrubland (desert and savanna)
    • Swamp

      • Bayou
      • Bog
      • Coralium Infested Swamp
      • Dead Swamp
      • Defiled Swamp
      • Fen (swamp and taiga)
      • Lands Of Lakes (swamp and taiga)
      • Lush Swamp
      • Mangrove
      • Marsh
      • Moor
      • Quagmire
      • Swampland
    • Taiga

      • Autumnal Forest
      • Autumnal Woods
      • Autumnal Wooded Hills
      • Boreal Forest
      • Cold Taiga
      • Cold Taiga Hills
      • Coniferous Forest
      • Dead Forest
      • Fen (swamp and taiga)
      • Heathland
      • Land Of Lakes (swamp and taiga)
      • Maple Wood
      • Meadow
      • Meadow Forest
      • Mega Taiga
      • Mega Taiga Hills
      • Meneglin
      • Ominous Woods
      • Redwood Forest
      • Seasonal Forest
      • Shield
      • Snowy Coniferous Forest
      • Snowy Forest
      • Taiga
      • Taiga Hills
      • Temperate Rainforest
    • Tundra

      • Cold Desert
      • Defiled Ice Plains
      • Glacier
      • Glacier Spikes
      • Ice Plains
      • Ice Mountains
      • Tundra
    • Beach

      • Beach
      • Cold beach
      • Gravel beach
      • Mushroom island shore
      • Stone beach
      • White beach
    • Ocean

      • Coral Reef
      • Deep Ocean
      • Frozen Ocean
      • Kelp Forest
      • Ocean
      • Oil Ocean
    • River

      • Frozen River
      • River
  • Ender

    • Ender
      • The End
  • Nether

    • Nether
      • Arctic Abyss
      • Corrupted Sands
      • Fungi Forest
      • Hell
      • Phantasmagoric Inferno
      • Polar Chasm
      • Ruthless Sands
      • Torrid Wasteland
      • Undergarden
      • Visceral Heap
  • Twilight Forest

    • Forest

      • Dark Forest
      • Dark Forest Center
      • Deep Mushroom Forest
      • Dense Twilight Forest
      • Enchanted Forest
      • Firefly Forest
      • Mushroom Forest
      • Twilight Clearing
      • Twilight Forest
    • Highland

      • Highlands Center / Final Plateau
      • Twilight Glaciers
    • Savanna

      • Oak Savanna
    • Swamp

      • Fire Swamp
      • Twilight Swamp
    • Taiga

      • Snowy Forest
      • Thornlands
      • Twilight Highlands
    • River

      • Lake
      • Streams
  • Betweenlands

    • Swamp
      • Patchy Islands
      • Swamplands
      • Deep Waters
      • Coarse Islands
      • Sludge Plains
      • Marsh 0
      • Marsh 1
  • Erebus

    • Desert / Wasteland

      • Ulterior Outback
      • Volcanic Desert
      • Petrified Forest
    • Forest

      • Elysian Forest
    • Jungle

      • Underground Jungle
    • Savanna

      • Subterranean Savannah
    • Swamp

      • Fungal Forest
      • Submerged Swamp
    • Plain

      • Elysian Fields
  • Abyssal Wasteland / Dreadlands / Omothol (AbyssalCraft)

    • End
      • Abyssal Wastelands
      • Dreadlands
      • Purified Dreadlands
      • Dreadlands Forest
      • Dreadlands Mountains
      • Omothol
      • Dark Realm
  • Menelaus / Tyros (FuturePacks)

    • Desert

      • Menelaus
      • Menelaus Flat
    • Highlands

      • Tyros Mountain
      • Tyros Rock Desert
      • Tyros Rock Plateau
    • Jungle

      • Tyros
    • Swamp

      • Tyros Swamp
    • Ocean

      • Menelaus Sea
      • Tyros Sea
  • Tropics (Tropicraft)

    • Jungle

      • Tropics
    • Highland

      • Tropics Rainforest Hills
      • Tropics Rainforest Island Moutains
      • Tropics Rainforest Moutains
    • Plain

      • Tropics Plains
    • Beach

      • Tropics Beach
    • River

      • Tropics Lake
      • Tropics River
    • Ocean

      • Kelp Forest
      • Tropics Ocean
  • Aether

    • Forest (or Plains ?)
      • Highlands
      • Forgotten Highlands
      • Magnetic Hills
      • Irradiated Forests
    • Taiga (or Tundra ?)
      • Arctic Peaks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.