Exception while updating neighbours
TomberWolf opened this issue ยท 4 comments
---- Minecraft Crash Report ----
WARNING: coremods are present:
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
BookshelfLoadingPlugin (EnchantingPlus-Bookshelf-1.10.2-1.4.3.338.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.204-universal.jar)
LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.3.2.1.jar)
ShetiPhian-ASM (platforms-shetiphiancore-1.10.0-3.3.8.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-2.0.2-alpha-universal.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.12.jar)
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-17b.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.6.239-universal.jar)
SpongeCoremod (spongeforge-1.10.2-2254-5.2.0-BETA-2236.jar)
DummyPlugin (AdChimneys-ForgeEndertech-1.10.2-1.2.0.0-build.0015.jar)
TANLoadingPlugin (ToughAsNails-1.9.4-1.1.1.jar)
BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.230.jar)
Contact their authors BEFORE contacting forge
// Everything's going to plan. No, really, that was supposed to happen.
Time: 3/22/17 11:04 AM
Description: Exception while updating neighbours
java.lang.NullPointerException: Exception while updating neighbours
at net.minecraft.entity.item.EntityItem.<init>(EntityItem.java:66)
at net.minecraft.block.Block.func_180635_a(Block.java:570)
at net.minecraft.block.Block.func_180653_a(Block.java:551)
at net.minecraft.block.Block.func_176226_b(Block.java:537)
at biomesoplenty.common.block.BlockBOPDecoration.checkAndDropBlock(BlockBOPDecoration.java:141)
at biomesoplenty.common.block.BlockBOPDecoration.func_189540_a(BlockBOPDecoration.java:115)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:463)
at org.spongepowered.common.event.tracking.CauseTracker.notifyBlockOfStateChange(CauseTracker.java:418)
at net.minecraft.world.WorldServer.func_175685_c(WorldServer.java:2765)
at net.minecraft.world.World.func_175722_b(World.java:423)
at org.spongepowered.common.event.tracking.CauseTracker.setBlockState(CauseTracker.java:515)
at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:2665)
at net.minecraft.world.World.func_175656_a(World.java:408)
at am2.world.AM2PoolGen.generate(AM2PoolGen.java:20)
at am2.world.AM2WorldDecorator.generatePools(AM2WorldDecorator.java:178)
at am2.world.AM2WorldDecorator.generateOverworld(AM2WorldDecorator.java:134)
at am2.world.AM2WorldDecorator.generate(AM2WorldDecorator.java:93)
at net.minecraftforge.fml.common.registry.GameRegistry.redirect$onGenerateWorld$zzd000(GameRegistry.java:665)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.server.management.PlayerChunkMapEntry.redirect$onProvidePlayerChunk$zom000(PlayerChunkMapEntry.java:1079)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.entity.item.EntityItem.<init>(EntityItem.java:66)
at net.minecraft.block.Block.func_180635_a(Block.java:570)
at net.minecraft.block.Block.func_180653_a(Block.java:551)
at net.minecraft.block.Block.func_176226_b(Block.java:537)
at biomesoplenty.common.block.BlockBOPDecoration.checkAndDropBlock(BlockBOPDecoration.java:141)
at biomesoplenty.common.block.BlockBOPDecoration.func_189540_a(BlockBOPDecoration.java:115)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:463)
-- Block being updated --
Details:
Source block type: ID #2 (tile.grass // net.minecraft.block.BlockGrass)
Block: biomesoplenty:plant_0[variant=shortgrass]
Block location: World: (-34,68,164), Chunk: (at 14,4,4 in -3,10; contains blocks -48,0,160 to -33,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at org.spongepowered.common.event.tracking.CauseTracker.notifyBlockOfStateChange(CauseTracker.java:418)
at net.minecraft.world.WorldServer.func_175685_c(WorldServer.java:2765)
at net.minecraft.world.World.func_175722_b(World.java:423)
at org.spongepowered.common.event.tracking.CauseTracker.setBlockState(CauseTracker.java:515)
at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:2665)
at net.minecraft.world.World.func_175656_a(World.java:408)
at am2.world.AM2PoolGen.generate(AM2PoolGen.java:20)
at am2.world.AM2WorldDecorator.generatePools(AM2WorldDecorator.java:178)
at am2.world.AM2WorldDecorator.generateOverworld(AM2WorldDecorator.java:134)
at am2.world.AM2WorldDecorator.generate(AM2WorldDecorator.java:93)
at net.minecraftforge.fml.common.registry.GameRegistry.redirect$onGenerateWorld$zzd000(GameRegistry.java:665)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.server.management.PlayerChunkMapEntry.redirect$onProvidePlayerChunk$zom000(PlayerChunkMapEntry.java:1079)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
-- Affected level --
Details:
Level name: World
All players: 1 total; [EntityPlayerMP['TomberWolf'/5225, l='World', x=-157.31, y=62.24, z=18.10]]
Chunk stats: ServerChunkCache: 661 Drop: 0
Level seed: 79855047
Level generator: ID 11 - RTG, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-48,71,-64), Chunk: (at 0,4,0 in -3,-4; contains blocks -48,0,-64 to -33,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 1769 game time, 1769 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 82569 (now: false), thunder time: 131919 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows Server 2012 R2 (amd64) version 6.3
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 11272334624 bytes (10750 MB) / 13748928512 bytes (13112 MB) up to 34359738368 bytes (32768 MB)
JVM Flags: 11 total; -XX:+UseG1GC -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:MetaspaceSize=1024m -XX:MaxMetaspaceSize=2048m -XX:+AggressiveOpts -XX:MaxGCPauseMillis=10 -XX:+UseStringDeduplication -Xms4G -Xmx32G -XX:hashCode=5
IntCache: cache: 15, tcache: 83, allocated: 4, tallocated: 76
FML: MCP 9.32 Powered by Forge 12.18.3.2254 86 mods loaded, 85 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.2254-universal.jar)
UCHIJAAAA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254-universal.jar)
UCHIJAAAA NotEnoughItems{2.1.3.204} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.204-universal.jar)
UCHIJAAAA spongeapi{5.2.0-SNAPSHOT-a3257a0} [SpongeAPI] (minecraft.jar)
UCHIJAAAA sponge{1.10.2-2254-5.2.0-BETA-2236} [SpongeForge] (spongeforge-1.10.2-2254-5.2.0-BETA-2236.jar)
UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.6.239-universal.jar)
UCHIJAAAA forgeendertech{1.10.2-1.2.0.0} [Forge Endertech] (AdChimneys-ForgeEndertech-1.10.2-1.2.0.0-build.0015.jar)
UCHIJAAAA adchimneys{1.10.2-1.2.0.0} [Advanced Chimneys] (AdChimneys-1.10.2-1.2.0.0-build.0015.jar)
UCHIJAAAA koresample{1.10.2-L1} [Kore Sample] (anchienttreesl-koresample-1.10.2-L1.1.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.8.12} [Chisel] (Chisel-MC1.10.2-0.0.8.12.jar)
UCHIJAAAA Chameleon{1.10-2.2.2} [Chameleon] (StorageDrawers-Chameleon-1.10-2.2.2.jar)
UCHIJAAAA StorageDrawers{1.10.2-3.6.1} [Storage Drawers] (StorageDrawers-1.10.2-3.6.1.jar)
UCHIJAAAA dendrology{1.10.2-L1.0.2} [Ancient Trees] (anchienttreesl-dendrology-1.10.2-L1.0.2.jar)
UCHIJAAAA animania{1.0.4} [Animania] (animania-1.10-1.0.4.jar)
UCHIJAAAA antiqueatlas{1.9.4-4.3.0} [Antique Atlas] (antiqueatlas-1.9.4-4.3.0.jar)
UCHIJAAAA AntiqueAtlasOverlay{1.2} [AntiqueAtlasOverlay] (antiqueatlas-1.9.4-4.3.0.jar)
UCHIJAAAA JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar)
UCHIJAAAA AppleCore{2.1.2} [AppleCore] (AppleCore-mc1.10.2-2.1.2.jar)
UCHIJAAAA arsmagica2{1.5.017} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-17b.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-17b.jar)
UCHIJAAAA AutoSapling{1.3.3} [AutoSapling] (Autosapling-1.3.3-MC1.10.jar)
UCHIJAAAA battletowers{1.5.5} [Battle Towers] (BattleTowers-1.10.2.jar)
UCHIJAAAA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
UCHIJAAAA BiomeTweaker{2.1.230} [BiomeTweaker] (BiomeTweaker-1.10.2-2.1.230.jar)
UCHIJAAAA BiomesOPlenty{5.0.0.2162} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2162-universal.jar)
UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJAAAA carpentersblocks{3.4 POC} [Carpenter's Blocks] (Carpenter's Blocks v3.4 POC - MC 1.10.2.jar)
UCHIJAAAA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
UCHIJAAAA CodeChickenLib{2.5.6.239} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.6.239-universal.jar)
UCHIJAAAA customspawner{3.10.1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.1.jar)
UCHIJAAAA customnpcs{1.10.2} [CustomNPCs] (CustomNPCs_1.10.2(17mar17).jar)
UCHIJAAAA drpcore{0.1.7} [Dark Roleplay Core] (Dark Roleplay Core 0.1.7.jar)
UCHIJAAAA drpmedieval{0.1.6} [Dark Roleplay Medieval] (Dark Roleplay Medieval-0.1.6.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.6.1_1.10.2.jar)
UCHIJAAAA props{2.3.6.1} [Decocraft] (Decocraft-2.3.6.1_1.10.2.jar)
UCHIJAAAA dldungeonsjdg{1.9.2} [Doomlike Dungeons] (DoomlikeDungeonsJBG-1.9.2-MC1.10.jar)
UCHIJAAAA DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar)
UCHIJAAAA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
UCHIJAAAA mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-10.0.6.jar)
UCHIJAAAA dsurround{3.3.2.1} [Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.3.2.1.jar)
UCHIJAAAA bookshelf{1.4.3.338} [Bookshelf] (EnchantingPlus-Bookshelf-1.10.2-1.4.3.338.jar)
UCHIJAAAA eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.115.jar)
UCHIJAAAA ExtraBitManipulation{1.10.2-2.3.3} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.3.3.jar)
UCHIJAAAA farseek{2.1} [Farseek] (Farseek-1.9.4-2.1.jar)
UCHIJAAAA FloodLights{1.2.7-145} [Flood Lights] (FloodLights-1.9.4-1.2.7-145.jar)
UCHIJAAAA geographicraft{0.8.7} [GeographiCraft] (GeographiCraft-0.8.7.jar)
UCHIJAAAA HardcoreDarkness{1.8} [Hardcore Darkness] (HardcoreDarkness-MC1.9.4-1.8.jar)
UCHIJAAAA hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
UCHIJAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
UCHIJAAAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
UCHIJAAAA minecolonies{1.10.2-0.6.3125} [MineColonies] (minecolonies-universal-1.10.2-0.6.3125.jar)
UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (TConstruct-Mantle-1.10.2-1.1.5.jar)
UCHIJAAAA natura{1.10.2-4.1.0.24} [Natura] (natura-1.10.2-4.1.0.24.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCHIJAAAA moarsigns{4.2.2.8} [MoarSigns] (MoarSigns-1.10.2-4.2.2.8.jar)
UCHIJAAAA CodeChickenCore{2.4.0.101} [CodeChicken Core] (NEI-CodeChickenCore-1.10.2-2.4.0.101-universal.jar)
UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAAAA plants{0.5.3} [Plants] (Plants-1.10.2-beta-0.5.3.jar)
UCHIJAAAA shetiphiancore{3.3.8} [ShetiPhian-Core] (platforms-shetiphiancore-1.10.0-3.3.8.jar)
UCHIJAAAA platforms{1.2.9} [Platforms] (platforms-1.10.0-1.2.9.jar)
UCHIJAAAA RTG{4.1.2.4} [Realistic Terrain Generation] (RTG-1.10.2-4.1.2.4.jar)
UCHIJAAAA storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar)
UCHIJAAAA streams{0.3} [Streams] (Streams-1.9.4-0.3.jar)
UCHIJAAAA thebetweenlands{2.0.2-alpha} [The Betweenlands] (TheBetweenlands-2.0.2-alpha-universal.jar)
UCHIJAAAA thutcore{3.12.1} [ThutCore] (thutcore-3.12.1.jar)
UCHIJAAAA thuttech{@VERSION@} [Thut's Tech] (thuttech-4.0.10.b.jar)
UCHIJAAAA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
UCHIJAAAA ToughAsNails{@MOD_VERSION@} [Tough As Nails] (ToughAsNails-1.9.4-1.1.1.jar)
UCHIJAAAA undergroundbiomes{0.9.beta.16} [Underground Biomes] (UndergroundBiomesConstructs-1.10-0.9-beta.16.jar)
UCHIJAAAA warpscrolls{1.0} [warpscrolls] (Warp Scrolls 1.9.4 1.0.2.jar)
UCHIJAAAA waystones{2.0.12} [Waystones] (Waystones_1.10.2-2.0.12.jar)
UCHIJAAAA boop{1.4.1} [Boop] (Boop-1.4.1.jar)
UCHIJAAAA clearmob{1.3.2} [ClearMob] (ClearMob-1.3.2.jar)
UCHIJAAAA griefprevention{1.11.2-3.1.1.270} [GriefPrevention] (griefprevention-1.11.2-3.1.1.270.jar)
UCHIJAAAA holograms{2.2} [Holograms] (holograms-2.2.jar)
UCHIJAAAA spongenationtag{1.1} [Sponge Nation Chat Tag] (Nations-2.4.jar)
UCHIJAAAA nations{2.4} [Nations] (Nations-2.4.jar)
UCHIJAAAA nucleus{0.26.1-S5.1} [Nucleus] (Nucleus-0.26.1-S5.1-plugin.jar)
UCHIJAAAA permissionsex{2.0-SNAPSHOT-b147} [PermissionsEx] (PermissionsEx-Sponge-2.0.jar)
UCHIJAAAA redprotect{7.0.0} [RedProtect] (RedProtect-Sponge-7.0.0-b3.jar)
UCHIJAAAA ultimatecore{3.0.8} [UltimateCore] (UltimateCore-3.0.8ALPHA.jar)
UCHIJAAAA statusprotocol{} [StatusProtocol] (UltimateCore-3.0.8ALPHA.jar)
UCHIJAAAA hungeroverhaul{1.10.2-1.1.0.jenkins111} [Hunger Overhaul] (HungerOverhaul-1.10.2-1.1.0.jenkins111.jar)
UD BiomeTweakerCore{2.1.230} [BiomeTweaker Core] (minecraft.jar)
Loaded coremods (and transformers):
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
farseek.core.FarseekClassTransformer
BookshelfLoadingPlugin (EnchantingPlus-Bookshelf-1.10.2-1.4.3.338.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.204-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)
lumien.hardcoredarkness.asm.ClassTransformer
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
squeek.applecore.asm.TransformerModuleHandler
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.3.2.1.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
ShetiPhian-ASM (platforms-shetiphiancore-1.10.0-3.3.8.jar)
shetiphian.core.asm.ClassTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-2.0.2-alpha-universal.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.12.jar)
team.chisel.common.asm.ChiselTransformer
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-17b.jar)
am2.asm.Transformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.6.239-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
SpongeCoremod (spongeforge-1.10.2-2254-5.2.0-BETA-2236.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
DummyPlugin (AdChimneys-ForgeEndertech-1.10.2-1.2.0.0-build.0015.jar)
TANLoadingPlugin (ToughAsNails-1.9.4-1.1.1.jar)
toughasnails.asm.transformer.BlockCropsTransformer
toughasnails.asm.transformer.EntityRendererTransformer
toughasnails.asm.transformer.WorldTransformer
BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.230.jar)
me.superckl.biometweaker.core.BiomeTweakerASMTransformer
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
- WailaIntegration (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)
- chiselsandbitsIntegration (Enabled/Not Forced)
- WailaIntegration (Enabled/Not Forced)
NotEnoughItems Invalid Fingerprint Reports:
CodeChickenLib Invalid Fingerprint Reports:
CodeChickenCore Invalid Fingerprint Reports:
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)
Same as #135, HungerOverhaul-1.10.2-1.1.0.jenkins113 has the updated fix to fix this issue.
At CurseForge the file is listet for MC 1.11. So... does it work on 1.10.2, too?
it only supports 1.10.2 @TomberWolf the curse versioning should be fixed now