Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticking entity crash #12

Open
Lothrazar opened this issue Jan 22, 2017 · 1 comment
Open

Ticking entity crash #12

Lothrazar opened this issue Jan 22, 2017 · 1 comment

Comments

@Lothrazar
Copy link

Lothrazar commented Jan 22, 2017

I was fighting a Flower Creeper from this mod https://mods.curse.com/mc-mods/minecraft/248342-flower-creepers

Version is [1.10.2]ForgeCreeperHeal-2.0.1.jar

---- Minecraft Crash Report ----

WARNING: coremods are present:
BetterFoliageLoader (BetterFoliage-MC1.10.2-2.1.3.jar)
LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
LoadingPlugin (Quark-r1.1-70.jar)
bouncybeds (bouncybeds-1.10.2-1.1.jar)
ForgelinPlugin (Forgelin-1.1.0.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
DualHotbarPlugin (dualhotbar-1.1x-1.7.2.jar)
HungerTweaks (exhaustion-tweaks-1.10.2-1.1.jar)
dsurroundcore_unofficial (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
Contact their authors BEFORE contacting forge

// Uh... Did I do that?

Time: 1/22/17 12:38 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at fr.eyzox.forgecreeperheal.factory.keybuilder.BlockKeyBuilder.convertToString(BlockKeyBuilder.java:14)
at fr.eyzox.forgecreeperheal.factory.keybuilder.BlockKeyBuilder.convertToString(BlockKeyBuilder.java:5)
at fr.eyzox.forgecreeperheal.factory.Factory.getData(Factory.java:26)
at fr.eyzox.forgecreeperheal.handler.ExplosionEventHandler.buildBlockDataCollection(ExplosionEventHandler.java:116)
at fr.eyzox.forgecreeperheal.handler.ExplosionEventHandler.onDetonate(ExplosionEventHandler.java:63)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_314_ExplosionEventHandler_onDetonate_Detonate.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.event.ForgeEventFactory.onExplosionDetonate(ForgeEventFactory.java:482)
at net.minecraft.world.Explosion.func_77278_a(Explosion.java:133)
at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1175)
at net.minecraft.world.World.func_72876_a(World.java:2303)
at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(SourceFile:243)
at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(SourceFile:154)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
at net.minecraft.world.World.func_72870_g(World.java:1934)
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)

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

-- Head --
Thread: Server thread
Stacktrace:
at fr.eyzox.forgecreeperheal.factory.keybuilder.BlockKeyBuilder.convertToString(BlockKeyBuilder.java:14)
at fr.eyzox.forgecreeperheal.factory.keybuilder.BlockKeyBuilder.convertToString(BlockKeyBuilder.java:5)
at fr.eyzox.forgecreeperheal.factory.Factory.getData(Factory.java:26)
at fr.eyzox.forgecreeperheal.handler.ExplosionEventHandler.buildBlockDataCollection(ExplosionEventHandler.java:116)
at fr.eyzox.forgecreeperheal.handler.ExplosionEventHandler.onDetonate(ExplosionEventHandler.java:63)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_314_ExplosionEventHandler_onDetonate_Detonate.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.event.ForgeEventFactory.onExplosionDetonate(ForgeEventFactory.java:482)
at net.minecraft.world.Explosion.func_77278_a(Explosion.java:133)
at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1175)
at net.minecraft.world.World.func_72876_a(World.java:2303)
at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(SourceFile:243)
at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(SourceFile:154)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
at net.minecraft.world.World.func_72870_g(World.java:1934)

-- Entity being ticked --
Details:
Entity Type: Creeper (net.minecraft.entity.monster.EntityCreeper)
Entity ID: 2028
Entity Name: Creeper
Entity's Exact location: -75.63, 64.79, -16.41
Entity's Block location: World: (-76,64,-17), Chunk: (at 4,4,15 in -5,-2; contains blocks -80,0,-32 to -65,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: -0.10, -0.20, -0.08
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)

-- Affected level --
Details:
Level name: test
All players: 1 total; [EntityPlayerMP['Lothrazar'/221, l='test', x=-73.11, y=64.00, z=-14.39]]
Chunk stats: ServerChunkCache: 361 Drop: 0
Level seed: -8095682568359040702
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options: {"diamondSize":8,"lapisCenterHeight":16,"lavaLakeChance":80,"redstoneMaxHeight":16,"diamondMaxHeight":16,"coalMaxHeight":128,"coalMinHeight":0,"seaLevel":63,"graniteCount":10,"riverSize":4,"gravelMinHeight":0,"graniteSize":33,"redstoneSize":8,"fixedBiome":-1,"waterLakeChance":4,"dioriteMinHeight":0,"andesiteCount":10,"graniteMaxHeight":80,"redstoneMinHeight":0,"lapisSize":7,"dirtCount":10,"ironMinHeight":0,"dioriteMaxHeight":80,"coalCount":20,"gravelCount":8,"coalSize":17,"gravelSize":33,"ironMaxHeight":64,"lapisSpread":16,"dioriteCount":10,"andesiteSize":33,"biomeSize":4,"graniteMinHeight":0,"goldCount":2,"diamondCount":1,"dirtSize":33,"gravelMaxHeight":256,"goldSize":9,"ironCount":20,"diamondMinHeight":0,"ironSize":9,"redstoneCount":8,"andesiteMinHeight":0,"dioriteSize":33,"goldMaxHeight":32,"dungeonChance":8,"andesiteMaxHeight":80,"dirtMinHeight":0,"lapisCount":1,"goldMinHeight":0,"dirtMaxHeight":256,"lowerLimitScale":512.0,"biomeDepthOffset":0.0,"upperLimitScale":512.0,"heightScale":684.412,"biomeScaleWeight":1.0,"biomeDepthWeight":1.0,"mainNoiseScaleZ":80.0,"mainNoiseScaleY":160.0,"depthNoiseScaleX":200.0,"mainNoiseScaleX":80.0,"baseSize":8.5,"depthNoiseScaleZ":200.0,"stretchY":12.0,"depthNoiseScaleExponent":0.5,"biomeScaleOffset":0.0,"coordinateScale":684.412,"useStrongholds":true,"useMineShafts":true,"useTemples":true,"useLavaOceans":false,"useCaves":true,"useWaterLakes":true,"useLavaLakes":true,"useMonuments":true,"useRavines":true,"useDungeons":true,"useVillages":true}
Level spawn location: World: (-65,64,-6), Chunk: (at 15,4,10 in -5,-1; contains blocks -80,0,-16 to -65,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 109345 game time, 106428 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 10769 (now: false), thunder time: 158008 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)

-- 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: 71366800 bytes (68 MB) / 670679040 bytes (639 MB) up to 4277534720 bytes (4079 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.32 Powered by Forge 12.18.3.2185 111 mods loaded, 111 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.2185.jar)
UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
UCHIJAAAA bouncybeds{1.1} [Bouncy Beds] (minecraft.jar)
UCHIJAAAA forgecreeperheal{2.0.1} [Forge Creeper Heal 2.0.1] ([1.10.2]ForgeCreeperHeal-2.0.1.jar)
UCHIJAAAA Ambience{GRADLE:VERSION-GRADLE:BUILD} [Ambience] (Ambience 1.0-6.jar)
UCHIJAAAA JEI{3.9.5.255} [Just Enough Items] (jei_1.10.2-3.9.5.255.jar)
UCHIJAAAA AppleCore{2.1.0} [AppleCore] (AppleCore-mc1.10.2-2.1.0.jar)
UCHIJAAAA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
UCHIJAAAA ichunutil{6.1.0} [iChunUtil] (iChunUtil-1.10.2-6.1.0.jar)
UCHIJAAAA attachablegrinder{6.0.0} [AttachableGrinder] (AttachableGrinder-1.10.2-6.0.0.jar)
UCHIJAAAA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA Baubles{1.3.8} [Baubles] (Baubles-1.10.2-1.3.8.jar)
UCHIJAAAA bedbugs{@Version@} [Bed Bugs] (BedBugs-1.10.2-1.1.4.jar)
UCHIJAAAA BetterAchievements{0.3.2.39} [Better Achievements] (BetterAchievements-1.10.2-0.3.2.39.jar)
UCHIJAAAA betterbuilderswands{0.10.2} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.10.2.209+115b204.jar)
UCHIJAAAA betterfoliage{2.1.3} [Better Foliage] (BetterFoliage-MC1.10.2-2.1.3.jar)
UCHIJAAAA bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.10.2-1.5.1.jar)
UCHIJAAAA infinitylib{1.10.2-0.3.0} [InfinityLib] (infinitylib-0.3.0.jar)
UCHIJAAAA boatifull{@major@.@minor@.@revis@} [Boatifull] (boatifull-0.4.0.jar)
UCHIJAAAA bookshelf{1.4.3.338} [Bookshelf] (Bookshelf-1.10.2-1.4.3.338.jar)
UCHIJAAAA BuildersGuides{1.10.2-1.0.2} [Builder's Guides] (buildersguides-1.10.2-1.0.2.jar)
UCHIJAAAA ceramics{1.10.2-1.1.4b} [Ceramics] (Ceramics-1.10.2-1.1.4b.jar)
UCHIJAAAA chameleoncreepers{1.4.1} [Chameleon Creepers] (chameleoncreepers-1.4.1-1.10.2.jar)
UCHIJAAAA ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
UCHIJAAAA clienttweaks{1.1.16} [Client Tweaks] (ClientTweaks_1.10.2-1.1.16.jar)
UCHIJAAAA shadowmc{3.5.0} [ShadowMC] (ShadowMC-1.10.2-3.6.0.jar)
UCHIJAAAA clipboard{@Version@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar)
UCHIJAAAA commandkeybindings{6.0.2.10} [Command Keybindings] (CommandKeybindings-Forge-6.0.2.10.jar)
UCHIJAAAA MineTweaker3{3.0.17} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.17.jar)
UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.17.jar)
UCHIJAAAA excore{1.6.2} [EXCore] (Excore-1.6.2-1.10.2.jar)
UCHIJAAAA creeperawareness{2.0.2} [Creeper Awareness] (CreeperAwareness-2.0.2-1.10.2.jar)
UCHIJAAAA cs{1.0.3} [Configurable Villager to Door Ratio] (cs-1.0.3.jar)
UCHIJAAAA CustomBackgrounds{1.0} [Custom Backgrounds] (CustomBackgrounds-MC1.9.4-1.1.jar)
UCHIJAAAA cyclicmagic{1.9.18} [Cyclic] (Cyclic-1.10.2-1.9.18.jar)
UCHIJAAAA dailies{1.10.2-6} [Bailey's Dailies] (dailies-1.10.2-6.jar)
UCHIJAAAA darkutils{1.1.6.105} [Dark Utilities] (DarkUtilities-1.10.2-1.1.6.105.jar)
UCHIJAAAA ding{1.0.1} [Ding] (Ding-1.10.2-1.0.1.jar)
UCHIJAAAA disenchanter{1.4} [Disenchanter] (disenchanter-[1.9.4]1.4.jar)
UCHIJAAAA dualhotbar{1.7.2} [Dual Hotbar] (dualhotbar-1.1x-1.7.2.jar)
UCHIJAAAA duckcraft{1.0.3} [DuckCraft] (duckcraft-1.10.2-1.0.3.jar)
UCHIJAAAA dsurroundunofficial{3.0.6.1BETA} [Dynamic Surroundings Unofficial] (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
UCHIJAAAA eleccore{1.6.379} [ElecCore] (ElecCore-1.10.2-1.6.379.jar)
UCHIJAAAA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJAAAA eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.115.jar)
UCHIJAAAA endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar)
UCHIJAAAA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
UCHIJAAAA extraalchemy{0.3.0.4-hotfix-release} [Extra Alchemy] (extraalchemy-0.3.0.4-hotfix-release.jar)
UCHIJAAAA ExtraRails{1.1.1} [Extra Rails] (ExtraRails-1.10.2-1.1.1.jar)
UCHIJAAAA frt{6.4.5} [Fire's Random Things] (FiresRandomThings-6.4.5.jar)
UCHIJAAAA flighttweaks{0.0.6-alpha} [Flight Tweaks] (flighttweaks-1.10.2-0.0.6-alpha.jar)
UCHIJAAAA ftfloocraft{1.7.6} [Floocraft] (Floocraft-1.7.6.jar)
UCHIJAAAA flowercreepers{1.0.0} [Flower Creepers] (flowercreepers-1.0.jar)
UCHIJAAAA foamfix{@Version@} [FoamFix] (foamfix-0.5.3-law.jar)
UCHIJAAAA harvestchevsky{b8} [Gentle Harvest] (Gentle_Harvest_1.9_b8.jar)
UCHIJAAAA giacomostravelogue{1.01} [Giacomo’s Travelogue] (GiacomosTravelogue1.10.2-1.01.jar)
UCHIJAAAA GlobalGameRules{2.0} [Global GameRules] (GlobalGameRules-1.10.2-2.0.jar)
UCHIJAAAA grapple_hooks{1.0.8} [Grapple Hooks] (Grapple-Hooks-1.10.2-1.0.8.jar)
UCHIJAAAA gravelminer{4.1.11} [GravelMiner] (GravelMiner_1.10.2-4.1.11.jar)
UCHIJAAAA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
UCHIJAAAA helpertools{v3.0c} [HelperTools] (HelperTools-1.10.2-v3.0c.jar)
UCHIJAAAA helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
UCHIJAAAA HoloInventory{2.0.2.141} [HoloInventory] (HoloInventory-1.9.4-2.0.2.141.jar)
UCHIJAAAA HungerInPeace{1.0.0} [Hunger In Peace] (HungerInPeace-mc1.9.4-1.0.0.jar)
UCHIJAAAA inventorysorter{0.10.5+46} [Simple Inventory sorting] (inventorysorter-1.10.2-0.10.5+46.jar)
UCHIJAAAA journeymap{1.10.2-5.3.1} [JourneyMap] (journeymap-1.10.2-5.3.1.jar)
UCHIJAAAA jeresources{0.5.1.56} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.1.56.jar)
UCHIJAAAA llor{1.1.1-mc[1.9-1.11]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.1-mc[1.9-1.11].jar)
UCHIJAAAA login_shield{1.10.2-19-gd16e7e0} [Login Shield] (Login_Shield-1.10.2-19-gd16e7e0.jar)
UCHIJAAAA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCHIJAAAA metamorph{1.0.2} [Metamorph] (metamorph-1.0.2-1.10.2.jar)
UCHIJAAAA mineTunes{1.2-9} [mineTunes] (MineTunes 1.2-9.jar)
UCHIJAAAA mobends{0.22.5} [Mo'Bends] (mobends-0.22.5_for_MC-1.10.2.jar)
UCHIJAAAA ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar)
UCHIJAAAA mtlib{@Version@} [MTLib] (MTLib-1.0.0.jar)
UCHIJAAAA modtweaker{2.0.9} [Mod Tweaker] (ModTweaker2-2.0.9.jar)
UCHIJAAAA moreanvils{6.2.0} [More Anvils] (MoreAnvils-6.2.0.jar)
UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
UCHIJAAAA mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.jar)
UCHIJAAAA naturescompass{1.3.0} [Nature's Compass] (NaturesCompass-1.10.2-1.3.0.jar)
UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
UCHIJAAAA PeacefulSurface{1.10.2-v3a} [PeacefulSurface] (PeacefulSurface-1.10.2-v3a.jar)
UCHIJAAAA PersistentBits{1.0.6} [Persistent Bits] (PersistentBits-1.10.2-1.0.6.jar)
UCHIJAAAA petbat{1.4.6} [Pet Bat] (PetBat-1.10.2.jar)
UCHIJAAAA pcb{1.5.0} [Portable Craft Bench] (portablecraftbench-1.10.2-1.5.0.jar)
UCHIJAAAA progressiveautomation{1.6.53} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.53.jar)
UCHIJAAAA guilib{1.0.7.2} [GUI Library] (PSG Revamped-1.10.2-1.0.0.0.jar)
UCHIJAAAA paintingselgui{1.7.2.0} [PaintingSelectionGui] (PSG Revamped-1.10.2-1.0.0.0.jar)
UCHIJAAAA randomore{1.3.1} [Randomite Ore] (RandomiteOre-1.3.1-MC1.10.2.jar)
UCHIJAAAA redstoneremote{@Version@} [Redstone Remote] (RedstoneRemote-1.10.2-1.0.0.jar)
UCHIJAAAA reptilemod{3.5.2} [Reptile Mod] (reptilemod-1.10.2-3.5.2-58.jar)
UCHIJAAAA roughMobs{1.0} [Rough Mobs] (roughMobs1.0.9-1.10.2.jar)
UCHIJAAAA Schematica{1.7.8.153} [Schematica] (Schematica-1.10.2-1.7.8.153-universal.jar)
UCHIJAAAA SimilsaxTranstructors{1.10.2.18} [Similsax Transtructors] (SimilsaxTranstructors-1.10.2.18.jar)
UCHIJAAAA soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar)
UCHIJAAAA SparksHammers{1.10.2-1.4.3} [Spark's Hammers] (SparksHammers-1.10.2-1.4.3.jar)
UCHIJAAAA spartanshields{1.1c} [Spartan Shields] (SpartanShields-1.10.2-1.1c.jar)
UCHIJAAAA spikemod{1.0.1} [Spike Mod] (spikemod-1.0.1.jar)
UCHIJAAAA Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
UCHIJAAAA storagenetwork{1.12.10} [Storage Network] (StorageNetwork-1.10.2-1.12.10-final.jar)
UCHIJAAAA supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
UCHIJAAAA tp{1.0.0} [Tiny Progressions] (tinyprogressions-1.10.2-1.0.13.jar)
UCHIJAAAA underphangables{1.0.2} [Underp Hangables] (underphangables-1.10.2-1.0.2.jar)
UCHIJAAAA va{1.10.2-1.6.1} [Vanilla Automation] (va-1.10.2-1.6.1.jar)
UCHIJAAAA vending{1.3.4} [vending] (vending-1.9.4-1.3.4.jar)
UCHIJAAAA visiblearmorslots{2.1-legacy} [Visible Armor Slots] (VisibleArmorSlots[1.10.2]-2.1-legacy.jar)
UCHIJAAAA waddles{0.5.0} [Waddles] (Waddles-1.10.2-0.5.0.jar)
UCHIJAAAA wolfarmor{1.3.1} [Wolf Armor and Storage] (wolfarmor-1.3.1.2.jar)
Loaded coremods (and transformers):
BetterFoliageLoader (BetterFoliage-MC1.10.2-2.1.3.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
lumien.bloodmoon.asm.ClassTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
bouncybeds (bouncybeds-1.10.2-1.1.jar)
bouncy.beds.BouncyBedsTransformer
ForgelinPlugin (Forgelin-1.1.0.jar)

AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
DualHotbarPlugin (dualhotbar-1.1x-1.7.2.jar)
com.rebelkeithy.dualhotbar.DualHotbarTransformer
HungerTweaks (exhaustion-tweaks-1.10.2-1.1.jar)
qur.tweaks.hunger.EClassTransformer
dsurroundcore_unofficial (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Lothrazar'/221, l='test', x=-73.11, y=64.00, z=-14.39]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

@Lothrazar Lothrazar reopened this Jan 22, 2017
@RedRelay
Copy link
Owner

RedRelay commented Feb 1, 2017

Hi, I can't reproduce it.
Could you reproduce it with only FCH and Flower Creeper ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants