Thanks for your work, now I can remove the unused textures which I never got around to identify myself.
Posts by Player
-
-
The first test build for MC 1.2.3, just a direct port without additional changes.
Forge is available from http://lexmanos.no-ip.org:8080…orge/lastSuccessfulBuild/
You need SDK's MLMP, Flan's doesn't work.This might corrupt your worlds, create a backup before.
Client: http://ic2api.player.to:8080/j…ustrialcraft-2-client.jar
Server: http://ic2api.player.to:8080/j…ustrialcraft-2-server.jar -
That's afaik no bukkit issue, vanilla SMP is affected as well. I'd say the SSP speed is what it's actually supposed to use.
-
-
From a quick look you seem to have left the EnergyNet.removeTileEntity() call out, without it the EnergyNet code will leak memory over time. The best place to call it is in TileEntity.invalidate(), don't forget to call super.invalidate() afterwards.
@all: Stop complaining about whether an addon might be overpowered from your point of view, you aren't forced to use it.
-
The measurement isn't valid across energy net changes, reloading the world is one of them.
-
v1.70 -> v1.71:
Code- Added Tungsten Ore to the miner valuable ore list through the ore dictionary. RedPower 2 pr4d does not support this yet! - Fixed quantum suit recipes - Fixed chainsaw breaking when used for shearing - Fixed cells picking up BuildCraft oil as water - Fixed language file, replace cropSeed-1 by cropSeedInvalid - Fixed GUIs in SMP - Fixed achievement GUI NPE with copper/tin generation disabled - Submodules failing to load now give a more user-friendly message
-
Just a quick test for the upcoming bugfix release, drop a short message if it works properly.
Changes v1.60 -> v1.61
- Fix language file (replace item.cropSeed-1.name by item.cropSeedInvalid.name)
- Fix quantum suit recipes (iridium plates and nano suit parts were swapped)
- Fix SMP GUI initialization
- Fix achievement GUI NPE without ores
- Fix Chainsaw breaking
- Fix cells picking up oil as water
- Make submodule error more user-friendly
- Add Copper/Tin Ore to the achievement GUI even though generation is disabled
- Add oreTungsten to the miner hitlist, recognized by some modsThis might corrupt your worlds, create a backup before.
Client: http://ic2api.player.to:8080/j…ustrialcraft-2-client.jar
Server: http://ic2api.player.to:8080/j…ustrialcraft-2-server.jar -
That's a bunch of typos, will be fixed shortly in 1.71
-
Add a lowercase z in front of the filename
silentdeth: You should consider implementing BaseMod.getPriorities().
-
I can confirm the issue, a fix is on the way.
-
Try adding a z in front of forestry's jar filename.
-
Use the recommended forge version and update ic2 to 1.70.
-
This has been hopefully hotfixed in 1.70b.
-
That's just a warning, you can safely ignore it.
-
Just leave all the *Integration folders in the ic2 subfolder out.
-
Well we use custom recipes, not the vanilla ones. Crafting helpers need to support it, but we currently only provide integration with CraftGuide and NEI.
-
I just added the api documentation link and 1.7x API additions.
-
The synchronization distance limit is probably a bit too low in 1.64, it might be better in 1.7x.
-
This looks like a broken install, something overwrote some of Forge's changes.
Start with a fresh jar and only ML, MLMP and Forge (in that order, latest versions) and start adding mods one by one.