Giter VIP home page Giter VIP logo

hungeroverhaul's People

Contributors

3tusk avatar adaptivity avatar cannibalvox avatar darkholmetenk avatar efficiencyvi avatar emirhangg avatar greg-21 avatar guro2 avatar iguanaman avatar insane96 avatar mazdallier avatar nitro-carwash avatar parker8283 avatar progwml6 avatar squeek502 avatar syorito-hatsuki avatar thevikingwarrior avatar vladocc avatar williambundy 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

Watchers

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

hungeroverhaul's Issues

HarvestCraft immature crops drop produce

Split from #12

HarvestCraft for 1.7.10 does not drop the seed item when harvesting an immature crop, but rather it drops the product (example: harvesting a 0% growth cucumber crop gives you a full cucumber, not a cucumber seed). This creates a semi-exploit with HO's foodsUnplantable config option where you can plant a seed and immediately harvest the crop in order to get the produce.

This is likely an unintentional HarvestCraft bug that should be fixed by HarvestCraft, but it affects this mod enough to warrant this issue existing until it's been resolved.

Add a recipe to craft Barley seeds

I think it would be useful to have a way to get Barley seeds other than punshing grass.
You already added a Recipe to convert Wheat into Seeds so I think something like this should be added to iguanaman.hungeroverhaul.module.ModuleNatura:

GameRegistry.addRecipe(
 new ShapelessOreRecipe(
  new ItemStack(NContent.seeds, 1, 0),
  new ItemStack(NContent.plantItem, 1, 0)
)); //1 Barley -> 1 Barley Seeds

edit: The main reason for my suggestion is that on left click fully grown barley only drops barley and no barley seeds the same way wheat does. If the barley isn't fully grown it does drop one single barley seed, so there is no way to multiply existing seeds. It seems like cotton has the same problem but I didn't test it enough to be sure about it.

Config functionality checklist

Used some regex replacement to generate this using the HO config file. Items should only be checked off once they have been confirmed to be working.

Bolded items are new config options added in the 1.7.10 version.

Custom field

  • addCustomVillageField (Adds a custom field to villages)
  • fieldNormalWeight (Weighted chance for custom field to contain 'normal' crops)
  • fieldReedWeight (Weighted chance for custom field to contain reeds)
  • fieldStemWeight (Weighted chance for custom field to contain pumpkins/melons)

Delays

  • breedingTimeoutMultiplier (Multiplier applied to the delay between breeding entities)
  • cactusRegrowthMultiplier (Multiplier on the time it takes cactus to grow)
  • childDurationMultiplier (Multiplier applied to the delay before children become adults)
  • cocoaRegrowthMultiplier (Multiplier on the time it takes cocoa to grow)
  • cropRegrowthMultiplier (Multiplier on the time it takes a non-tree crop to grow)
  • dryingRackTimeMultiplier (Multiplier on the time it takes food to dry on Tinkers' Construct drying racks)
  • eggTimeoutMultiplier (Multiplier applied to the delay between chicken egg laying)
  • flowerRegrowthMultiplier (Multiplier on the time it takes a WeeeFlower crop to grow)
  • milkedTimeout (Delay (in minutes) after milking a cow before it can be milked again)
  • netherWartRegrowthMultiplier (Multiplier on the time it takes nether wart to grow)
  • noSunlightRegrowthMultiplier (Multipier on crop growth time without sunlight (1 to disable feature, 0 to make crops only grow in sunlight))
  • saplingRegrowthMultiplier (Multiplier on the time it takes a sapling to grow into a tree)
  • sugarcaneRegrowthMultiplier (Multiplier on the time it takes sugarcane to grow)
  • treeCropRegrowthMultiplier (Multiplier on the time it takes a tree crop to grow)
  • wrongBiomeRegrowthMultiplier (Multipier on crop growth time (except sugarcane) in the wrong biome (1 to disable feature, 0 to make crops only grow in correct biome))
  • wrongBiomeRegrowthMultiplierSugarcane (Multipier on sugarcane growth time in the wrong biome (1 to disable feature, 0 to make sugarcane only grow in correct biome))

Difficulty scaling

  • difficultyScaling (Enable/Disable all difficulty scaling effect in one setting)
  • difficultyScalingBoneMeal (Effects of bone meal dependant of difficulty ('difficultyScaling' must be true))
  • difficultyScalingEffects (Negative effects on low health/hunger scale by difficulty ('difficultyScaling' must be true))
  • difficultyScalingHealing (Healing rate scales by difficulty ('difficultyScaling' must be true))
  • difficultyScalingHunger (Hunger loss rate scales by difficulty ('difficultyScaling' must be true))
  • difficultyScalingRespawnHunger (Hunger value after respawn is affected by difficulty ('difficultyScaling' must be true))
  • difficultyScalingSleepHungerLoss (Hunger loss while sleeping depends on difficulty ('addSleepHungerLoss' and 'difficultyScaling' must be true)) (removed, see 94a7353)

Food

  • addFoodTooltips (Add tooltips to food items showing hints at food value)
  • addWellFedEffect (Adds a 'well fed' effect that gives slight health regen)
  • foodStackSizeMultiplier (Multiplier on the stack size of food ('modifyFoodStackSize' must be true))
  • modFoodValueDivider (Other mod's food replenishment values are divided by this ('modifyFoodValues' must be true))
  • modifyFoodEatingSpeed (Changes the eating animation speed to be dependant on the food's replenishment value)
  • modifyFoodStackSize (Changes the stack size of food to be dependant on the food's replenishment value)
  • modifyFoodValues (Changes the replenishment value of vanilla and HarvestCraft foods)

Getting seeds

  • allSeedsEqual (Each seed has an equal chance to drop (grass drops and via hoes))
  • hoeToolDamageMultiplier (Multiplier on tool damage taken when a hoe is used)
  • modifyHoeUse (Changes the use of hoes depending on the availability of water)
  • removeHoeRecipes (Whether wood and stone hoe recipes are removed)
  • removeTallGrassSeeds (Removes seed drops when breaking tall grass)
  • seedChance (Chance for seed to drop from hoe use on normal difficulty)

Harvestcraft

  • addHarvestCraftChestLoot (HarvestCraft items added to dungeon/temple chests (Harvestcraft))
  • addTradesButcher (Add high tier HarvestCraft foods to the items butcher villagers will sell (HarvestCraft))
  • addCropTradesFarmer (Add HarvestCraft crop produce to the items farmer villagers will buy (HarvestCraft)) (renamed from addTradesFarmer; was not functional in 1.6.4)
  • addSaplingTradesFarmer (Add HarvestCraft saplings to the items farmer villagers will sell (HarvestCraft))
  • chestLootChance (Weighted chance for food to be found in chests (addHarvestCraftChestLoot must be true))
  • foodsUnplantable (Makes HarvestCraft foods unplantable, meaning seeds are required to plant crops)

Harvesting

  • producePerHarvestMax (Maximum number of produce you get when harvesting a non-tree crop)
  • producePerHarvestMin (Minimum number of produce you get when harvesting a non-tree crop)
  • seedsPerHarvestMax (Maximum number of seeds you get when harvesting a non-tree crop)
  • seedsPerHarvestMin (Minimum number of seeds you get when harvesting a non-tree crop)

Health

  • foodHealDivider (Amount of health food restores is the food value divided by this number (foodRegensHealth must be true))
  • foodRegensHealth (Eating food regenerates health)
  • healthRegenRatePercentage (Speed up or slow down the rate that health regenerates (0 to disable regen))
  • lowHealthRegenRateModifier (The lower your health the longer it takes to regen, modify the effect here (lower = less effect))
  • minHungerToHeal (Minimum hunger level before healing starts (vanilla default is 18))

Hunger

  • addSetHungerCommand (Adds a console command to allow OPs to set a player's hunger level)
  • addSleepHungerLoss (Enable/disable hunger loss while sleeping) (removed, see 94a7353)
  • constantHungerLoss (You lose hunger (very slowly) at all times)
  • damageOnStarve (Amount of damage you take when hunger hits zero (vanilla default 2))
  • disableHealingHungerDrain (Disable the hunger drain when healing that was introduced in vanilla 1.6.2)
  • hungerLossRatePercentage (Speed up or slow down the rate that hunger drops (set to 0 to disable hunger loss))
  • respawnHungerDifficultyModifier (The amount difficulty modifies the hunger value set after respawning ('difficultyScaling' and 'difficultyScalingRespawnHunger' must be true))
  • respawnHungerValue (hunger value set after respawning for peaceful/easy difficulty (vanilla default is 20))

Low stats

  • addGuiText (Shows onscreen text when hunger/health is low)
  • addLowStatEffects (Enables/disables all low hunger/health effects)
  • addLowStatMiningSlowdown (Mining slowdown effect when health/hunger is low ('addLowStatEffects' must be true))
  • addLowStatNausea (Nausea effect when hunger is really low ('addLowStatEffects' must be true))
  • addLowStatSlowness (Slowness effect when health/hunger is low ('addLowStatEffects' must be true))
  • addLowStatWeakness (Weakness effect when health/hunger is low ('addLowStatEffects' must be true))

Potion ids

  • wellFedID (Potion ID for the 'Well Fed' effect (maximum 31)) (removed)

Rotting

  • addFoodRotting (Turning on causes food to spoil over time (currently buggy)) (removed)
  • foodRotSpeed (Rate at which food rots (in ticks)) (removed)

Add configurable blacklist for right-click harvest

Some other mods (Ganys Nether) have plants that functions on right click. These functions are a little broken by the Hunger Overhaul right click. As in, you right click the plant, and it drops wheat seeds. So I was wondering, would it at all be possible to either blacklist certain plant blocks or add a global disable config option? If there is one, I must of missed it. The black list might even help with the future Harvest Craft update.

Add more robust food value config options

From #52 (comment)

I really like the idea behind this, but I think the implementation should be a bit more robust, and take into account more use cases.

What I'm thinking of doing:

  • Add a config option for disabling the custom HO overrides (8453b3d)
  • Rename modFoodValueDivider to something like foodHungerDivider and make it only affect hunger
  • Add a hunger:saturation ratio config option (to be able to emulate the current saturation=hunger/20 formula that modFoodValueDivider uses)
  • Add a saturation value modifier config option (that affects saturation only)

Some food not respecting the settings

As title is saying, some food is not respecting the HO settings. We are talking about food from IC2 (for ex. food cans), GT (ex. potato on stick), GC (ex. dehydrated food).

Is this an HO problem, or should i go to IC2/GT/GC mod devs with this issue?

Incompatibility with Ender-Lily

I've seen this on the forum but I wanted to make an official bug report...

When breaking mature ender-lilies from the extra utilities mod, you receive wheat and vanilla (wheat) seeds.
Non-mature ender-lilies return just vanilla (wheat) seeds.

Wheat -> seeds overriding wheat -> flour

From the MCF forum thread:

When putting wheat in a craft table it gives back seeds instead of flour and putting Natura's barley in a craft table doesn't give flour. Is this by design? I've looked over the config file and cannot find the one that changes this. Removing Hunger Overhaul enables flour again.

Unsure about how this was handled in 1.6.4.

Radiation sickness = well fed

Hi! First time ever posting a bug on minecraft mods.

If Industrialcraft is installed alongside Hunger Overhaul then when you eat anything, you get radiation sickness for the time that you would have gotten well fed. tested with latest Hunger overhaul and industrialcraft 2.2.646experimental

Natura cotton right click behavior

In 1.6.4 HO, right clicking cotton would defer to the default Natura right click behavior (receive one cotton and reset the plant's growth back one step).

In our version of HO, it behaves like any other crop (receive between producePerHarvestMin and producePerHarvestMax cotton and reset the plant to 0% growth).

Not sure which behavior we want.

right click to harvest while holding item

In HungerOverhaul for 1.6.4, I could harvest a mature crop while holding an apple without taking a bite out of that apple. In this version, I cannot. Any held item that has a right click function produces the same results, eg. try harvesting wheat while holding a TinkersConstruct rapier. I notice I'm still able to right click to interact with other blocks (vanilla chests, Tinkers tables, etc) while holding my apple so this leads me to suspect it's a bug in HungerOverhaul. Apologies if it's not and it's intended behaviour. After all, one would not harvest real wheat with an apple anyway.

Right click harvesting should fire block break event

From Lyncanite on the MCF forums:

Could I ask for a tiny feature and that's to fire the forge block break event when right clicking crops to break them all, lets just say I have a mod that uses the destruction of crops to spawn a very angry mob but I think right clicking with this mod bypasses the event. Also some forge based area protection mods might find it handy I think.

HarvestCraft seeds/harvesting/replanting

Hunger Overhaul for 1.6.4 removed the ability to plant Pam's food directly on farmland. That has not been ported yet.

Furthermore, HarvestCraft for 1.7.10 does not drop the seed item when harvesting an immature crop, but rather it drops the product (example: harvesting a 0% growth cucumber crop gives you a full cucumber, not a cucumber seed).

The former is something we should implement, but the latter is likely an unintentional HarvestCraft bug that should be fixed.

Something about milk and HarvestCraft 1.7.10c

From MCF:

Hi. I'm having a minor issue. I'm using the latest version of this (1.7.10 beta.2) with the current latest Pam's Harvestcraft and I'm unable to craft fresh milk. I put the bucket of milk in any crafting grid and get nothing. If I check NEI for the recipe for fresh milk it shows pink and black squares instead of a bucket of milk. Both the actual bucket I get from milking a cow and the one shown in the dysfunctional recipe have the same ID number. Over at Pam's thread she said the fix would be on your end. I'm using Forge 1226 at the moment, though the problem was discovered while using Forge 1208.

Yes, I tested with Pam's mod installed along side HO, and with just Pam's mod. Without HO the milk crafts correctly into fresh milk. With HO installed it does not. When I check the recipe in NEI the bucket of milk in the fresh milk recipe is just black and purple squares. Removing HO is the only change I made to have it working again.

No clue how HO could be causing this.

HarvestCraft 1.7.10e placeable cakes bypass HO's food values

Not sure how this should be fixed quite yet, just wanted to make note of it.

1.7.10e - Quick Cake Update

  • Added all my cakes as blocks you can place down and eat using their respective item
  • Each cake has a number of slices based on their food value when eaten as an item
  • All cakes now give an even number of food points to have slices make sense

Might need to be solved by AppleCore.

Mattocks are acting like vanilla tools when broken.

They disappear. Mimics a bug in TCon that was fixed a while ago. As long as you don't let them fully break they're fine.

TCon build 670 and HO build 8.

boni says that it doesn't happen without Hunger Overhaul. :/

Reimplementation task list

Incomplete list of things that need to be done. Will be added to/edited as things move forward.

From IguanaFoodStats

  • Player field
  • Food value modification support
  • Food value modifications
    • Vanilla
    • HarvestCraft
    • TConstruct
    • Natura
    • Catch-all food value division for anything not specifically modified (IguanaConfig.modFoodValueDivider)
  • Food regens health (config option)
  • Configurable damage on starve
  • Configurable max foodExhaustionLevel
  • IguanaConfig.hungerLossRatePercentage being zero stopping food stats from changing/keeping it at a specific level (19/0/0)
  • Configurable minimum hunger to theal (IguanaConfig.minHungerToHeal)
  • Configurable time between health regen from hunger (multiple config options)
  • Separate starve timer from food timer

From IguanaFood

  • Well fed buff (should be added to FoodEventHandler.onFoodEaten)
  • Stacksize modifications
  • Village trading/chest loot additions
  • Food eating speed modification
  • Food value tooltips (should use Forge's ItemTooltipEvent)

Crash when clicking on Search Items

Minecraft is crashing when I'm in the creative inventory and I click on the Search Items tab. Hunger Overhaul is at the top of the stack trace. I'm using HungerOverhaul-1.7.10-beta.2, with Forge 1217, but the same thing occurred with Forge 1208. Let me know if there's anything else you need.

Crash Report

Underground Oak Tree Farm seriously stunted

Since installing HO, my underground (golem) tree farm (vanilla oak saplings) has pretty much died.

I have changed the following set in the configs:

Multiplier on the time it takes a sapling to grow into a tree

I:saplingRegrowthMultiplier=1

I assume setting it to 1 is correct? Also, I have disabled the feature where sunlight is required for 'crops', but since it makes sense there is a distinction between 'crops' and 'saplings', and there not being a config for saplings requiring sunlight.....i assume the lack of sunlight doesn't affect saplings?

Essentially, I just need to know what I have to change in the configs to allow vanilla oak saplings to grow as if HO wasn't installed. Help appreciated.

Suggestion: Optional vanilla changes if harvestcraft is enabled

Hello,

it would be really nice if you could add it that the nerf of vanilla food can be toggled if harvestcraft is installed.

As a suggestion:
HungerOverhaul / src / main / java / iguanaman / hungeroverhaul / module / ModuleVanilla.java:
Currently:

        /*
         * Food values
         */
        if (Loader.isModLoaded("harvestcraft") || IguanaConfig.modifyFoodValues)
        {

Something like this, probably ?

        /*
         * Food values
         */
        if (Loader.isModLoaded("harvestcraft") && IguanaConfig.modifyVanillaWithHarvestcraft || IguanaConfig.modifyFoodValues)
        {

Natura Barley

Right-click harvest on Barley from Natura yields wheat seeds.

Vanilla Food has a value of 1

Despite disabling everything, only when I got rid of this did it go back to normal.
A value of 1 being 1 food shank and 1 saturation shank.
For all of them, regardless of cooked or not.

Issue with harvesting natura cotton

using HO 1.7.10 beta 2.

When right clicking natura cotton plants, you get vanilla "seeds" in return. Breaking the plant gives you 1 seed as well. Also effects natura's barley. I'm not sure if it's indicative of the problem, but waila says "the author was too lazy...[etc]" for both crops.

Crash in my pack

If you need more details, poke me

---- Minecraft Crash Report ----
// You're mean.

Time: 12/20/14 2:25 PM
Description: Updating screen events

java.lang.NullPointerException: Updating screen events
at iguanaman.hungeroverhaul.module.ModulePlantGrowth.getPlantGrowthModification(ModulePlantGrowth.java:37)
at iguanaman.hungeroverhaul.util.IguanaEventHook.renderTooltips(IguanaEventHook.java:475)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_409_IguanaEventHook_renderTooltips_ItemTooltipEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:162)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:626)
at net.minecraft.client.gui.inventory.GuiContainerCreative.updateFilteredItems(GuiContainerCreative.java:378)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:350)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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 --
Stacktrace:
at iguanaman.hungeroverhaul.module.ModulePlantGrowth.getPlantGrowthModification(ModulePlantGrowth.java:37)
at iguanaman.hungeroverhaul.util.IguanaEventHook.renderTooltips(IguanaEventHook.java:475)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_409_IguanaEventHook_renderTooltips_ItemTooltipEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:162)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:626)
at net.minecraft.client.gui.inventory.GuiContainerCreative.updateFilteredItems(GuiContainerCreative.java:378)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:350)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['asiekierka'/682, l='MpServer', x=-43.88, y=70.39, z=266.76]]
Chunk stats: MultiplayerChunkCache: 81, 81
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-120,64,240), Chunk: (at 8,4,0 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: 2890 game time, 2890 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 59 total; [EntityItem['item.tile.gravel'/1638, l='MpServer', x=-40.94, y=19.13, z=257.88], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/514, l='MpServer', x=4.06, y=61.13, z=330.88], EntityItem['item.tile.mushroom'/370, l='MpServer', x=-67.03, y=66.13, z=227.09], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/356, l='MpServer', x=-96.75, y=61.13, z=281.63], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/357, l='MpServer', x=-88.19, y=60.13, z=280.69], EntityItem['item.tile.mushroom'/353, l='MpServer', x=-90.81, y=63.13, z=205.16], EntityItem['item.tile.mushroom'/354, l='MpServer', x=-88.81, y=63.13, z=214.44], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/355, l='MpServer', x=-87.69, y=60.13, z=276.22], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/410, l='MpServer', x=-33.81, y=60.13, z=209.41], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/411, l='MpServer', x=-40.44, y=60.13, z=209.66], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/409, l='MpServer', x=-31.47, y=60.13, z=209.28], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/414, l='MpServer', x=-41.13, y=60.13, z=207.09], EntityClientPlayerMP['asiekierka'/682, l='MpServer', x=-43.88, y=70.39, z=266.76], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/415, l='MpServer', x=-39.47, y=61.13, z=227.88], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/412, l='MpServer', x=-42.22, y=60.13, z=204.31], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/402, l='MpServer', x=-50.63, y=60.13, z=216.44], EntityItem['item.tile.mushroom'/403, l='MpServer', x=-49.06, y=64.13, z=245.19], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/401, l='MpServer', x=-48.44, y=60.13, z=219.09], EntityItem['item.tile.mushroom'/404, l='MpServer', x=-50.28, y=64.13, z=242.66], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/395, l='MpServer', x=-43.09, y=60.13, z=205.19], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/396, l='MpServer', x=-49.81, y=61.13, z=213.03], EntityItem['item.tile.mushroom'/425, l='MpServer', x=-48.38, y=64.13, z=243.16], EntityItem['item.tile.mushroom'/424, l='MpServer', x=-47.75, y=65.13, z=252.41], EntityItem['item.tile.mushroom'/427, l='MpServer', x=-39.72, y=64.13, z=308.19], EntityItem['item.tile.grassCord'/3928, l='MpServer', x=-54.81, y=67.13, z=281.44], EntityItem['item.tile.mushroom'/426, l='MpServer', x=-41.06, y=64.13, z=310.19], EntityItem['item.tile.mushroom'/429, l='MpServer', x=-45.09, y=64.13, z=308.47], EntityItem['item.tile.mushroom'/428, l='MpServer', x=-42.66, y=64.13, z=319.97], EntityItem['item.tile.mushroom'/431, l='MpServer', x=-40.53, y=64.13, z=322.22], EntityItem['item.tile.mushroom'/430, l='MpServer', x=-46.91, y=65.13, z=321.66], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/417, l='MpServer', x=-32.41, y=60.13, z=214.66], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/416, l='MpServer', x=-34.56, y=60.13, z=213.69], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/419, l='MpServer', x=-38.38, y=60.13, z=209.75], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/418, l='MpServer', x=-33.81, y=60.13, z=220.03], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/421, l='MpServer', x=-35.28, y=60.13, z=215.25], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/420, l='MpServer', x=-41.81, y=60.13, z=216.97], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/423, l='MpServer', x=-44.22, y=61.13, z=224.94], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/422, l='MpServer', x=-44.56, y=60.13, z=218.16], EntityItem['item.tile.fernScalyTree'/3644, l='MpServer', x=-103.81, y=77.13, z=263.53], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/463, l='MpServer', x=-23.94, y=61.13, z=223.44], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/462, l='MpServer', x=-25.63, y=61.13, z=218.41], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/461, l='MpServer', x=-23.41, y=61.13, z=221.41], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/459, l='MpServer', x=-26.63, y=61.13, z=205.59], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/458, l='MpServer', x=-23.88, y=61.13, z=204.47], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/457, l='MpServer', x=-28.44, y=61.13, z=208.47], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/456, l='MpServer', x=-21.72, y=61.13, z=216.44], EntityItem['item.tile.mushroom'/508, l='MpServer', x=10.47, y=63.13, z=228.47], EntityItem['item.tile.mushroom'/509, l='MpServer', x=-0.94, y=64.13, z=269.34], EntityItem['item.tile.mushroom'/510, l='MpServer', x=3.06, y=63.13, z=297.19], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/489, l='MpServer', x=-1.81, y=61.13, z=325.22], EntityItem['item.tile.fernScalyTree'/3592, l='MpServer', x=-102.81, y=75.13, z=265.13], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/488, l='MpServer', x=-0.19, y=61.13, z=323.19], EntityItem['item.tile.grassCord'/3595, l='MpServer', x=-8.06, y=64.13, z=255.13], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/485, l='MpServer', x=0.81, y=61.13, z=322.16], EntityItem['item.tile.sapling.oak'/3589, l='MpServer', x=10.41, y=64.13, z=284.19], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/487, l='MpServer', x=0.94, y=61.13, z=320.78], EntityItem['item.tile.fernScalyTree'/3591, l='MpServer', x=-102.25, y=75.13, z=265.81], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/486, l='MpServer', x=-5.47, y=61.13, z=310.41], EntityItem['item.tile.extrabiomes.waterplant.eelgrass'/483, l='MpServer', x=-4.13, y=61.13, z=324.56]]
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:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:908)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 3.18.1
Java Version: 1.7.0_72, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 461688304 bytes (440 MB) / 823132160 bytes (785 MB) up to 1431830528 bytes (1365 MB)
JVM Flags: 2 total; -Xmx1536M -XX:MaxPermSize=256M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.85.1272 Minecraft Forge 10.13.2.1272 60 mods loaded, 59 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1272} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1272} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bowinfinityfix{rv0} Bow Infinity Fix Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisMicroblocks{59.0.4} Immibis's Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.74} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenComputers|Core{1.0.0} OpenComputers (Core) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.15} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Treecapitator{1.7.10} Treecapitator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
copycore{1.5.0.6} copycore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AdvHealthOptions{1.5.1.11} Advanced Health Options Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AgriCraft{1.7.10-0.0.12} AgriCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AppleCore{1.0.1} AppleCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
armourersWorkshop{1.7.10-0.24.3.48} Armourer's Workshop Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
asielib{0.3.5} asielib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
asietweaks{0.0.1} asietweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
betterstorage{0.11.3.123} BetterStorage Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.9.1} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtrabiomesXL{3.16.1} ExtrabiomesXL Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{6.2.6} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forestry{3.3.0.6} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{6.2.6} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{6.2.6} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{6.2.6} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{6.2.6} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{6.2.6} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eureka{2.2} Eureka Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bcadditions{1.8.3} Buildcraft Additions Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.3.4 DEV R2} [Carpenter's Blocks](Carpenter's Blocks v3.3.4 DEV R2 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chisel{2.1.3} [Chisel](Chisel 2-2.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChiselFacades{1.7.10-2.6-cricket} Chisel Facades Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
combatfix{1.2} Combat Fix! Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisCore{59.0.5} Immibis Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RedLogic{59.1.5} RedLogic Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenComputers{1.4.2.16} OpenComputers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Railcraft{9.4.0.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
computronics{1.3.2} Computronics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FastCraft{1.11} FastCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Flax{1.7.10-1.2} Flax Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FloodLights{0.3.6} Flood Lights Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
harvestcraft{1.7.10d} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10d.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HungerOverhaul{1.7.10-beta.2.jenkins30} Hunger Overhaul Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.59-dev-156-af3bc68} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineTweaker3{3.0.9B} MineTweaker 3 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
modpackTweaks{1.2.0} ModpackTweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ModTweaker{0.6} ModTweaker Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Morpheus{1.7.10-1.5.26} Morpheus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
neiintegration{1.0.3} NEI Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NoNausea{1.0} No Nausea Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
openglasses{1.0.43} OC Glasses Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
plantmegapack{4.14} Plant Mega Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SimpleRecycling{59.0.0} Simple Recycling Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SpiceOfLife{1.2.2} The Spice of Life Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StorageDrawers{1.2.0} Storage Drawers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
torchLevers{1.4.1} Torch Levers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Ztones{1.7.10} Ztones Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
aobd{2.3.5} Another One Bites The Dust Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
asielibcore{} AsieLib CoreMod Unloaded->Disabled

Able to consume stack of mushroom soup at once

I just crafted mushroom soup, 3 of them. They were stacked, which I believe is a feature of this mod. I went to eat and it consumed all 3 at the same time (only returning a single bowl) and only gave me the equivalent of eating 1 in regards to hunger.

Implement farmer trades

In 1.6.4, addTradesFarmer doesn't do anything, so I'm not sure if I should try to figure out what it was intended to do and implement it or to just remove the config option from the 1.7.10 version.

Here's the config comment for some context:
Add HarvestCraft crop produce to the items farmer villagers will buy (HarvestCraft)

Hunger Overhaul with AgriCraft

Hello,
I'm the author of a mod (still very beta) AgriCraft (https://github.com/InfinityRaider/AgriCraft), summarized it's basicly IC2 crops standalone, and for almost every seed/crop out there.

Now the problem is some people want to run Pam's Harvestcraft together with Hunger Overhaul and Spice of Life (which I personally do too) and then throw in AgriCraft to get the different crops trough crossbreeding (instead of random grass drops). I have my own harvesting mechanic and your BlockEvent.HarvestDropsEvent handler is overriding this, causing to drop nothing.

So I could either change my code or you could add in an exception like you did for Extra Utilities ender lilly seeds (the unlocalized name for my crop block is: AgriCraft:crops). I would like to hear your thoughts on this.

~InfinityRaider

[Suggestion] Blacklist for specific mods

In my pack we have a mod called TheKitchenMod which is basically modular sandwiches. It was actually worth it before and I like the changes of HungerOverhaul but basically HO makes the mod useless in terms of resources and yield, thus I'd suggest a blacklist where you can insert specific unlocalized names or even whole mods so HungerOverhaul doesn't mess with them.

Regards

Yulife

Smart Moving + Hunger Overhaul compatibility

I remember in 1.6.4, using Hunger Overhaul and Smart Moving together made the hunger never go down, no matter what settings were set in either mod. I just wanted to food effects, crop effects and the slow, nausea and such effects when you where hungry, but also really wanted to be able to climb up 2 high blocks, and crawl through tight spaces. I had just wanted it to somehow disable the hunger system either in smart moving automatically to be replace by hunger overhauls better one, or if not possible, to then just disable hunger overhaul's hunger speeds and use smart moving's, but still have the low hunger effects, right clicking crops, and food values changed. I'm not sure if it would be at all different or hard to make a person slower while using smart moving. if its just a potion effect, then it will probably not need any extra attention for that part. But I thought i would also mention that.


^ that is just a copy and paste from #10 since I was told to make another issue for it.

Add support for food mods

Renames Items to "Unnamed"

All fish and craftable dishes from the Mariculture mod are renamed to "Unnamed" while HungerOverhaul is active. It also seems as though Blood Magic's water sigil is being affected by it as well. When deactivated, names return to normal. What could be causing this to happen?

mariculture x hungeroverhaul issue

Give Potion Effects to Foods

While working with the currently food tweaking config I have found that there's no way to make foods give you a potion effect, something I need quite a bit for my modpack.

Conflict with extra utilities' ender lily seeds

Hey there,
I played around with your mod for a while now,
and it works really good.

But I think there is a conflict with the right click harvest functionality and extra utilities ender lilies.

Normally you get an ender pearl out of them.
But with your mod installed they drop wheat and wheat seeds.
Normally you can't right click them, but with your mod you can also harvest them by doing that,
with the same result (wheat instead of enderpearls), though...

Thanks in advance :D

Cheers

[Question] Food Stack Size

I'd like to disable the changes to food stack size but what I'm doing isn't working. I've set:

Changes the stack size of food to be dependant on the food's replenishment value

B:modifyFoodStackSize=false

but it doesn't seem to have any effect. Is this setting dependent on another or is this a bug?

Edit: I haven't been able to test this much yet but the reason for me asking relates to Harvestcraft mutton. In my survival game it is only stacking to 3. The raw beef in that game however is stacking (or at least it's up to 5). I've gone into a test world and haven't been able to replicate it, though. I grabbed a stack of sheep spawn eggs, switched into survival, spawned the sheep and killed them. Under those circumstances, the Harvestcraft mutton is stacking.
Edit again: Apologies. Stack size is indeed working. The issue I was seeing possibly related to food collected before I disabled stack size. Either way, I can't replicate it in a new world so I'll just eat the offending food and get on with my game. Cheers.

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.