Let's try this: 32 water, 4 hops, 1 wheat, first brewing stage - get zero.
EDIT: Worth noting everything I brew results in metadata 0.
EDIT2: Converted tR:0 hR:6 sR:0 count:31 type:1 into 6265
EDIT3: The meta is properly set but then gets lost.
Let's try this: 32 water, 4 hops, 1 wheat, first brewing stage - get zero.
EDIT: Worth noting everything I brew results in metadata 0.
EDIT2: Converted tR:0 hR:6 sR:0 count:31 type:1 into 6265
EDIT3: The meta is properly set but then gets lost.
Try realistic water ratios. Dunno, but may you're just overkilling the system with 32:4
Tried that and lots of other combinations as I said. The meta IS being properly set but is reset to 0 somewhere.
Tried that and lots of other combinations as I said. The meta IS being properly set but is reset to 0 somewhere.
Creative mode?
Yes creative, will only be able to test any further tomorrow
Yes creative, will only be able to test any further tomorrow
Given the whole system worked fine in my 30 hours of testing (SMP play with a mate of mine, using my privledges on obtaining unreleased dev builds for personal advantage), except for a few unrelated bugs, I strongly assume the issue is related to Creative Mode. Because i admittedly didn't bother to test it anywhere outside of Survival.
Hey, sorry about this, but I get the below error report in my modloader.txt when I launch MC. 1.2.4, fresh jar with Modloader, ModloaderMP (SDKs), Forge (Latest) and Audiomod
Mar 28, 2012 8:05:08 PM ModLoader init
FINE: ModLoader 1.2.4 Initializing...
Mar 28, 2012 8:05:08 PM ModLoader readFromClassPath
FINER: Adding mods from C:\Users\Michael\AppData\Roaming\.minecraft\bin\minecraft.jar
Mar 28, 2012 8:05:08 PM ModLoader readFromClassPath
FINER: Zip found.
Mar 28, 2012 8:05:08 PM ModLoader addMod
FINE: Mod Initialized: "mod_MinecraftForge 2.0.0.67" from mod_MinecraftForge.class
Mar 28, 2012 8:05:08 PM ModLoader addMod
FINE: Mod Initialized: "mod_ModLoaderMp 1.2.4v1" from mod_ModLoaderMp.class
Mar 28, 2012 8:05:08 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Michael\AppData\Roaming\.minecraft\mods\industrialcraft-2-client.jar
Mar 28, 2012 8:05:08 PM ModLoader readFromModFolder
FINER: Zip found.
Mar 28, 2012 8:05:09 PM ModLoader addMod
FINE: Failed to load mod from "mod_IC2.class"
Mar 28, 2012 8:05:09 PM ModLoader addMod
FINER: THROW
java.lang.NoClassDefFoundError: net/minecraft/src/ic2/platform/GuiIC2Achievements
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at ModLoader.setupProperties(ModLoader.java:1747)
at ModLoader.addMod(ModLoader.java:293)
at ModLoader.readFromModFolder(ModLoader.java:1276)
at ModLoader.init(ModLoader.java:887)
at ModLoader.addAllRenderers(ModLoader.java:189)
at ahu.<init>(ahu.java:79)
at ahu.<clinit>(ahu.java:9)
at net.minecraft.client.Minecraft.a(Minecraft.java:395)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraft.src.ic2.platform.GuiIC2Achievements
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 13 more
Mar 28, 2012 8:05:19 PM ModLoader init
FINE: Mod Loaded: "mod_MinecraftForge 2.0.0.67"
Mar 28, 2012 8:05:19 PM ModLoader init
FINE: Mod Loaded: "mod_ModLoaderMp 1.2.4v1"
Mar 28, 2012 8:05:19 PM ModLoaderMp log
FINE: ModLoaderMP 1.0.0 Initialized
Mar 28, 2012 8:05:19 PM ModLoader addAllRenderers
FINE: Initialized
EDIT: RichardG suggested i decrement the build number in the URL. This was with build 153, 152 seems to work for me :).
Download build 152 if you guys are having "net/minecraft/src/ic2/platform/GuiIC2Achievements" crashes.
Booze on creative not working was due to a vanilla bug which I worked around in 1.90
I think i've gotten everything sorted -- for the most part :).
Looks like i can plant coffee beans directly, but not hops. Guessing theres a hops seed packet (which I'll just mention in the video). -- These were hops i obtained from TMI.
Also -- cold coffee can be cooked into 'Dark' coffee, but then you can cook 'Dark Coffee' again into dark coffee, not sure if thats a bit of a bug.
You can also drink cold coffee, which seems to have the same effects as Dark coffee. Is there a difference?
Also -- Recipe book (Risugamis) has 40 pages of 'blank' recipes where IC2 items should be shown, and CraftGuide sends me straight to "Saving Chunks" when I try to open it. Not sure if thats IC2 related or not, but the saving chunks doesn't happen if i remove IC2.jar from my mods folder.
java.lang.NullPointerException
at aan.a(SourceFile:274)
at ic2.common.AdvRecipe.recipeContains(AdvRecipe.java:172)
at ic2.common.AdvRecipe.canShow(AdvRecipe.java:178)
at ic2.common.AdvRecipe.canShow(AdvRecipe.java:182)
at ic2.cgIntegration14x.platform.AdvRecipeGenerator.generateRecipes(AdvR
ecipeGenerator.java:60)
at CraftGuide.RecipeCache.generateRecipes(RecipeCache.java:128)
at CraftGuide.RecipeCache.reset(RecipeCache.java:38)
at CraftGuide.RecipeCache.<init>(RecipeCache.java:33)
at CraftGuide.GuiCraftGuide.<init>(GuiCraftGuide.java:30)
at CraftGuide.GuiCraftGuide.getInstance(GuiCraftGuide.java:41)
at CraftGuide.ItemCraftGuide.a(ItemCraftGuide.java:22)
at aan.a(SourceFile:98)
at ki.a(PlayerController.java:77)
at net.minecraft.client.Minecraft.c(Minecraft.java:1401)
at net.minecraft.client.Minecraft.k(Minecraft.java:1817)
at net.minecraft.client.Minecraft.x(Minecraft.java:842)
at net.minecraft.client.Minecraft.run(Minecraft.java:747)
at java.lang.Thread.run(Unknown Source)
Stopping!
Aaaaand the videos up (Set to private, so no one can see it without the link. Just let me know if it looks good and i'll make it public, if i got anything wrong, tell me and i'll correct).
Aaaaand the videos up (Set to private, so no one can see it without the link. Just let me know if it looks good and i'll make it public, if i got anything wrong, tell me and i'll correct).
-If a treetap is stuck into the barrel, the fermenting process is halted.
-About 4:45 you start clicking like mad, probably mention that the barrel is empty > you only put 2 water in.
-You can pull treetaps from any barrel by leftclicking it once.
-5 different Stages of Brewing, not four
-Booze works different from normal potions and will generally STACK effects. Drinking more yields stronger AND longer lasting effects, depending on the quality of booze (potions do not).
-All durations got some severe buffs in the 1.90 version, given the drinks were far UP, compared to 24:00 minutes of speed for 1 Netherwart, 1 Redstone and 1 Sugar.
Cept for that, excellent video tutorial, manythanks.
QuoteAlso -- cold coffee can be cooked into 'Dark' coffee, but then you can cook 'Dark Coffee' again into dark coffee, not sure if thats a bit of a bug.
Now, noone stops you from heating up your Coffee more... It's "sort" of an unintended side effect, couldnt bother to code a workaround.
Cold Coffee stacks far less then Dark Coffee. Latter one can bring you up to Potion Level 5.
As well, you missed out on the Sugar&Milk 'd Coffee
1.90 avaible now.
@AllTEsters: Please thouroughly mess with the new content, would like to release 1.90 within 24 hours. Given the previous versions worked, we "merely" need to get the new content debugged.
Cool :). I'll make changes to the vid. Did you want the 1.90 updates added to this vid since its out now, or still seperate?
I'll leave that choice up to you, whatever you feel more comfortable with
I'm going to go with all in 1 video then :).
Ok, working on the new vid just need a few pieces of info:
Whats the recipe for the cropmatron/Weedex/Iron scaffold? (See below on craftguide NPE)
Cropmtron seems pretty straight forward -- give it items and power, and i guess it automatically takes care of your crops, should i place it in the center of a field? Whats the range? Any details otherwise? Also, whats the EU consumption?
Weedex -- Does it reduce or elminiate the chance of weeds, and how long does it last?
Iron Scaffolds -- whats their purpose?
Craftguide is still NPE'ing with IC2 in 1.90
java.lang.NullPointerException
at aan.a(SourceFile:274)
at ic2.common.AdvRecipe.recipeContains(AdvRecipe.java:172)
at ic2.common.AdvRecipe.canShow(AdvRecipe.java:178)
at ic2.common.AdvRecipe.canShow(AdvRecipe.java:182)
at ic2.cgIntegration14x.platform.AdvRecipeGenerator.generateRecipes(AdvR
ecipeGenerator.java:60)
at CraftGuide.RecipeCache.generateRecipes(RecipeCache.java:128)
at CraftGuide.RecipeCache.reset(RecipeCache.java:38)
at CraftGuide.RecipeCache.<init>(RecipeCache.java:33)
at CraftGuide.GuiCraftGuide.<init>(GuiCraftGuide.java:30)
at CraftGuide.GuiCraftGuide.getInstance(GuiCraftGuide.java:41)
at CraftGuide.ItemCraftGuide.a(ItemCraftGuide.java:22)
at aan.a(SourceFile:98)
at ki.a(PlayerController.java:77)
at net.minecraft.client.Minecraft.c(Minecraft.java:1401)
at net.minecraft.client.Minecraft.k(Minecraft.java:1817)
at net.minecraft.client.Minecraft.x(Minecraft.java:842)
at net.minecraft.client.Minecraft.run(Minecraft.java:747)
at java.lang.Thread.run(Unknown Source)
Stopping!
I gave Direwolf the details on IRC.
New build coming out shortly, hotfixing the CraftGuide crash and the cropmatron recipe
EDIT: Done, sent it to Direwolf and posted on the OP
Server IP: 216.172.101.194:25627
RichardG has direct access to the server panel.
Let me know if I'm good to release the vid.