Birds Nests is a simple mod that adds a pseudo-random reward event from chopping trees.
Essentially, it's my more realistic take on chance cubes.
How it works is every so often, a nest will drop from leaves.
Right click the nest to get what's inside.
Nests will drop the kinds of things you might expect to find, eggs, feathers, shiny things birds find on the ground, things they eat.
The possible drops are below from the most to least common and stack sizes show the maximum number of that item possible from a nest by default.
Very Configurable!
Nest's should drop from any generated leaf block, modded or vanilla.
Nests now drop from decaying leaves! However at an 80% drop rate compared to breaking by hand (configurable of course) Leaf decay drops can also be completely disabled.
Support (MC v <1.12):
I have included support for dropping kernels from my other mod, Simple Corn
https://minecraft.curseforge.com/projects/simple-corn
As well as the seeds and silkworms from Ex Nihilo Omnia
https://minecraft.curseforge.com/projects/ex-nihilo-omnia
How to add your own drops (1.12+)
Use Craft Tweaker to edit the loot table, or:
1) Download the helper zip under the additional files for the 1.12 jar or create them yourself below
2) Create a new folder or extract the zip to the "data" folder in the world you want to change drops for.
Something like "saves\New_World\data\..."
3) If you downloaded the zip with these folders from here, skip this step. Create the "data\loot_tables\birdsnests" directories and copy from my github or create a new "nest_loot.json" in that folder.
4) Edit the "nest_loot.json" in "data\loot_tables\birdsnests" with your custom loot.
*Note that this table replaces the default table so if you want to keep the default items, keep them in the file and add yours to the end.
*These loot tables will obviously be on a per- world basis. Sorry if this is a hassle, but it's a restriction by Mojang's code right now.
*If you do not know how to edit a loot table, you can find some info here: http://minecraft.gamepedia.com/Loot_table
Special thanks to Redrosewarrior1 for porting to 1.14!!
I hope you enjoy!
Please leave any feedback or bugs you may have
Other User's mods in this style:
https://minecraft.curseforge.com/projects/tumbleweed
https://minecraft.curseforge.com/projects/magic-clover
https://minecraft.curseforge.com/projects/ex-nihilo-omnia
Check Out My Other Mods!:
Thanks! :)
This does seem to be an interesting idea. Now I wish I knew who were building the nests.
very enjoyable mod thanks :) finally tree give more then sapplings xD
and when next 1.10.2 update owo
Any reason you do not have a version for 1.10.2 ?
Ive got a version for 1.10 that should be compatible! If not, I can get one up tomorrow
Crash on server-side (loading graphics?)
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingHook (Mekanism-1.10.2-9.1.1.290.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
DepLoader (BrandonsCore-1.10.2-2.1.0.36-universal.jar)
SpongeCoremod (spongeforge-1.10.2-2073-5.0.0-BETA-1689.jar)
CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
PlayerAPIPlugin (PlayerAPI-1.10.2-1.0.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.69-universal.jar)
IC2core (industrialcraft-2-2.6.49-ex110.jar)
CorePlugin (FluxedRedstone-2.3.0.48.jar)
AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
CCCDeobfPlugin (unknown)
FMLPlugin (InventoryTweaks-1.61-58.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.51-beta.jar)
LoadingPlugin (Quark-r1.0-53.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
Contact their authors BEFORE contacting forge
// I feel sad now :(
Time: 30/08/16 17:33
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/block/model/ModelBakery
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:610)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/block/model/ModelBakery
at panda.birdsnests.BirdsNests.preInit(BirdsNests.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.redirect$onPost$0(LoadController.java:53)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.block.model.ModelBakery
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 33 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@4e4efc1b from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:253)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 35 more
Caused by: java.lang.RuntimeException: Attempted to load class byo for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:56)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:249)
... 37 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_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 393963112 bytes (375 MB) / 1960312832 bytes (1869 MB) up to 2818572288 bytes (2688 MB)
JVM Flags: 1 total; -Xmx3024M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.1.2073 176 mods loaded, 176 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge.jar)
UCH Forge{12.18.1.2073} [Minecraft Forge] (forge.jar)
UCH Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.0.3.jar)
UCH CodeChickenCore{2.1.8.79} [CodeChicken Core] (minecraft.jar)
UCH OpenComputers|Core{1.6.0.3-rc.1} [OpenComputers (Core)] (minecraft.jar)
UCH PlayerAPI{1.0} [Player API] (minecraft.jar)
UCH sponge{1.10.2-2073-5.0.0-BETA-1689} [SpongeForge] (spongeforge-1.10.2-2073-5.0.0-BETA-1689.jar)
UCH actuallyadditions{1.10.2-r60} [Actually Additions] (ActuallyAdditions-1.10.2-r60.jar)
UCH CookingPlus{0.7.5} [The Agricultural Revolution] (Agricultural-Revolution-1.10.2-0.7.5.jar)
UCH agriculturalexpansion{r-1.2.0} [Agricultural Expansion] (AgriculturalExpansion[1.9.4][1.10.2]r-1.2.0.jar)
UCH ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
UCH mantle{1.10.2-0.10.4.jenkins163} [Mantle] (Mantle-1.10.2-0.10.4.jar)
UCH tconstruct{1.10.2-2.4.0.jenkins325} [Tinkers' Construct] (TConstruct-1.10.2-2.4.0.jar)
UCH immersiveengineering{${version}} [Immersive Engineering] (ImmersiveEngineering-0.10-38.jar)
UCH JEI{3.9.0.246} [Just Enough Items] (jei_1.10.2-3.9.0.246.jar)
UCH AppleCore{2.0.0} [AppleCore] (AppleCore-mc1.10.2-2.0.0.jar)
UCH appleskin{1.0.1} [AppleSkin] (AppleSkin-mc1.10.2-1.0.1.jar)
UCH aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
UCH thedragoncore{1.1.0} [TheDragonCore] (thedragoncore-1.1.0.jar)
UCH armorplus{1.10.2-6.0.4.0} [ArmorPlus] (armorplus-1.10.2-6.0.4.0.jar)
UCH Aroma1997CoreHelper{1.1.0.3} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.0.3.jar)
UCH AutoRegLib{1.0-1} [AutoRegLib] (AutoRegLib-1.0-1.jar)
UCH mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar)
UCH bagelsmore{1.0.1} [Bagelsmore: The Return] (Bagelsmore-1.9.4-1.0.1.jar)
UCH bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4a.jar)
UCH Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
UCH baublesstuff{2.0.10} [Baubles Stuff] (baublesstuff-2.0.10.jar)
UCH BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
UCH bdlib{1.12.2.8} [BD Lib] (bdlib-1.12.2.8-mc1.10.2.jar)
UCH BetterAchievements{0.3.1.31} [Better Achievements] (BetterAchievements-1.10.2-0.3.1.31.jar)
UCE birdsnests{1.0} [Bird's Nests] (BirdsNests1.9.4-1.0.jar)
UCH guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
UCH BloodMagic{1.9.4-2.0.4-56} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.4-56.jar)
UCH bookshelf{1.3.0.288} [Bookshelf] (Bookshelf-1.10.2-1.3.0.288.jar)
UCH bookshelfapi{3.2.2} [Bookshelf] (Bookshelf-API-1.10.2-3.2.2.jar)
UCH Botania{r1.8-320} [Botania] (Botania-unofficial.r1.8-320.jar)
UCH BrandonsCore{2.1.0} [Brandon's Core] (BrandonsCore-1.10.2-2.1.0.36-universal.jar)
UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCH SonarCore{3.1.4} [SonarCore] (SonarCore-1.9.4-3.1.4.jar)
UCH Calculator{3.1.1} [Calculator] (Calculator-1.9.4-3.1.1.jar)
UCH Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
UCH CharsetLib{0.3.0-pre14} [‽] (Charset-0.3.0-pre14.jar)
UCH CharsetAudio{0.3.0-pre14} [♫] (Charset-0.3.0-pre14.jar)
UCH CharsetCarts{0.3.0-pre14} [U] (Charset-0.3.0-pre14.jar)
UCH CharsetDecoration{0.3.0-pre14} [âš?] (Charset-0.3.0-pre14.jar)
UCH CharsetDrama{0.3.0-pre14} [!] (Charset-0.3.0-pre14.jar)
UCH CharsetFarming{0.3.0-pre14} [;] (Charset-0.3.0-pre14.jar)
UCH CharsetGates{0.3.0-pre14} [&] (Charset-0.3.0-pre14.jar)
UCH CharsetPipes{0.3.0-pre14} [|] (Charset-0.3.0-pre14.jar)
UCH CharsetStorage{0.3.0-pre14} [#] (Charset-0.3.0-pre14.jar)
UCH CharsetTweaks{0.3.0-pre14} [*] (Charset-0.3.0-pre14.jar)
UCH CharsetWires{0.3.0-pre14} [+] (Charset-0.3.0-pre14.jar)
UCH CharsetWrench{0.3.0-pre14} [/] (Charset-0.3.0-pre14.jar)
UCH ChickenChunks{2.1.3.36} [ChickenChunks] (ChickenChunks-1.10.2-2.1.3.36-universal.jar)
UCH chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)
UCH chiselsandbits{12.1} [Chisels & Bits] (chiselsandbits-12.1.jar)
UCH cyclopscore{0.7.6} [Cyclops Core] (CyclopsCore-1.9.4-0.7.6.jar)
UCH commoncapabilities{1.1.1} [CommonCapabilities] (CommonCapabilities-1.9.4-1.1.1.jar)
UCH ComputerCraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0.jar)
UCH cookingforblockheads{4.2.14} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.14.jar)
UCH correlatedpotentialistics{1.1.3} [Correlated Potentialistics] (CorrelatedPotentialistics-1.1.3.jar)
UCH MineTweaker3{3.0.10} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.10.jar)
UCH cyberware{beta-0.2.1} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.1.jar)
UCH darkutils{1.1.3.71} [Dark Utilities] (DarkUtilities-1.10.2-1.1.3.71.jar)
UCH DraconicEvolution{2.0.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0.84-universal.jar)
UCH StorageDrawers{1.10.2-3.2.6} [Storage Drawers] (StorageDrawers-1.10.2-3.2.6.jar)
UCH bitdrawers{0.31} [Drawers & Bits] (DrawersBits-1.10.2-0.31.jar)
UCH druidry{2016.8.27-1.9.4} [§2Druidry] (druidry(2016.8.27)(1.9.4).jar)
UCH IC2{2.6.49-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.49-ex110.jar)
UCH forestry{5.2.9.241} [Forestry] (forestry_1.10.2-5.2.9.241.jar)
UCH ElecCore{1.5.311} [ElecCore] (ElecCore-1.9.4-1.5.311.jar)
UCH endercore{1.10.2-0.4.1.51-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.51-beta.jar)
UCH EnderIO{1.10.2-3.0.1.96_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.96_beta.jar)
UCH EnderStorage{2.1.3.73} [EnderStorage] (EnderStorage-1.10.2-2.1.3.73-universal.jar)
UCH enderutilities{0.6.5-beta.1} [Ender Utilities] (enderutilities-1.10.2-0.6.5-beta.1.jar)
UCH energysynergy{1.0.0} [EnergySynergy] (EnergySynergy-1.9.4-1.0.0.jar)
UCH valkyrielib{1.10.2-0.10.3} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.3.jar)
UCH environmentaltech{1.10.2-0.10.3a} [Environmental Tech] (environmentaltech-1.10.2-0.10.3a.jar)
UCH evilcraft{0.10.10} [EvilCraft] (EvilCraft-1.10.2-0.10.10.jar)
UCH zerocore{1.10.2-0.0.8.0} [Zero CORE] (zerocore-1.10.2-0.0.8.0.jar)
UCH bigreactors{0.4.5.9} [Extreme Reactors] (ExtremeReactors-1.9.4-0.4.5.9.jar)
UCH FastLeaveDecay{1.1} [Fast Leave Decay] (FastLeaveDecay-MC1.9.4-1.2.1.jar)
UCH reborncore{2.6.2.27} [RebornCore] (RebornCore-1.10.2-2.6.2.27-universal.jar)
UCH reborncore-mcmultipart{2.6.2.27} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.6.2.27-universal.jar)
UCH tesla{1.2.1.48} [TESLA] (Tesla-1.10.2-1.2.1.48.jar)
UCH fluxedredstone{2.3.0.48} [FluxedRedstone] (FluxedRedstone-2.3.0.48.jar)
UCH frogcraftrebirth{0.10.0} [FrogCraft: Rebirth] (FrogCraft-Rebirth-0.10.0.jar)
UCH ftbl{2.1.0} [FTBLib] (FTBLib-1.9.4-2.1.0-pre3.jar)
UCH ftbu{2.1.0} [FTBUtilities] (FTBUtilities-1.9.4-2.1.0-pre3.jar)
UCH gemsplus{1.7} [Gems+] (gemsplus-1.7-mc1.10.2.jar)
UCH gendustry{1.6.4.18} [GenDustry] (gendustry-1.6.4.18-mc1.10.2.jar)
UCH advgenerators{0.9.20.12} [Advanced Generators] (generators-0.9.20.12-mc1.10.2.jar)
UCH geoactivity{2.2.3} [GeoActivity] (geoactivity-2.4.jar)
UCH grapple_hooks{1.0.8} [Grapple Hooks] (Grapple-Hooks-1.10.2-1.0.8.jar)
UCH graves{1.10-b13-universal} [Graves Mod] (graves-1.10-b13-universal.jar)
UCH HelpFixer{1.3.14} [HelpFixer] (HelpFixer-1.9.4-1.3.14.jar)
UCH incense{0.1} [Incense] (incense-1.10.2-1.0.2.jar)
UCH integrateddynamics{0.5.0} [Integrated Dynamics] (IntegratedDynamics-1.9.4-0.5.0.jar)
UCH inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCH ironchest{1.10.2-7.0.9.796} [Iron Chest] (ironchest-1.10.2-7.0.9.796.jar)
UCH japta{1.9.0} [JAPTA] (JAPTA-1.9.4-1.9.0.jar)
UCH JEFB{1.0.3} [Just Enough Forestry Bees] (jefb_1.10.2-1.0.3.jar)
UCH jeibees{0.9.0.1} [JEI Bees] (jeibees-0.9.0.1-mc1.10.2.jar)
UCH journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
UCH kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar)
UCH LotsOfFood{1.12.0} [Lots of Food] (Lots of Food-1.12.0.jar)
UCH LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)
UCH Mekanism{9.1.1} [Mekanism] (Mekanism-1.10.2-9.1.1.290.jar)
UCH MekanismGenerators{9.1.1} [MekanismGenerators] (MekanismGenerators-1.10.2-9.1.1.290.jar)
UCH MekanismTools{9.1.1} [MekanismTools] (MekanismTools-1.10.2-9.1.1.290.jar)
UCH miab{1.4.2} [Meme in a bottle] (MemeInABottle-1.4.2-1.10.2.jar)
UCH testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
UCH modtweaker{2.0.1} [Mod Tweaker] (ModTweaker2-2.0.1.jar)
UCH modularsystems{3.1.0} [Modular Systems] (ModularSystems-1.10.2-3.1.0.jar)
UCH morebees{1.10.2-1.0.1} [More Bees] (morebees-1.10.2-1.0.1.jar)
UCH Morpheus{1.10.2-3.1.7} [Morpheus] (Morpheus-1.10.2-3.1.7.jar)
UCH NashornLib{1.9.4-1.8.77-1.3.1} [Nashorn Library] (NashornLib-1.9.4-1.8.77-1.3.1.8.jar)
UCH botanicaladdons{GRADLE:VERSION.GRADLE:BUILD} [Natural Pledge] (NaturalPledge-r1.4.jar)
UCH neotech{3.2.0} [NeoTech] (NeoTech-1.10.2-3.2.0.jar)
UCH netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
UCH nmsot{1.1.7-mc[1.9.4-1.10.2]} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.7-mc[1.9.4-1.10.2].jar)
UCH recipehandler{0.5} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.5(1.10.2).jar)
UCH ObsidianPlates{1.1.1} [Obsidian Plates] (ObsidianPlates-1.1.1_1.9.4.jar)
UCH oldpvp{0.3} [Good ol' PvP] (OldPvP-1.9.x-0.3.jar)
UCH OpenComputers{1.6.0.3-rc.1} [OpenComputers] (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
UCH packingtape{0.6.0} [Packing Tape] (PackingTape-1.10.2-0.6.0.jar)
UCH harvestcraft{1.9.4-1.10.2c} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2c.jar)
UCH PersistentBits{1.0.3} [Persistent Bits] (PersistentBits-1.10.2-1.0.3.jar)
UCH planttech{1.6.0} [Planttech] (planttech-1.6.1 - 1.10.2.jar)
UCH pollution{0.1.0} [Pollution] (pollution-0.1.0.jar)
UCH progressiveautomation{1.6.49} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.49.jar)
UCH ProjectE{1.10.2-PE1.0.6B} [ProjectE] (ProjectE-1.10.2-PE1.0.6B.jar)
UCH Psi{r1.0-37} [Psi] (Psi-r1.0-37.jar)
UCH quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
UCH QuantumStorage{3.1.2} [QuantumStorage] (QuantumStorage-1.9.4-3.1.2.jar)
UCH Quark{r1.0-53} [Quark] (Quark-r1.0-53.jar)
UCH randomthings{3.7.5} [Random Things] (RandomThings-MC1.10.2-3.7.5.jar)
UCH xreliquary{1.10.2-1.3.3.503} [Reliquary] (Reliquary-1.10.2-1.3.3.503.jar)
UCH rftools{5.21} [RFTools] (rftools-1.10-5.21.jar)
UCH rftoolsdim{4.30beta47} [RFTools Dimensions] (rftoolsdim-1.10-4.30beta47.jar)
UCH roots{0.112} [Roots] (roots-1.10.2-0.112.0.jar)
UCH routerreborn{1.10.2-4.0.1.19_universal} [Router Reborn] (RouterReborn-1.10.2-4.0.1.19_universal.jar)
UCH runesofwizardry{1.10.2-0.7.1} [Runes of Wizardry] (Runes-of-Wizardry-1.10.2-0.7.1.jar)
UCH runesofwizardry_classics{1.9.4-0.4.0} [Runes of Wizardry - Classic Dusts Pack] (RunesofWizardry-Classics-1.9.4-0.4.0.jar)
UCH shadowmc{3.4.4} [ShadowMC] (ShadowMC-1.10.2-3.4.4.jar)
UCH shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
UCH Signals{1.0} [Signals] (Signals-1.10.2-0.4.3-universal.jar)
UCH corn{1.1} [Corn Crop Mod] (SimpleCorn1.9.4-1.1.jar)
UCH simplycaterpillar{6.0.1.22} [Simply Caterpillar] (SimplyCaterpillar-Forge-6.0.1.22.jar)
UCH soulshardstow{1.10.2-2.6.3-43} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.3-43.jar)
UCH SpiceOfLife{1.3.4} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.4.jar)
UCH Squake{1.0.3} [Squake] (Squake-mc1.10.x-1.0.3.jar)
UCH Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
UCH supercraftingframe{1.2.1.86} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.86.jar)
UCH taiga{${version}} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.2.jar)
UCH techreborn{1.4.0.45} [TechReborn] (TechReborn-1.10.2-1.4.0.45-universal.jar)
UCH teslaarsenal{1.4} [Tesla Arsenal] (TeslaArsenal-1.4.jar)
UCH thutcore{3.2.3} [ThutCore] (thutcore-1.9.4-3.2.3.jar)
UCH tinker_io{beta 2.3.5} [Tinker I/O] (tinker_io-1.10.2-beta 2.3.5.jar)
UCH TinkersAddons{1.0.2} [Tinkers' Addons] (Tinkers' Addons-1.9.4-1.0.2.jar)
UCH tis3d{0.9.0.1} [TIS-3D] (TIS-3D-MC1.10-0.9.0.1.jar)
UCH Translocator{2.1.2.29} [Translocator] (Translocators-1.10.2-2.1.2.29-universal.jar)
UCH cavecraft{TSON Craft 3 - 1.9.4} [TSON Craft] (TSON Craft 3.4.3.jar)
UCH Uncomplication{0.2.0.0.b78} [Uncomplication] (Uncomplication-1.10.2-0.2.0.0.b78.jar)
UCH underphangables{1.0.2} [Underp Hangables] (underphangables-1.10.2-1.0.2.jar)
UCH usefulnullifiers{1.2.0} [Useful Nullifiers] (usefulnullifiers-1.2.0.jar)
UCH vc{v1.2.8b-mc1.10.2} [ViesCraft] (ViesCraft-1.2.8b-mc1.10.2.jar)
UCH waterstrainer{1.2.1} [Water Strainer] (WaterStrainer-1.9.4-1.2.1.jar)
UCH icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.203.jar)
UCH wawla{2.3.0.202} [What Are We Looking At] (Wawla-1.10.2-2.3.0.203.jar)
UCH Waypoints{1.9.4-1.2.1} [Waypoints] (waypoints-1.9.4-1.2.1.jar)
UCH wired{1.3.1} [WIRED: More Augs] (WIRED-1.3.1.jar)
UCH xlib{r2.0.0} [xLib] (xLib-1.10-r2.0.0.jar)
UCH zombie_steak{1.10-1.1.2} [Zombie Steak] (zombie_steak-1.10-1.1.2.jar)
UCH Zoology{1.0} [Zoology] (zoology-1.10-alpha-1.0.0.jar)
This is what I get for being lazy and not testing dedicated server...
It's fixed! Everyone should get a notification to download version 1.1
Thank you.
No problem!
Great idea! Thanks for making and sharing this!
Hi, nice mod, but i dont get any nest in the versión for 1.9.4 or 1.7.10
I just double checked and they both work fine as far as I can see. Perhaps you were just unlucky with the RNG? You can decrease the number "NEST_DROP_RARITY" in the config if you'd like nests more often!
I tried and i did get any. I tried diferentes trees, a lot of of them and nothing
Hmm... for some reason it works in my IDE but not when I build the jar.... I'll look into this. Thank you
Interesting mod. Maybe add more bird nests with different rareties? :)
oooooooooo, nice! what is the chance per leaf for a nest to drop? An apple has a 1/200 chance of dropping (thanks wiki :3), is it more or less rare than apples? will fortune work to increase the drops? Apples are 1/180, 1/160, and 1/120 for fortune 1, 2, and 3 (respectively)
I'm not sure about the fortune mechanic, but I don't think so. It's something i'll look into for sure, thanks! (The mod will tell you when there's a new version, too!)
The weight is 24 so roughly 1/24 or in testing one every other normal sized tree. Of course, if you lower the number in the config to say 15, you'd get them more frequently!
I'm saying you can expect 1 or two per two trees, but not necesserally one per tree.
my system is a bit different from minecraft's random system. Have you played with my mod yet? I think it's balanced just fine. The rewards have a higher chance than you might expect because nests are already not suuper common. I tried it with more rare numbers but you'd have to get like 100 nests before you got some redstone or a diamond. Pretty long time IMO if you needed to chop like 150-200 trees...so if we simplify it to 1/24 for a nest and say 1/6 for an egg, you actually have a 1/144 chance for an egg. Nests are evaluated per leaf block, drops are evaluated for each nest
I would really not worry too much about what numbers mean and just see how you think it's balanced for your playing style and adjust accordingly.
Ah, alright, honestly I hadn't played it yet, I actually saw it and wanted to get a bit more info on how things worked, balance wise, so I could bring it up to the attention of a server that I'm on because it would be a fun little addition to it, that doesn't add a whole bunch, but makes things a little easier (especially since WAILA and the Nether don't like to play along, getting blaze powder from the nests would be really nice)
Also, would it be possible to make prismarine shards drop as well? instead of [i]just[/i]crystals?
I know its planned, but could you also look into maybe having the nests drop nearly broken armor? I mean, who's going to wear a pair of chainmail boots that are nearly broken, I'd rather toss them out. Things like that would be kinda cool to see, with enchanted things being even rarer
Yeah, I'll probably do shards when I add biome support. Ocean birds would find fish or prismarine shards more often
I'm not going to add armor by default. I do enjoy a certain amount of realism in my world and I just can't see how a bird would collect a huge piece of iron armor and bring it to its' nest. When I add support to add your own items, you could do this. What I do have planned though is things like crooks or a fortune axe would give you more nests or drops.