Harder Farming is an alteration to the Minecraft farming mechanics. Animals automatically repopulate and die off, crop growth is slowed and takes into account biome attributes. It takes more wheat (seeds, etc) to make animals go into "love mode," but they drop more meat and leather so it is no longer painfully scarce. Killing a sheep gives more wool than sheering.
This is a rebuild of Harder Wildlife for .110.2, minus the seasons, added mobs, and tree die-off as those additions did not fully work as desired or were not terribly popular (monitor lizards). This also allowed the removal the dependency on COG.
Part of the Reasonable Realism collection.
In reply to Draco18s:
This says it doesn't include the tree die-off, but does it include the tree spread and reproduction that Harder Wildlife says it had? I've been looking for a 1.10.2 mod that lets trees spread with time.
In reply to MrEldritch:
We got a small problem with the raw hide droping from the firsts few mob we kill, then it drop almost never after that.
1.11.2?
Not in a hurry, no. I've got (*counts*) two, possibly three, commitments to my development time already.
Seems to be something going on with the tanning racks after the rawhide has been turned into leather. I went from 80 fps to 12. I uploaded before and after images: http://imgur.com/a/uaK2l - Notice the fps in the top right.
Interesting. Won't be able to take a look until (at least) tomorrow, however.
I've noticed this same issue as well.
Crash with something: https://hastebin.com/opayoguzex
Cash actually occurs in Epic Siege Mod not Harder Farming. There's likely an incompatibility with their AI functions and my own, but as the crash occurs in their code I can't figure out what the problem is. Contact them, and if they need my source/raise an issue with me, they can head to https://github.com/Draco18s/ReasonableRealism
How does this pack works with already built large cow(or pig/sheep) farm? does their number grow fast? or die fast? :0 kind of worried to apply....(yes I'm a coward :9)
thanks a lot! so I'd better split them into 3-4. sounds more real.
Is this compatible with mods that change the agriculture growing ? (like magical crops or AgriCult)
All crops (assuming they extend BlockCrops or BlockBush, or self-implement the Forge growth events) receive the weather-based growth slow-down alterations, but crop offsets (i.e. their ideal growing climate) have to be added by hand, so all unrecognized crops will prefer the Plains biome.
This could possibly be some sort of mod conflict involving your mods and some other mod, but when I have harder ores, hard lib, ore flowers, but not harder farming in my pack I am unable to harvest any blocks without the appropriate tool (except for leaves). This means that dirt can't be harvested by hand, for example. For some reason, if I add harder farming in then it fixes this problem.
can't get this to work even by itself, would love to see it fixed
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 1/4/17 7:16 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/event/world/BlockEvent$CropGrowEvent$Pre
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:792)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/world/BlockEvent$CropGrowEvent$Pre
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.privateGetPublicMethods(Class.java:2894)
at java.lang.Class.getMethods(Class.java:1607)
at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:83)
at com.draco18s.farming.FarmingBase.load(FarmingBase.java:161)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:790)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.world.BlockEvent$CropGrowEvent$Pre
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 43 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 45 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- 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: 76922960 bytes (73 MB) / 399888384 bytes (381 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.2.2099 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2099.jar)
UCHI Forge{12.18.2.2099} [Minecraft Forge] (forge-1.10.2-12.18.2.2099.jar)
UCHI hardlib{1} [HardLib] (1.10.2-HardLib-v1b.jar)
UCHE harderfarming{1.1.0a} [Harder Farming] (1.10.2-HarderFarming-1.1.0a.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13421 Compatibility Profile Context 16.101.1311.1001' Renderer: 'AMD Radeon(TM) R5 Graphics'