***Unofficial OcUK Minecraft Server - The Revenge***

Not that many from what I can see. Mostly new types of rock and sand. Everything else is just an updated version of the mods.
 
errr why when i die does all my stuff vanish instantly?

also iorn spade recipe makes an autumn shrub...

also found some gems that looked like darker blue diamonds called apponite or similar but they vanished when idied.

what are they used for?
 
Last edited:
errr why when i die does all my stuff vanish instantly?

also iorn spade recipe makes an autumn shrub...

also found some gems that looked like darker blue diamonds called apponite or similar but they vanished when idied.

what are they used for?

They are call Apatite and part of the Forestry mod, there are used in the making of Fertilizer, linky: http://forestry.sengir.net/wiki/index.php?n=Ores.Apatite

As for the iron spade, there are a number of configuration issues with the server outstanding at present as well as server saves and backups needing sorting out, I'd rather wait until these are resolved and implemented. None of these are particularly difficult to resolve or put in place, I guess free time is the issue.
 
They are call Apatite and part of the Forestry mod, there are used in the making of Fertilizer, linky: http://forestry.sengir.net/wiki/index.php?n=Ores.Apatite

As for the iron spade, there are a number of configuration issues with the server outstanding at present as well as server saves and backups needing sorting out, I'd rather wait until these are resolved and implemented. None of these are particularly difficult to resolve or put in place, I guess free time is the issue.

Yeah, I think I was using an outdated blockid list whilst resolving a few block ids. I plan on resolving all these locally then pushing them to the live world this afternoon. I even have a list :-O

edit: I've only died once so far Tefal, but when I returned everything was there.
 
Last edited:
Hopefully the last client update for a while - anything else will be server side.

http://www.oxygene13.co.uk/125client2c.7z

Fixes:
-Conflicting Block ID's on a couple of vanilla minecraft blocks.
-Can now craft Forestry items (had to roll back a version - the new one doesn't go well with the 4096 block ID fix and/or new version of Forge)
-Removed Crafting Table Mk III, I know this is a super handy mod, but it needs updated to the new forge dictionary and it's causing too many errors and crashes. Will hopefully return in 1.3
-Removed Forestry API from ExtraBiomesXL to fully remove any errors with conflicting API's (already removed from EE)

Added:
- OptiFine Smooth 6 (client only)
- World Saving & Backup plugin (server only - save runs every 40 minutes with a 60second warning. Will reduce if anyone thinks its required)
- Updated RedPower, IC2 & Buildcraft (server only) that include a few minor bug fixes/config options

Closed the other server down for the mean time so I can test multiple worlds locally. Any issues let me know and i'll jump right on 'em.
 
Last edited:
Hopefully the last client update for a while - anything else will be server side.

http://www.oxygene13.co.uk/client125c.zip

Fixes:
-Conflicting Block ID's on a couple of vanilla minecraft blocks.
-Can now craft Forestry items (had to roll back a version - the new one doesn't go well with the 4096 block ID fix and/or new version of Forge)
-Removed Crafting Table Mk III, I know this is a super handy mod, but it needs updated to the new forge dictionary and it's causing too many errors and crashes. Will hopefully return in 1.3
-Removed Forestry API from ExtraBiomesXL to fully remove any errors with conflicting API's (already removed from EE)

Added:
- OptiFine Smooth 6 (client only)
- World Saving & Backup plugin (server only - save runs every 40 minutes with a 60second warning. Will reduce if anyone thinks its required)
- Updated RedPower, IC2 & Buildcraft (server only) that include a few minor bug fixes/config options

Closed the other server down for the mean time so I can test multiple worlds locally. Any issues let me know and i'll jump right on 'em.

Great work Steve, you should have a look at the live map if you get a chance, volcano basalt is showing as rubber wood and the lava is not rendered, this is a problem you've fixed before.
The ExtremeBiomesXL mod adds very few new blocks which can be added to dynmap as custom blocks with relative ease, even if you only get the cracked sand and red cobblestone done this will fill in the huge back areas currently shown. Adding the various leaves would also make the map particularly appealing though I imagine the above changes will require rendering to be completely redone.
 
Great work Steve, you should have a look at the live map if you get a chance, volcano basalt is showing as rubber wood and the lava is not rendered, this is a problem you've fixed before.
The ExtremeBiomesXL mod adds very few new blocks which can be added to dynmap as custom blocks with relative ease, even if you only get the cracked sand and red cobblestone done this will fill in the huge back areas currently shown. Adding the various leaves would also make the map particularly appealing though I imagine the above changes will require rendering to be completely redone.

Next on the list (promise!) That's why I didn't do a full render, noticed it while checking the map that rubber trees and basalt were a little off looking. I'll grab the RP configs from the old map and do a re-render when it's quiet.

I'll need to re look the livemap and ExtraBiomes. Dynmap doesn't have support for it for cusotm blocks at the moment (only LCTrees++). I was half tempted to try and create my own render data script for ExtraBiomes but it looks like quite a bit of work, unless you know if it's already done - that would be awesome.

Rejigged a config (iron pick axe copied from the old configs didn't get added to the new ones)
http://www.oxygene13.co.uk/125client2c.7z
 
Last edited:

Using this crashes Minecraft

Code:
Minecraft has crashed!      
      ----------------------      

Minecraft has stopped running because it encountered a problem.




--- BEGIN ERROR REPORT 7f65ba77 --------
Generated 05/08/12 14:28

Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_04, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce GTX 460/PCIe/SSE2 version 4.2.0, NVIDIA Corporation

java.lang.IllegalArgumentException: Slot 193 is already occupied by forestry.core.BlockSoil@79ec235e when adding forestry.core.BlockSoil@7e062eda
	at pb.<init>(Block.java:251)
	at forestry.core.BlockSoil.<init>(BlockSoil.java:29)
	at forestry.core.config.ConfigureBlocks.initialize(ConfigureBlocks.java:21)
	at forestry.core.config.Config.load(Config.java:194)
	at forestry.core.ForestryCore.load(ForestryCore.java:52)
	at forestry.core.ForestryClient.load(ForestryClient.java:33)
	at forestry.mod_Forestry.load(mod_Forestry.java:26)
	at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
	at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:604)
	at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:203)
	at net.minecraft.client.Minecraft.a(Minecraft.java:426)
	at net.minecraft.client.Minecraft.run(Minecraft.java:735)
	at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 8b131558 ----------
 
Using this crashes Minecraft

Minecraft has crashed!
----------------------

Minecraft has stopped running because it encountered a problem.




--- BEGIN ERROR REPORT 7f65ba77 --------
Generated 05/08/12 14:28

Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_04, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce GTX 460/PCIe/SSE2 version 4.2.0, NVIDIA Corporation

java.lang.IllegalArgumentException: Slot 193 is already occupied by forestry.core.BlockSoil@79ec235e when adding forestry.core.BlockSoil@7e062eda
at pb.<init>(Block.java:251)
at forestry.core.BlockSoil.<init>(BlockSoil.java:29)
at forestry.core.config.ConfigureBlocks.initialize(ConfigureBlocks.java:21)
at forestry.core.config.Config.load(Config.java:194)
at forestry.core.ForestryCore.load(ForestryCore.java:52)
at forestry.core.ForestryClient.load(ForestryClient.java:33)
at forestry.mod_Forestry.load(mod_Forestry.java:26)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:604)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:203)
at net.minecraft.client.Minecraft.a(Minecraft.java:426)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 8b131558 ----------

Just re-uploaded the client I just exited out of. Try downloading it once more.
 
Hey mate, sorry only getting round to this now. I've downloaded the client I posted and extracted it to a place on my desktop - it runs fine.

Did you extract it or run from the zip file?
 
Mollstam is on it:

Not sure what’s up really, entire system looks pretty much under load. Looking for straws and broken camel backs. [/qupte]

sounds like an easy fix.

What are ya working on?
 
Back
Top Bottom