Closed nerve20 closed 3 years ago
@nerve20 The comment you just posted is over 90 KB of text (most of which is just crashlog and config files). Can you please post the crashlog and config files to Pastebin, delete them from your comment, and link it?
I concur, it would be better as a pastebin. That aside, can this be replicated with JUST Scaling Feast and Spice of Life: Carrot Edition? Without consistent steps to reproduce, it's hard to pin down the cause. Where I'm at currently on this issue is that some other mod is somehow interfering. Need more information before I can continue.
I'm closing this issue since the crash can't be replicated. Reopen if consistent steps to reproduce can be determined with just Scaling Feast, AppleCore and SOL:Carrot.
So... I've been encountering this crash a few times although it's going to be one of those difficult crashes to pin down with less mods... since its random whether or not it decides it wants to crash. Though these reports are vastly different than OP's crash report as I can see laggoggles is listed in there... but I don't see it for my crash reports despite having the mod installed.
java.lang.NullPointerException: Ticking player
at yeelp.scalingfeast.handlers.ModuleHandler.onFoodEaten(ModuleHandler.java:110)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_4807_ModuleHandler_onFoodEaten_FoodEaten.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at squeek.applecore.asm.Hooks.onPostFoodStatsAdded(Hooks.java:152)
at net.minecraft.util.FoodStats.func_151686_a(SourceFile:33)
at net.minecraft.item.ItemFood.func_77654_b(SourceFile:43)
at net.tslat.aoa3.item.food.HealingFood.func_77654_b(HealingFood.java:36)
at net.minecraft.item.ItemStack.func_77950_b(ItemStack.java:222)
at net.minecraft.entity.EntityLivingBase.func_71036_o(EntityLivingBase.java:2789)
at net.minecraft.entity.player.EntityPlayerMP.func_71036_o(EntityPlayerMP.java:1125)
at net.minecraft.entity.EntityLivingBase.func_184608_ct(EntityLivingBase.java:2688)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2097)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:823)
This one was when I was eating some food items from Advent of Ascension.
-
java.lang.NullPointerException: Ticking player
at yeelp.scalingfeast.handlers.ModuleHandler.onFoodEaten(ModuleHandler.java:110)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_4686_ModuleHandler_onFoodEaten_FoodEaten.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at squeek.applecore.asm.Hooks.onPostFoodStatsAdded(Hooks.java:152)
at net.minecraft.util.FoodStats.func_151686_a(SourceFile:33)
at net.minecraft.item.ItemFood.func_77654_b(SourceFile:43)
at de.ellpeck.actuallyadditions.mod.items.ItemJams.func_77654_b(ItemJams.java:71)
at net.minecraft.item.ItemStack.func_77950_b(ItemStack.java:222)
at net.minecraft.entity.EntityLivingBase.func_71036_o(EntityLivingBase.java:2789)
at net.minecraft.entity.player.EntityPlayerMP.func_71036_o(EntityPlayerMP.java:1125)
at net.minecraft.entity.EntityLivingBase.func_184608_ct(EntityLivingBase.java:2688)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2097)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:823)
This one was when I was eating one of those Jam items from Actually Additions. I also had a crash involved with eating some food from Binnie's Mods but I lack the crash report for that after doing a cleanup.
I'll try to see if I can get this crash without the 300+ mods installed. Again... it's random whether or not it will crash and all you have to do is eat food and hope that it decides to crash but looking at the reports it seems like it's pointing to Scaling Feast & Applecore? This is only a guess though.
If I remember correctly, the crash report says the NPE happens at:
(Line is different as the file changed slightly).
Problem is I fail to see how anything there is null. If something were null, it should've crashed on an earlier line... not this one.
If you're willing to try to narrow down the cause, I would be very grateful. Obviously the biggest problem is that the crash is inconsistent
I can try... but it's gonna be awhile. As far as I can tell with the steps... it happens randomly when eating food so... maybe add in a bunch of mods that adds in food and see if somehow I can bump into it as I go through the entire list, currently at 1287 food when narrowed down but with some food-related mods added.
Mod Version: scalingfeast-1.6.1, SpiceOfLife-mc1.12-1.3.12, solcarrot-1.12.2-1.8.4 Minecraft Version: 1.12.2 Loaded Mods: *included in crashlog
Describe the bug Crash to desktop/ title screen
Steps to Reproduce Eat a food in quick sucession maybe? Tested in SP
Expected behavior CTD
Screenshots
CRASHLOG:
Description: Ticking player
java.lang.NullPointerException at yeelp.scalingfeast.handlers.ModuleHandler.onFoodEaten(ModuleHandler.java:110) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_3598_ModuleHandler_onFoodEaten_FoodEaten.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at com.github.terminatornl.laggoggles.tickcentral.EventBusTransformer.redirectEvent(EventBusTransformer.java:67) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at squeek.applecore.asm.Hooks.onPostFoodStatsAdded(Hooks.java:152) at net.minecraft.util.FoodStats.addStats(SourceFile:33) at net.minecraft.item.ItemFood.onItemUseFinish(SourceFile:43) at net.minecraft.item.ItemStack.onItemUseFinish(ItemStack.java:222) at net.minecraft.entity.EntityLivingBase.onItemUseFinish(EntityLivingBase.java:2789) at net.minecraft.entity.player.EntityPlayerMP.onItemUseFinish(EntityPlayerMP.java:1125) at net.minecraft.entity.EntityLivingBase.updateActiveHand(EntityLivingBase.java:2688) at net.minecraft.entity.EntityLivingBase.TickCentral_TrueOnUpdateTick(EntityLivingBase.java:2097) at net.minecraft.entity.player.EntityPlayer.TickCentral_TrueOnUpdateTick(EntityPlayer.java:234) at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:382) at net.minecraft.network.NetHandlerPlayServer.TickCentral_TrueITickableUpdate(NetHandlerPlayServer.java:173) at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.TickCentral_TrueITickableUpdate(NetworkDispatcher.java:209) at com.github.terminatornl.tickcentral.api.TickHub.trueUpdate(TickHub.java:48) at com.github.terminatornl.laggoggles.Main.redirectUpdate(Main.java:91) at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java) at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:285) at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:180) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:790) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:279) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Player being ticked -- Entity Type: null (net.minecraft.entity.player.EntityPlayerMP) Entity ID: 1 Entity Name: nerve20 Entity's Exact location: 256.62, 72.00, 178.36 Entity's Block location: World: (256,72,178), Chunk: (at 0,4,2 in 16,11; contains blocks 256,0,176 to 271,255,191), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Entity's Momentum: 0.00, -0.08, 0.00 Entity's Passengers: [] Entity's Vehicle:
ERRORNullPointerException: null Entity NBT: {HurtByTimestamp:196,Spawns:[],ForgeData:{HW_dataPlayerDetectInAirTime:0L,"Potion Core - Health Fix Delay":-1,HW_dataPlayerServerTicks:6620L,PlayerPersisted:{guideapi:{},tconstruct.spawned_book:1b,PsiData:{regenCd:16,level:38,learning:0b,eidosAnchorX:0.0d,customData:{},availablePsi:0,eidosAnchorYaw:0.0d,levelPoints:0,eidosAnchorZ:0.0d,overflowed:0b,spellGroupsUnlocked:["loopcasting","eidosReversal","memoryManagement","entitiesIntro","secondaryOperators","smeltery","blockWorks","rpsideas.advanced_loopcast_control","rpsideas.secondary_vectors","rpsideas.macros","infusion","detectionDynamics","negativeEffects","rpsideas.living_manipulation","vectorsIntro","rpsideas.visual_auditive","rpsideas.block_properties","blockConjuration","trignometry","rpsideas.radix_numerics","positiveEffects","rpsideas.mana_psionics","numbersIntro","flowControl","blockMovement","rpsideas.redstone_conjuration","rpsideas.inter_cad","projectiles","exosuitCasting","tutorial1","tutorial2","tutorial3","tutorial4","elementalArts","greaterInfusion","toolCasting","movement"],eidosAnchorY:0.0d,eidosAnchorPitch:0.0d,eidosAnchorTime:0},conarm.spawned_book:1b,spiceoflifeHistory:{Ticks:6625L,Total:26}},"Potion Core - Health Fix":24.0f,carryOnKeyPressed:0b,"enderio:flags":{},"Potion Core - Jump Boost Updated":1b},SleepTimer:0s,RelativeAABB:[-0.30000001192092896d,0.0d,-0.30000001192092896d,0.30000001192092896d,1.7999999523162842d,0.30000001192092896d],Attributes:[{Base:0.0d,Name:"enderio.aoe.xz"},{Base:0.0d,Name:"enderio.aoe.y"},{Base:0.0d,Name:"enderio.aoe.xyz"},{Base:1.0d,Name:"potioncore.projectileDamage"},{Base:1.0d,Name:"potioncore.magicDamage"},{Base:1.0d,Name:"potioncore.jumpHeight"},{Base:1.0d,Name:"potioncore.damageResistance"},{Base:0.0d,Name:"potioncore.magicShielding"},{Base:0.6d,Name:"potioncore.stepHeight"},{Base:1.0d,Name:"potioncore.digSpeed"},{Base:0.0d,Name:"generic.scales"},{Base:1.0d,Name:"generic.physicalDamageRate"},{Base:1.0d,Name:"generic.experienceRate"},{Base:1.0d,Name:"generic.fireDamageRate"},{Base:0.0d,Name:"generic.fireAspect"},{Base:1.0d,Name:"generic.barehandedPower"},{Base:0.0d,Name:"generic.witchburn"},{Base:0.0d,Name:"generic.attraction"},{Base:0.0d,Name:"generic.attraction_generation"},{Base:1.0d,Name:"scalingfeast.foodEfficiency"},{Base:0.0d,Name:"scalingfeast.maxHungerMod"},{Base:1.0d,Name:"xat.entityRace"},{Base:0.05d,Name:"tconevo.flightSpeed"},{Base:1.0d,Name:"tconevo.damageTaken"},{Base:1.0d,Name:"tconevo.evasionChance"},{Base:20.0d,Modifiers:[{UUIDMost:-5616775753506404248L,UUIDLeast:-7589743341971019578L,Amount:4.0d,Operation:0,Name:"Health Gained from Trying New Foods"}],Name:"generic.maxHealth"},{Base:0.0d,Name:"generic.knockbackResistance"},{Base:0.10000000149011612d,Name:"generic.movementSpeed"},{Base:0.0d,Name:"generic.armor"},{Base:0.0d,Name:"generic.armorToughness"},{Base:1.0d,Name:"forge.swimSpeed"},{Base:1.0d,Name:"generic.attackDamage"},{Base:4.0d,Name:"generic.attackSpeed"},{Base:0.0d,Name:"generic.luck"},{Base:5.0d,Name:"generic.reachDistance"}],Invulnerable:0b,FallFlying:0b,PortalCooldown:0,AbsorptionAmount:0.0f,abilities:{invulnerable:0b,mayfly:0b,instabuild:0b,walkSpeed:0.1f,mayBuild:1b,flying:0b,flySpeed:0.05f},FallDistance:0.0f,recipeBook:{},DeathTime:0s,XpSeed:0,ForgeCaps:{"carryon:position":{x:0,y:0,z:0,blockActivated:0b},"embers:research":{checkmarks:{}},"llibrary:extendedentitydatacapability":{"mm:player":{prevTime:0,time:0,untilSunstrike:0,untilAxeSwing:0},"mm:living":{frozenYaw:0.0f,freezeProgress:0.0f,frozenPitch:0.0f,prevHasAI:0b,freezeDecayDelay:0,frozenYawHead:0.0f,frozenLimbSwingAmount:0.0f,frozenRenderYawOffset:0.0f,frozenSwingProgress:0.0f},"Ice And Fire - Siren Property Tracker":{CharmedBySiren:0b,SirenID:0},"Ice And Fire - Frozen Property Tracker":{TicksUntilUnfrozen:0,IsFrozen:0b},"Ice and Fire - Player Property Tracker":{DismountedDragon:0b,GauntletDamage:0,DreadPortalZ:0,DreadPortalY:0,DreadPortalX:0},"Ice And Fire - Chain Property Tracker":{ConnectedEntities:[]}},"conarm:armor_abilities":{ArmorAbilities:{}},"projecte:knowledge":{fullknowledge:0b,inputlock:[],transmutationEmc:0L,knowledge:[]},"scalingfeast:bloatedamount":0s,"wizardry:capability_mana":{mana:0.0d,maxMana:100.0d,burnout:100.0d,max_burnout:100.0d},"projecte:alch_bags":{},"plustic:portalarmor_cap":{x:0,y:0,dim:0,z:0},"spiceoflife:history":{spiceoflifeHistory:{History:{Foods:[{WorldTime:3909L,Hunger:1s,PlayerTime:3859L,Saturation:0.6f,id:"harvestcraft:peanutitem",Count:1b,Damage:0s},{WorldTime:3951L,Hunger:1s,PlayerTime:3901L,Saturation:0.6f,id:"harvestcraft:radishitem",Count:1b,Damage:0s},{WorldTime:3999L,Hunger:1s,PlayerTime:3949L,Saturation:0.6f,id:"harvestcraft:rutabagaitem",Count:1b,Damage:0s},{WorldTime:4041L,Hunger:1s,PlayerTime:3991L,Saturation:0.6f,id:"harvestcraft:sweetpotatoitem",Count:1b,Damage:0s},{WorldTime:6324L,Hunger:1s,PlayerTime:6274L,Saturation:0.6f,id:"harvestcraft:turnipitem",Count:1b,Damage:0s},{WorldTime:6362L,Hunger:1s,PlayerTime:6312L,Saturation:0.6f,id:"harvestcraft:rhubarbitem",Count:1b,Damage:0s},{WorldTime:6409L,Hunger:1s,PlayerTime:6359L,Saturation:0.6f,id:"harvestcraft:celeryitem",Count:1b,Damage:0s},{WorldTime:6449L,Hunger:1s,PlayerTime:6399L,Saturation:0.6f,id:"harvestcraft:garlicitem",Count:1b,Damage:0s},{WorldTime:6487L,Hunger:1s,PlayerTime:6437L,Saturation:0.6f,id:"harvestcraft:gingeritem",Count:1b,Damage:0s},{WorldTime:6593L,Hunger:1s,PlayerTime:6543L,Saturation:0.6f,id:"harvestcraft:spiceleafitem",Count:1b,Damage:0s},{WorldTime:6633L,Hunger:1s,PlayerTime:6583L,Saturation:0.6f,id:"harvestcraft:tealeafitem",Count:1b,Damage:0s},{WorldTime:6675L,Hunger:1s,PlayerTime:6625L,Saturation:0.6f,id:"harvestcraft:coffeebeanitem",Count:1b,Damage:0s}]}}},"dynamicswordskills:playerinfo":{receivedGear:0b,DynamicSwordSkills:[],UserDisabledSkills:[]},"tconstruct:piggyback":{},"ebwizardry:wizarddata":{imbuements:[],allyNames:[],soulboundCreatures:[],recentSpells:[],maxTierReached:0,allies:[],discoveredSpells:[I;1]},"thaumcraft:warp":{counter:0,warp:[I;0,0,0]},"xat:race":{default_height:1.8f,default_width:0.6f,race:"Human",bonus_mana:0,prev_race:"Human",login:1b,first_login:0b,target:100,size:100,mana:100.0f,width:0.0f,transformed:0b,fake:0b,height:0.0f,affinity:1.0f},"theoneprobe:properties":{gotNote:1b},"ancientwarfarestructure:respawn_data":{},"classyhats:container":{Size:1000,Items:[],Equipped:{id:"minecraft:air",Count:2b,tag:{ench:[{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71}]},Damage:15s},Section:0},"scalingfeast:modifier":[{op:2b,modifier:0.0f,id:"attributesPercent"},{op:1b,modifier:0.0f,id:"attributesMult"},{op:0b,modifier:0.0f,id:"attributes"},{op:0b,modifier:6.0f,id:"modules"}],"scalingfeast:starvationtracker":0s,"solcarrot:food":["harvestcraft:sweetpotatoitem@0","harvestcraft:cucumberitem@0","harvestcraft:beetitem@0","harvestcraft:zucchiniitem@0","harvestcraft:cantaloupeitem@0","harvestcraft:peanutitem@0","harvestcraft:oatsitem@0","harvestcraft:parsnipitem@0","harvestcraft:rhubarbitem@0","brewcraft:hopsitem@0","harvestcraft:ryeitem@0","harvestcraft:rutabagaitem@0","harvestcraft:gingeritem@0","harvestcraft:garlicitem@0","harvestcraft:coffeebeanitem@0","harvestcraft:onionitem@0","harvestcraft:barleyitem@0","harvestcraft:bambooshootitem@0","harvestcraft:asparagusitem@0","harvestcraft:wintersquashitem@0","harvestcraft:turnipitem@0","harvestcraft:celeryitem@0","harvestcraft:spiceleafitem@0","harvestcraft:tealeafitem@0","harvestcraft:radishitem@0","harvestcraft:cornitem@0"],"bountifulbaubles:iwormholepins":{},"totemexpansion:totem_cap":{action:{action_tags:{},action:"none"}},"travelersbackpack:travelers_backpack":{id:"minecraft:air",Count:2b,tag:{ench:[{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71},{lvl:1s,id:71}]},Damage:15s},"baubles:container":{Size:7,Items:[]},"erebus:player_death_location":{deathTime:"",graveDimensionName:"Over world?",graveLocationX:0,graveDimension:0,graveLocationZ:0},"plustic:togglearmor_cap":[],"divinefavor:capability_living_data":{WindLeashY:0.0d,WindLeashZ:0.0d,CurseCount:0,IsLootDenied:0b,IsExperienceDenied:0b,ExtraLooting:0,LimpLegCureTicks:0,WindLeashX:0.0d,SuffocatingFumeY:0,SoulThiefUUIDS:"",PetrificationCureTicks:0},"colytra:colytraflying":{colytra_flying:0b},"divinefavor:capability_player_data":{LastClickedPositions:[I;],ManipulativeChance:0.1f,FiresToIgnite:0,WoodToBreak:0,SpiritData:{FavorValues:{loon:0,redwind:0,squarefury:0,arbow:0,neblaze:0,romol:0,materia:0,timber:0,blizrabi:0,endererer:0},FavorInfinite:{loon:0b,redwind:0b,squarefury:0b,arbow:0b,neblaze:0b,romol:0b,materia:0b,timber:0b,blizrabi:0b,endererer:0b},Contracts:{loon:{Size:22,Items:[]},redwind:{Size:22,Items:[]},squarefury:{Size:22,Items:[]},arbow:{Size:22,Items:[]},neblaze:{Size:22,Items:[]},romol:{Size:22,Items:[]},materia:{Size:22,Items:[]},timber:{Size:22,Items:[]},blizrabi:{Size:22,Items:[]},endererer:{Size:22,Items:[]}}},MistOrigin:0L,TimeOutsideWater:0,CurrentTemplateLeast:0L,TimeInSnowBiome:0,VisceralChance:0.0f,TimeRunningOnWater:0,TimeOutsideLava:0,MaterialChance:0.2f,CurseTime:0,EnergeticChance:0.0f,MobsToHunt:0,RedFury:{VectorY:0.0d,VectorZ:0.0d,VectorX:0.0d},Grudge:"minecraft:",EVIL_EYE_SEVERITY:1,CrumbsPositions:[I;],CurrentTemplateMost:0L,HuntersChance:0.0f,FocusedFury:"minecraft:",CorrodedSlots:[I;],CrumbsDimensions:[I;],ScorchingChance:0.0f,NearEndermanChance:0.0f,CallingChance:0.0f},"scalingfeast:foodcap":20s,"xat:container":{Size:8,Items:[]},"toolbelt:belt_slot":{Size:1,Items:[]},"thaumicaugmentation:portal_state":{inPortal:0b},"thaumcraft:knowledge":{research:[{key:"m_OCEAN"},{key:"m_FOREST"}],knowledge:[]},"scalingfeast:exhaustionsincestarve":0.0f,"xat:vip":{isPanda:0b,isBro:0b,login:0b,isVip:0b,status:0},"wizardry:capability_misc":{}},XpTotal:0,playerGameType:0,seenCredits:0b,Motion:[0.0d,-0.0784000015258789d,0.0d],UUIDLeast:-5295411681947074630L,Health:24.0f,foodSaturationLevel:4.0f,HasSpawnDimensionSet:0b,Air:300s,OnGround:1b,Dimension:0,ForgeDataVersion:{minecraft:1343,doggytalents:1,rpsideas:204002,astralsorcery:1,projecte:1,ancientwarfare:9,computercraft:1,simplycats:3,travelersbackpack:32},Rotation:[-206.09894f,-13.350004f],XpLevel:0,UpdateBlocked:0b,Score:0,UUIDMost:3683346152301151414L,Sleeping:0b,Pos:[256.6241717895119d,72.0d,178.36297513678718d],Fire:-20s,XpP:0.0f,EnderItems:[],DataVersion:1343,foodLevel:4,foodExhaustionLevel:0.8342907f,HurtTime:0s,SelectedItemSlot:7,SurgeAABB:[256.32417177759095d,72.0d,178.06297512486626d,256.9241718014328d,73.79999995231628d,178.6629751487081d],Inventory:[{Slot:7b,id:"harvestcraft:coffeebeanitem",Count:1b,Damage:0s},{Slot:8b,id:"harvestcraft:mustardseedsitem",Count:1b,Damage:0s}],foodTickTimer:0}-- Ticking connection -- Connection: net.minecraft.network.NetworkManager@1417669c
-- System Details -- Minecraft Version: 1.12.2 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1976220712 bytes (1884 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 4, tcache: 105, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2854 Optifine OptiFine_1.12.2_HD_U_F5 241 mods loaded, 241 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Additional context
CONFIG FILE FOR SCALING FEAST
general {
CONFIG FILE FOR SOLCARROT
}
Configuration file
general {
If true, trying a new food spawns particles.
}
CONFIG FILE FOR SPICE OF LIFE
##########################################################################################################
main
--------------------------------------------------------------------------------------------------------
These config settings are server-side only
Their values will get synced to all clients on the server
##########################################################################################################
" main " {
If false, disables the entire diminishing returns part of the mod
}
##########################################################################################################
client
--------------------------------------------------------------------------------------------------------
These config settings are client-side only
##########################################################################################################
client {
If true, left clicking the air while holding a food container will open it (so that it can be eaten from)
}
##########################################################################################################
foodgroups
--------------------------------------------------------------------------------------------------------
Food groups are defined using .json files in /config/SpiceOfLife/
See /config/SpiceOfLife/example-food-group.json
##########################################################################################################
foodgroups { }
##########################################################################################################
server
--------------------------------------------------------------------------------------------------------
These config settings are server-side only
Their values will get synced to all clients on the server
##########################################################################################################
server {
If true, foods' hunger value will be multiplied by the current nutritional value
}