Giter VIP home page Giter VIP logo

natura's People

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

natura's Issues

Crash in mods.natura.client.GrassColorizerAlternate.getBlueGrassColor

I was using nei to search for items with the search key "blue". It look like the the bluegrass is making NEI to fail to display properly but also crash MC when you create a instance of this item.

Thank

http://pastebin.com/wb65zYS7

Partial call stack
java.lang.ArrayIndexOutOfBoundsException: 49023
2013-12-11 20:25:37 [Infos] [STDOUT] at mods.natura.client.GrassColorizerAlternate.getBlueGrassColor(GrassColorizerAlternate.java:23)
2013-12-11 20:25:37 [Infos] [STDOUT] at mods.natura.blocks.GrassBlock.func_71889_f_(GrassBlock.java:71)
2013-12-11 20:25:37 [Infos] [STDOUT] at net.minecraft.client.renderer.RenderBlocks.func_78600_a(RenderBlocks.java:7637)
2013-12-11 20:25:37 [Infos] [STDOUT] at net.minecraft.client.renderer.ItemRenderer.renderItem(ItemRenderer.java:94)

NoSuchMethod exception

08:06:39 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.block.BlockSapling.func_96477_c(Lnet/minecraft/world/World;IIILjava/util/Random;)V 08:06:39 [SEVERE] at mods.natura.items.BoneBag.applyBonemeal(BoneBag.java:98) 08:06:39 [SEVERE] at mods.natura.items.BoneBag.func_77648_a(BoneBag.java:52) 08:06:39 [SEVERE] at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:127) 08:06:39 [SEVERE] at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:582) 08:06:39 [SEVERE] at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:874) 08:06:39 [SEVERE] at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58) 08:06:39 [SEVERE] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442) 08:06:39 [SEVERE] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:222) 08:06:39 [SEVERE] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) 08:06:39 [SEVERE] at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) 08:06:39 [SEVERE] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:847) 08:06:39 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 08:06:39 [SEVERE] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716) 08:06:39 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600) 08:06:39 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) 08:06:39 [SEVERE] Encountered an unexpected exception NoSuchMethodError java.lang.NoSuchMethodError: net.minecraft.block.BlockSapling.func_96477_c(Lnet/minecraft/world/World;IIILjava/util/Random;)V at mods.natura.items.BoneBag.applyBonemeal(BoneBag.java:98) at mods.natura.items.BoneBag.func_77648_a(BoneBag.java:52) at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:127) at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:582) at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:874) at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58) at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442) at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:222) at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:847) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) 08:06:39 [SEVERE] This crash report has been saved to: /srv/minecraft/rwpack/./crash-reports/crash-2013-07-30_08.06.39-server.txt

This was running Natura_2.1.3.jar on mcpc plus: mcpc-plus-1.5.2-R1.1-forge738-B617.jar.

ArrayIndexOutOfBoundsException mods.natura.client.GrassColorizerAlternate.getBlueGrassColor

Hello.

I don't exactly know how to report that bug, that's the first time I ever do that, so please forgive me if there is anything wrong.

  • I'm having the exact same problem as issue #73.
  • I'm using Minecraft Feed The Beast Monster (MC.1.6.4).
  • I'm not using the MagicLauncher (only the one provided with feed the beast).

Here is an overview of the problem :

    java.lang.ArrayIndexOutOfBoundsException: 44338
    at mods.natura.client.GrassColorizerAlternate.getBlueGrassColor(GrassColorizerAlternate.java:23)
    at mods.natura.blocks.GrassBlock.func_71920_b(GrassBlock.java:96)
    at net.minecraft.client.renderer.RenderBlocks.func_78570_q(RenderBlocks.java:4159)
    at net.minecraft.client.renderer.RenderBlocks.func_78612_b(RenderBlocks.java:446)
    at net.minecraft.client.renderer.WorldRenderer.func_78907_a(WorldRenderer.java:224)
    at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1574)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1129)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1002)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

Here you can find the full crash-report : http://pastebin.com/H4yf8rfu

Any ideas on what I could do, any config I should modify?

Unlimited Berry Bushes

Natura 2.1Beta 6.1

Using bonemeal on berry bushes causes them to grow and not use the bonemeal

ID´s Request

Hi!

I installed your plugin with MCPC+ on my server. I also use TreeAssist for logging. The problem i have is, that TreeAssist needs the ID´s of the new trees to work with it. In the Natura.txt i found some ID´s but I can´t find all that I need. It would be nice when you can send me a file with all the ID´s. It would be really helpful for me.

Thank´s and best regards,

Superstes

Server Crash Bug

There appears to be an oversight in the NLeavesNoColor module that causes a fatal server crash.

In the following function:
@OverRide
public ArrayList getBlockDropped (World world, int x, int y, int z, int metadata, int fortune)
{
ArrayList ret = super.getBlockDropped(world, x, y, z, metadata, fortune);
if (metadata % 4 == 2 && Natura.random.nextInt(40 - fortune*10) == 0)
ret.add(new ItemStack(Item.redstone));
return ret;
}

The calculation is using (40 - fortune * 10). If someone uses a FortuneV enchanted item on a Natura tree, then the server crashes with the following:

java.lang.IllegalArgumentException: n must be positive
at java.util.Random.nextInt(Random.java:300)
at mods.natura.blocks.trees.NLeavesNocolor.getBlockDropped(NLeavesNocolo
r.java:110)
at org.yogpstop.qp.TileBasic.S_addDroppedItems(TileBasic.java:214)

To my view, (40 - (10*5)) = -10

This has happened with held items and also with the QuarryPlus mod. In all cases, this has happened in the nether.

Update: Re-tested with Minecraft shears and various levels of enchantment. If fortune is lvl 3 or less, then things work. If fortune is 4 or 5 then the crash happens.

Allow Customizing of tree spawns for biomes?

Is there away or can you allow us to set what biomes some of the trees will spawn in? For example I use Biomes'o'plenty, and there are several biomes that some of the trees would fit in very nicely, but they don't... I would love for the big redwood to also spawn in the woodlands biome amung a few others. The huge oak tree also only spawns in the jaded cliffs, I'd like it to also spawn in other biomes aside -just- that one, as I tend to disable it.

BTW, what setting would I change to make the redwoods spawn a LOT more? I use to many versions ago have it set so they were rather common in the planes biome (and I'd like them in other biomes too), and it in a sense made for a lovly redwood forest of sorts that I made a large tree house city in.

Natura berries cannot be harvested by ComputerCraft Turtles

As a player, I want to be able to harvest my Natura berries using ComputerCraft turtles. This is currently not possible.

Steps for reproduction:

  • Place any Natura berry bush (for example, the blueberry bush)
  • Let the blueberry bush fully grow
  • Place a ComputerCraft farming turtle facing the blueberry bush
  • Right click the farming turtle to open its console.
  • Enter the command lua (ENTER)
  • Enter: turtle.dig() (ENTER)

The result is that the farming turtle will dig out the bush, destroying the berry in the process. The expected result is that the blueberry bush will be harvested by the farming turtle so that the turtle will have a single berry in its inventory and leaving the bush intact. Which looks like this: http://i.imgur.com/zecbYR3.png

The command turtle.dig() or alternatively turtle.digDown() and turtle.digUp() when used on native Minecraft crops in combination with the farming turtle do work as expected. These can harvest wheat, carrots and possibly other crops.

I'm not sure whether this bug should be reported to Natura or ComputerCraft (or both) as I am unclear on the specifics of how ComputerCraft works in regards to farming and harvesting. Please advice.

Tested in versions:

Minecraft version 1.6.4
Natura version 2.1.14 (Natura_mc1.6.X_2.1.14.jar)
ComputerCraft 1.58
Forge version 9.11.1.965 (forge-1.6.4-9.11.1.965-installer.jar)

Barley not growth staging correctly

It seems that barley's full growth stage only registers as 43% (as shown by WAILA). This means that automated farming methods such as golems, MFR, etc. don't work.

Suggestion: Various things in MFR bioreactor

Consider registering these items as usable in the bioreactor:

  • Glowshrooms
  • Berries
  • Barley
  • Potash apples

Saplings seem to be done already - perhaps automatically by MFR?
Also I haven't tested if glowshrooms can be planted or harvested, or if berries and barley can be harvested.

Nether Flint and Steel uncraftable

While the item appears in NEI it is not present in the creative menu nor is there a crafting recipe for it. This problem happens in the latest 1.6.4 build, untested in the 1.7.2 build

ArrayIndexOutOfBoundsException at.PlankSlab1Item.func_77667_c

Shortly after placing 8 redwood slabs upside down (at the top-half of a block) I decided to move them and started breaking them and a vanilla access ladder with a mythril axe (Simple Ores 2). While breaking the ladder, Minecraft crashed with the crash report posted at http://www.minecraftforum.net/topic/1753754-16xnatura/page__st__840#entry25286718.

After the crash, I cannot even load my world without it crashing again. Even editing out the redwood slabs (suspected culprit) in MCEdit does not stop the crash. The item in question has metadata = 11. I also note that MCEdit shows the redwood slabs I thought I had broken with the axe as still in position.

Source execution crash

Hi,
This is almost certainly an issue on my end not an issue with the code but I was trying to setup your source in eclipse and everytime I try and run it I get the following crash, was wondering if you could shed any light:

Jan 26, 2014 9:07:56 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Jan 26, 2014 9:07:57 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Jan 26, 2014 9:07:57 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2014-01-26 09:07:57 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-01-26 09:07:57 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.9.1, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
2014-01-26 09:07:57 [INFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2014-01-26 09:07:57 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-01-26 09:07:57 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-01-26 09:07:57 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-01-26 09:07:57 [WARNING] [ForgeModLoader] The coremod tconstruct.preloader.TConstructLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-01-26 09:07:57 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! zap
2014-01-26 09:07:57 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.AccessTransformers, tconstruct.preloader.ASMInterfaceRepair])
2014-01-26 09:07:57 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
2014-01-26 09:07:57 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
2014-01-26 09:07:57 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-01-26 09:07:57 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-01-26 09:07:57 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-01-26 09:07:57 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-01-26 09:07:57 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-01-26 09:07:57 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-01-26 09:07:57 [SEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!
2014-01-26 09:07:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-01-26 09:07:58 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2014-01-26 09:07:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-01-26 09:07:58 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-01-26 09:07:58 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
2014-01-26 09:07:58 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2014-01-26 09:07:58 [INFO] [STDOUT] Loaded 51 rules from AccessTransformer config file temp.dat
2014-01-26 09:07:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-01-26 09:07:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-01-26 09:07:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-01-26 09:07:58 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-01-26 09:07:58 [INFO] [TCon-Preloader] [AT] Loading AT file: TConstruct_AT.cfg
2014-01-26 09:07:58 [INFO] [STDOUT] Loaded 58 rules from AccessTransformer config file TConstruct_AT.cfg
2014-01-26 09:07:58 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-01-26 09:07:58 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
2014-01-26 09:07:59 [INFO] [STDOUT] Inserted super call into net.minecraft.client.gui.inventory.GuiInventory.updateScreen
2014-01-26 09:07:59 [INFO] [STDOUT] net.minecraft.client.gui.inventory.GuiContainer was overriden from NotEnoughItems-dev 1.6.1.8.jar
2014-01-26 09:08:00 [INFO] [Minecraft-Client] Setting user: Player60
2014-01-26 09:08:01 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2014-01-26 09:08:02 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2014-01-26 09:08:03 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2014-01-26 09:08:03 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2014-01-26 09:08:03 [INFO] [STDOUT] MinecraftForge v9.11.1.965 Initialized
2014-01-26 09:08:03 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
2014-01-26 09:08:03 [INFO] [STDOUT] Replaced 111 ore recipies
2014-01-26 09:08:04 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2014-01-26 09:08:04 [INFO] [ForgeModLoader] Reading custom logging properties from /Users/timothyboye/ICT Freelance/Minecraft/Natura/Natura1/jars/config/logging.properties
2014-01-26 09:08:04 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2014-01-26 09:08:04 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! zap
2014-01-26 09:08:04 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.AccessTransformers, tconstruct.preloader.ASMInterfaceRepair])
2014-01-26 09:08:04 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
2014-01-26 09:08:04 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
2014-01-26 09:08:04 [INFO] [ForgeModLoader] Searching /Users/timothyboye/ICT Freelance/Minecraft/Natura/Natura1/jars/mods for mods
2014-01-26 09:08:04 [INFO] [ForgeModLoader] Also searching /Users/timothyboye/ICT Freelance/Minecraft/Natura/Natura1/jars/mods/1.6.4 for mods
2014-01-26 09:08:06 [WARNING] [ForgeMicroblock] Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0.237
2014-01-26 09:08:06 [WARNING] [ForgeMultipart] Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0.237
2014-01-26 09:08:06 [WARNING] [McMultipart] Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0.237
2014-01-26 09:08:06 [INFO] [ForgeModLoader] Forge Mod Loader has identified 11 mods to load
2014-01-26 09:08:06 [INFO] [mcp] Activating mod mcp
2014-01-26 09:08:06 [INFO] [FML] Activating mod FML
2014-01-26 09:08:06 [INFO] [Forge] Activating mod Forge
2014-01-26 09:08:06 [INFO] [CodeChickenCore] Activating mod CodeChickenCore
2014-01-26 09:08:06 [INFO] [NotEnoughItems] Activating mod NotEnoughItems
2014-01-26 09:08:06 [INFO] [TConstruct-Preloader] Activating mod TConstruct-Preloader
2014-01-26 09:08:06 [INFO] [Natura] Activating mod Natura
2014-01-26 09:08:06 [INFO] [ForgeMicroblock] Activating mod ForgeMicroblock
2014-01-26 09:08:06 [INFO] [ForgeMultipart] Activating mod ForgeMultipart
2014-01-26 09:08:06 [INFO] [McMultipart] Activating mod McMultipart
2014-01-26 09:08:06 [INFO] [TConstruct] Activating mod TConstruct
2014-01-26 09:08:06 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2014-01-26 09:08:06 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2014-01-26 09:08:06 [WARNING] [Not Enough Items] Mod Not Enough Items is missing a pack.mcmeta file, things may not work well
2014-01-26 09:08:06 [WARNING] [Natura] Mod Natura is missing a pack.mcmeta file, things may not work well
2014-01-26 09:08:06 [WARNING] [Forge Microblocks] Mod Forge Microblocks is missing a pack.mcmeta file, things may not work well
2014-01-26 09:08:06 [WARNING] [Forge Multipart] Mod Forge Multipart is missing a pack.mcmeta file, things may not work well
2014-01-26 09:08:06 [WARNING] [Minecraft Multipart Plugin] Mod Minecraft Multipart Plugin is missing a pack.mcmeta file, things may not work well
2014-01-26 09:08:06 [WARNING] [Tinkers' Construct] Mod Tinkers' Construct is missing a pack.mcmeta file, things may not work well
2014-01-26 09:08:06 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Natura, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:Tinkers' Construct
2014-01-26 09:08:06 [INFO] [ForgeModLoader] FML has found a non-mod file CodeChickenLib-dev-1.6.4-1.0.0.51.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-01-26 09:08:06 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2014-01-26 09:08:06 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2014-01-26 09:08:06 [INFO] [TConstruct] [TConstruct] Natura, what are we going to do tomorrow night?
2014-01-26 09:08:06 [INFO] [TConstruct] [Natura] TConstruct, we're going to take over the world!
2014-01-26 09:08:06 [INFO] [TConstruct] Registering compat plugin for ForgeMultipart
2014-01-26 09:08:06 [INFO] [TConstruct] Registering compat plugin for NotEnoughItems
2014-01-26 09:08:07 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2014-01-26 09:08:07 [INFO] [STDOUT] // Quite honestly, I wouldn't worry myself about that.
2014-01-26 09:08:07 [INFO] [STDOUT]
2014-01-26 09:08:07 [INFO] [STDOUT] Time: 1/26/14 9:08 AM
2014-01-26 09:08:07 [INFO] [STDOUT] Description: Initializing game
2014-01-26 09:08:07 [INFO] [STDOUT]
2014-01-26 09:08:07 [INFO] [STDOUT] java.lang.NoClassDefFoundError: scala/collection/Seq
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.Class.forName0(Native Method)
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.Class.forName(Class.java:249)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.ILanguageAdapter$ScalaAdapter.getNewInstance(ILanguageAdapter.java:21)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:518)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:808)
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-01-26 09:08:07 [INFO] [STDOUT] Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
2014-01-26 09:08:07 [INFO] [STDOUT] ... 36 more
2014-01-26 09:08:07 [INFO] [STDOUT] Caused by: java.lang.NullPointerException
2014-01-26 09:08:07 [INFO] [STDOUT]
2014-01-26 09:08:07 [INFO] [STDOUT]
2014-01-26 09:08:07 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2014-01-26 09:08:07 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2014-01-26 09:08:07 [INFO] [STDOUT]
2014-01-26 09:08:07 [INFO] [STDOUT] -- Head --
2014-01-26 09:08:07 [INFO] [STDOUT] Stacktrace:
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.Class.forName0(Native Method)
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.Class.forName(Class.java:249)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.ILanguageAdapter$ScalaAdapter.getNewInstance(ILanguageAdapter.java:21)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:518)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-01-26 09:08:07 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
2014-01-26 09:08:07 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
2014-01-26 09:08:07 [INFO] [STDOUT]
2014-01-26 09:08:07 [INFO] [STDOUT] -- Initialization --
2014-01-26 09:08:07 [INFO] [STDOUT] Details:
2014-01-26 09:08:07 [INFO] [STDOUT] Stacktrace:
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:808)
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-01-26 09:08:07 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-01-26 09:08:07 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:597)
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-01-26 09:08:07 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-01-26 09:08:07 [INFO] [STDOUT]
2014-01-26 09:08:07 [INFO] [STDOUT] -- System Details --
2014-01-26 09:08:07 [INFO] [STDOUT] Details:
2014-01-26 09:08:07 [INFO] [STDOUT] Minecraft Version: 1.6.4
2014-01-26 09:08:07 [INFO] [STDOUT] Operating System: Mac OS X (x86_64) version 10.9.1
2014-01-26 09:08:07 [INFO] [STDOUT] Java Version: 1.6.0_65, Apple Inc.
2014-01-26 09:08:07 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
2014-01-26 09:08:07 [INFO] [STDOUT] Memory: 879940208 bytes (839 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
2014-01-26 09:08:07 [INFO] [STDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
2014-01-26 09:08:07 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2014-01-26 09:08:07 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2014-01-26 09:08:07 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2014-01-26 09:08:07 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 11 mods loaded, 11 mods active
2014-01-26 09:08:07 [INFO] [STDOUT] mcp{8.09} Minecraft Coder Pack Unloaded->Constructed
2014-01-26 09:08:07 [INFO] [STDOUT] FML{6.4.49.965} Forge Mod Loader Unloaded->Constructed
2014-01-26 09:08:07 [INFO] [STDOUT] Forge{9.11.1.965} Minecraft Forge Unloaded->Constructed
2014-01-26 09:08:07 [INFO] [STDOUT] CodeChickenCore{0.9.0.7} CodeChicken Core Unloaded->Constructed
2014-01-26 09:08:07 [INFO] [STDOUT] NotEnoughItems{1.6.1.8} [Not Enough Items](NotEnoughItems-dev 1.6.1.8.jar) Unloaded->Constructed
2014-01-26 09:08:07 [INFO] [STDOUT] TConstruct-Preloader{0.0.1} Tinkers Corestruct Unloaded->Constructed
2014-01-26 09:08:07 [INFO] [STDOUT] Natura{2.1.14} Natura Unloaded->Constructed
2014-01-26 09:08:07 [INFO] [STDOUT] ForgeMultipart{1.0.0.237} Forge Multipart Unloaded->Constructed
2014-01-26 09:08:07 [INFO] [STDOUT] McMultipart{1.0.0.237} Minecraft Multipart Plugin Unloaded->Constructed
2014-01-26 09:08:07 [INFO] [STDOUT] TConstruct{1.6.X_1.5.3dev} Tinkers' Construct Unloaded->Constructed
2014-01-26 09:08:07 [INFO] [STDOUT] ForgeMicroblock{1.0.0.237} Forge Microblocks Unloaded
2014-01-26 09:08:07 [INFO] [STDOUT] TConstruct Environment: Sane and ready for action. Bugs may be reported.
2014-01-26 09:08:07 [INFO] [STDOUT] Launched Version: 1.6
2014-01-26 09:08:07 [INFO] [STDOUT] LWJGL: 2.9.0
2014-01-26 09:08:07 [INFO] [STDOUT] OpenGL: NVIDIA GeForce GT 650M OpenGL Engine GL version 2.1 NVIDIA-8.18.22 310.40.05f01, NVIDIA Corporation
2014-01-26 09:08:07 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2014-01-26 09:08:07 [INFO] [STDOUT] Type: Client (map_client.txt)
2014-01-26 09:08:07 [INFO] [STDOUT] Resource Pack: Default
2014-01-26 09:08:07 [INFO] [STDOUT] Current Language: English (US)
2014-01-26 09:08:07 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2014-01-26 09:08:07 [INFO] [STDOUT] Vec3 Pool Size: ERROR NullPointerException: null
2014-01-26 09:08:07 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# /Users/timothyboye/ICT Freelance/Minecraft/Natura/Natura1/jars/./crash-reports/crash-2014-01-26_09.08.07-client.txt

Stack Overflow Error

I am getting a Stack Overflow error in my MultiMC Console when Java crashes MC straight to desktop. I am running Natura 2.1RC on Minecraft 1.5.2. It says 2.1RC in MultiMC but it is 2.1.5.

This happens only in the Nether. It seems that no Wither Skeletons are spawning in the fortresses either.

There is no crash report to be given, neither from Minecraft or a crash report.

Minchem Ore Dictonary

Hello, Can I please have a full spread sheet of the ore dictionary names? There is tons of new things (Like glow-shrooms) that need to be supported. Thanks!

Harvesting cotton plants crash

Steps to reproduce

Start single player local game
Place two unharvested cotton plants side by side
Harvest one of them (with a wooden pickaxe)
Harvest the second, crash occurs in the server

Version info
Natura 2.1.4

This is from the current FTB Unleashed pack

2013-08-17 20:06:23 [INFO] [STDOUT] got translate table
2013-08-17 20:06:30 [INFO] [STDERR] net.minecraft.util.ReportedException: Ticking memory connection
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:60)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-08-17 20:06:30 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.item.ItemTool.func_77660_a(ItemTool.java:65)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.item.ItemStack.func_77941_a(ItemStack.java:394)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:323)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.item.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:206)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:491)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
2013-08-17 20:06:30 [INFO] [STDERR]     at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
2013-08-17 20:06:30 [INFO] [STDERR]     ... 6 more
2013-08-17 20:06:30 [SEVERE] [Minecraft-Server] Encountered an unexpected exception ReportedException
net.minecraft.util.ReportedException: Ticking memory connection
    at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:60)
    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.NullPointerException
    at net.minecraft.item.ItemTool.func_77660_a(ItemTool.java:65)
    at net.minecraft.item.ItemStack.func_77941_a(ItemStack.java:394)
    at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:323)
    at net.minecraft.item.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:206)
    at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:491)
    at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)
    at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
    at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
    at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
    ... 6 more
2013-08-17 20:06:30 [SEVERE] [Minecraft-Server] This crash report has been saved to: C:\Users\Scott\Programs\FTB\Unleashed\minecraft\crash-reports\crash-2013-08-17_20.06.30-server.txt
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Stopping server
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving players
2013-08-17 20:06:30 [INFO] [STDOUT] Unloading Player: Orby
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving worlds
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving chunks for level 'MagicKarp'/Overworld
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving chunks for level 'MagicKarp'/Nether
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving chunks for level 'MagicKarp'/The End
2013-08-17 20:06:30 [INFO] [Minecraft-Server] Saving chunks for level 'MagicKarp'/Twilight Forest
2013-08-17 20:06:30 [INFO] [ForgeModLoader] [Thaumcraft] Removed 20 aura nodes when world 0 unloaded.
2013-08-17 20:06:32 [INFO] [ForgeModLoader] [Thaumcraft] Removed 0 aura nodes when world -1 unloaded.
2013-08-17 20:06:32 [INFO] [ForgeModLoader] [Thaumcraft] Removed 0 aura nodes when world 1 unloaded.
2013-08-17 20:06:32 [INFO] [ForgeModLoader] [Thaumcraft] Removed 0 aura nodes when world 7 unloaded.
2013-08-17 20:06:32 [INFO] [ForgeModLoader] Unloading dimension 0
2013-08-17 20:06:32 [INFO] [ForgeModLoader] Unloading dimension -1
2013-08-17 20:06:32 [INFO] [ForgeModLoader] Unloading dimension 1
2013-08-17 20:06:32 [INFO] [ForgeModLoader] Unloading dimension 7
2013-08-17 20:06:32 [INFO] [ForgeModLoader] The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
2013-08-17 20:06:40 [INFO] [Minecraft-Client] Stopping!
2013-08-17 20:06:40 [INFO] [STDOUT] 
2013-08-17 20:06:40 [INFO] [STDOUT] SoundSystem shutting down...
2013-08-17 20:06:41 [INFO] [STDOUT]     Author: Paul Lamb, www.paulscode.com
2013-08-17 20:06:41 [INFO] [STDOUT]

other saplings turning to redwood

Sometimes natura saplings turn to redwood sapling on automated farm, growing huge tree in middle of farm/base and griefing everything around with roots.

Happened to me with sakura and eucaliptus when using MFR (when it had support) and now with Steve's carts
(using forge 953 + natura 2.1.14).

Couldn't catch the exact moment when it happens, maybe something with reloading chunk or server restart.
Farm was running ok for 5 RL days with eucaliptus and then redwood tree happened.

Straw Golems not correctly harvesting Cotton & Barley

With Thaumcraft 3.0.5a, Natura 2.1 beta 1:

Straw golems harvest fully grown cotton correctly, however, they will also be harvested when the flowers are still pink. Fully grown barley is completely ignored.

When a smart golem harvests cotton when the flowers are pink will replant it with barley.

[Bug][2.1.14] Sakura saplings grow into redwoods. Ignores 7x7 restriction, destroys surrounding area, potentially wrecking builds.

I've witnessed this bug multiple times in the last few days.

I've got an MFR planter/harvester setup with one section devoted to Sakura saplings. I have confirmed that only sakura saplings are planted there. At no point does a redwood sapling get planted or even enter the planter.

Seemingly at random, a single sakura tree will, rather than grow into a sakura, grow into a full-sized redwood, the same as when a 7x7 of redwood saplings is grown.

This does not require a 7x7 square of sakura saplings, nor does it require a sapling to touch any other sakura saplings at all. It ignores uneven terrain or obstacles to its growth and simply overwrites them with redwood/bark/roots.

I've attempted to prevent redwoods from growing from Sakuras in the following manners:

  • Breaking up planting area so that a 7x7 cannot form
  • Removing dirt to ensure that sakura saplings are always isolated from other sakura saplings
  • Putting up terrain barriers around the saplings so that the ground is not even enough for the redwood to grow.

None of these were successful: in every case, I would eventually come back to discover that a redwood had grown in place of a sakura, sometimes multiple times in the same day. I suspect that this is happening faster than normal redwood growth, as that seems to typically require several days.

When the redwood grows from the sakura sapling, it doesnt appear to take into account its surroundings. I've had its roots pierce into levels of stuff below it several times, ruining automated processes and destroying builds.

I've made an image gallery of the latest time I've seen this happen, which might help to illustrate the problem:

http://imgur.com/03FPekb,g57PpsD,qqlCxxs,bRAVYyj,5pGXdO8,3wITxfM,CSv4QA1#0

Edit: Additionally, here's some screenshots of the MFR Planter thats planting the sakuras and the itemduct filter that's filling it up with saplings, just to illustrate that it really is just receiving and planting sakura saplings.

http://imgur.com/CXkct7T,gxG97zf#0

Crash on returning to overworld with Natura 2.1.12 and Forge Multipart 1.0.0.212

FML log: http://pastebin.com/G3SVAAj9

Reproduction:
Install Natura and FMP on Forge .953 for 1.6.4.
Create a new world and build a nether portal. (Creative works.)
Travel to the nether.
Return to the overworld.
Minecraft crashes.

No other mods need to be installed, and no other mods that I have used seem to cause this problem (including Mystcraft, my initial suspect, or Project Red which is the reason I installed FMP .212 to begin with).

[Suggestion] Blaze cane (Due to lack of better name)

Quote from @mDiyo 's stream:

Imelchori: blaze reeds? that would be an awesome plant for the nether in natura. they >grow on lava lakes and instead of shugar, you can turn them into blaze powder

So basically, a sugar cane nether equivalent, can be turned into blaze cane powder (?) and 4 or 9 of them into 1 blaze powder. Also this powder can be turned into blaze paper which is oreDict paper (if that's possible) and it can be used e.g. (quoted from #tinkersconstruct IRC)

Fractuality: Also, blaze paper can be used in other fun things, like if you make a book >out of it, it can be named, etc, and then when read, it explodes

or

Vexatos:Like Blaze paper armor
Vexatos: 10 durability :D
Vexatos: No protection
Vexatos: yet fire resistance
Fractuality: Or, instead of fire resistance, it just lights you on fire

or

Fractuality> Blaze paper can be used be place on the ground/walls to light things on fire
Fractuality: When they walk over it, they get lit on fire, paper breaks

Opinions?

Localization support

I would like if this mod supported localizations; if it did, I know some people (including me) would come around to translate this nice mod.

Biomes O' Plenty Support

I have Biomes O' Plenty installed on my server, and your trees do not spawn in any of the added biomes. The trees DO spawn in the rare vanilla Minecraft biomes. It would be great if you could add support for Biomes O' Plenty world gen. Thanks.

Improve localization system

I have few suggestion to improve localization system.

    1. Switch to vanilla localization system (i.e .lang files instead of .xml) low priority! (Done!)
    1. Auto language detection. Can be easily implemented if point №1 will be implemented. Low priority too! (Done!)
    1. Natura has a lot of tooltips but none of them can be translated. This is what I expect.

Crash on creation of new level (Mac)

On OS X, when I try to generate a new world, the game crashes referencing netherite chunk provider.

Crash logs (2 parts, damn pastebin)
http://pastebin.com/Tr1g0w68 (Part 1)
http://pastebin.com/B1N3g9ex (Part 2)

OS X Version: 10.8.5
Processor 2.3 GHz Intel Core i7
Memory 16 GB 1600 MHz DDR3
Graphics NVIDIA GeForce GT 650M
Graphics Intel HD Graphics 4000
15-inch, MacBook Pro mid 2012

MC Info:
MC 1.6.4
Forge 9.11.1.916
Natura Version: 2.1.9

I'll watch issue if you need more info!
Enjoy debugging, I hate it!

ArrayIndexOutOfBoundsException mods.natura.items.blocks.PlankSlab1Item.func_77667_c(PlankSlab1Item.java:38)

Mc Version: 1.6.4
FML Version: 9.11.1.965
Natura version: 22.d93bf64

[code]
java.lang.ArrayIndexOutOfBoundsException: 11
at mods.natura.items.blocks.PlankSlab1Item.func_77667_c(PlankSlab1Item.java:38)
at net.minecraft.item.Item.func_77657_g(Item.java:469)
at net.minecraft.item.Item.func_77628_j(Item.java:616)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:559)
at net.minecraftforge.client.GuiIngameForge.renderToolHightlight(GuiIngameForge.java:568)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:154)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1014)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
[/code]

Full crash-report at: http://pastebin.com/CfMBZuuv

All half slabs turn to Eucalyptus when recovered

Minecraft version: 1.5.2
Natura version: 2.1.5.1
Whats the bug? When placing half slabs from Natura woods, once retrieved the slabs turn to Eucalyptus regardless of the starting type.
Can it be repeated: yes
Extra Information: All Natura slabs share a common ID without a displayed meta ID. The slabs can be removed by any means, including a single punch.

[1.7] Crop & Fertilizers

Would be good to add support for IndustrialCraft´s item named "Crop" and for Forestry´s fertilizers

Minechem

Hello, I really like your mod. I work on a mod called minechem and I would like to know if you could add ore dictionary bindings to all of the berries. I would like to be able to use them to obtain terpinoids for later use in minechem.

Missing textures reported in Forge Log

2013-09-01 22:58:09 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: natura:textures/blocks/amaranth_trapdoor.png
2013-09-01 22:58:10 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: natura:textures/items/_bowl.png

Hopseed saplings

They won't grow, no matter how much bonemeal or time I give them. The bonemeal particles appear, however.

Gunpowder Recipe Issues

Could we please get a new gunpowder recipe? I know I'm not the only one that thinks it's a little rediculous that it only takes sulfur. It should be sulphur, charcoal, and saltpeter/nitre, but since you don't have saltepeter I would settle for just sulphur and coal/charcoal.

I propose a recipe like this (perhaps shapeless)
CS
SS

GameRegistry.addRecipe(new ItemStack(Item.gunpowder, 1, 0), "cs", "ss", 'c', new ItemStack(Item.coal, 1), 's', new ItemStack(plantItem, 1, 4));
GameRegistry.addRecipe(new ItemStack(Item.gunpowder, 1, 0), "cs", "ss", 'c', new ItemStack(Item.charcoal, 1), 's', new ItemStack(plantItem, 1, 4));

Backwards texture on one side of the doors.

There is a dark spot that to me seems like it is meant to resemble a doorknob. On one side of the door it's correct, but the other it's backwards. It's like this with ghostwood door, and the eucalyptus door that I have tried.

I am using the Direwolf20 1_5_2 pack

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.