it will obsolete wiring and tiers system.
Posts by RawCode
-
-
possibly somone mess with damage values, try recipe with iron furnace.
-
NEI will spawn only empty items
TMI untested
creative mode spawn full and empty items that work fine
btw, just remove ability to spawn charged\uncharged items and handle zero damage value inside electricitem code
-
search button - no thx.
-
multiple pumps problem, try to remove any pumps from world and it will run fine
-
it not able to handle complex items properly
-
machine's gui update 20 times per second, no more no less.
if process time is less then 0.05 it wont render properly.
-
this recipe allowed to craft ITNT without flint in 140++ versions, now it result in o-mote.
here is link for wiki
http://wiki.industrial-craft.n….php?title=Industrial_TNTfor code, there is no other way to provide such information since i have no actual source code and can't provide correct codelines.
-
package net.minecraft.src;
import java.util.*;
import net.minecraft.server.MinecraftServer;public class EntityPlayerMP extends EntityPlayer
implements ICrafting
{
public boolean field_41032_j;Change field_41032_j just before teleportation with
reflections (just change it, since it's public), after change it back, this will disable anticheat measures and allow teleportation via movement packets. -
1) Cactus plantball recipe is missing.
2) Blaze rods cannot be used as fuel for IC2 furnace\generator
3) Blaze rods macerator recipe is missing
4) Flintless TNT will result in dynamite-o-motePlease do not publish sourcecode.
Not a bug: blaze powder also can be used as fuel for ic2 just like cactus and reeds.
-
Mods loaded: 4
ModLoader 1.1
mod_IC2 v1.64
mod_ModLoaderMp 1.0.0
mod_NotEnoughItems 1.1.0Minecraft has crashed!
----------------------Minecraft has stopped running because it encountered a problem.
If you wish to report this, please copy this entire text and email it to support@mojang.com.
Please include a description of what you did when the error occured.--- BEGIN ERROR REPORT 12e7ea8f --------
Generated 26.01.12 21:07Minecraft: Minecraft 1.1
OS: Windows XP (x86) version 5.1
Java: 1.7.0, Oracle Corporation
VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce 9600 GT/PCI/SSE2 version 3.3.0, NVIDIA Corporationjava.lang.NullPointerException
at yq.a(SourceFile:274)
at ic2.api.Ic2Recipes.getOutputFor(Ic2Recipes.java:151)
at ic2.api.Ic2Recipes.getCompressorOutputFor(Ic2Recipes.java:83)
at ic2.common.TileEntityCompressor.getResultFor(TileEntityCompressor.java:61)
at ic2.common.TileEntityCompressor.operate(TileEntityCompressor.java:84)
at ic2.common.TileEntityElectricMachine.k_(TileEntityElectricMachine.java:105)
at vq.m(World.java:1574)
at net.minecraft.client.Minecraft.k(SourceFile:1594)
at net.minecraft.client.Minecraft.x(SourceFile:709)
at net.minecraft.client.Minecraft.run(SourceFile:662)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT d509fdff ----------small update:
it will crush as soon as second pump attached, ever without overclocker
-
yes, this used to prevent abuse, but... much more better to change scraprate to follow original material craprate.
-
read posts above, it present server side, but not report TE updates to client.
-
youtube video with wierdenglish comments and worldsave file for debug, same on 164.
-
client will hang and show black screen only, world also broken and will hang on load (i will provide savefile a bit later, also youtube video).
Minecraft wont show crushlog no matter how long waited for it, only black screen.on NPE or similar errors crushlog show and minecraft closes, but this bug cause complete hang.
dunno if it is valid for SSP\SMP 164, i will test and provide complete report.
-
cropcard.java single method change == no more trampling.
anyone able to make his crops immune to trampling also.
-
5++ shoud be immune to trampling, since you will destroy plant and crop if jump on it anyway.
-
or somethink like this, easy to reproduce by surronding overclocked compressor by 4 pumps.
-
After hydration cell is 100% used (and contain 10k damage inside) it looks like still able to hydrate crops and never removed from inventory.
TileEntityCrop.java:550 {
if (i + itemstack.getItemDamage() > itemstack.getMaxDamage())
{
i = itemstack.getMaxDamage() - itemstack.getItemDamage();
}
itemstack.damageItem(i, entityplayer);
} -
single line in single class change to "fix"... may be config option or something similar it just like wrench, frustrating and nothing more.