I copy/pasted it up to the top of the modloader list and deleted the original entry, then I ensure it saved, and made a backup copy of the modloader config file just in case it screws up again (which I suspect will happen)
Posts by lordkabal26
-
-
@lordkabel26: I think your problem is that it is loading my addon before IC2, try one of these:
#1: install IC2 into minecraft.jar to force it to load first
#2: move the line "mod_IC2=on" to the top of the list in modloader.cfg
your problem could also be that rei's minimap changes a mthod that my addon calls.......
if that's the case it's not nessisarily my mod, more of rei's being anti-mod
edit: can you give my a list of the files in the rei's minimap.zip? and could i see the config file for it (if it has one)?
Kane Hart: thanks
Here's the list of the files
[1.8.1]ReiMinimap_v2.6_01.zip\
reifnsk (folder)
Mod_ReiMinimap.class
abj.class[1.8.1]ReiMinimap_v2.6_01.zip\reifnsk\minimap\
waypoint2.png
waypoint.png
Waypoint.class
w.png
TintType.class
temperature.png
StripCounter.class
squaremap_mask.png
squaremap.png
s.png
roundmap_mask.png
roundmap.png
ReiMinimap.class
Reiminimap$1.class
PixelColor.class
n.png
mmarrow.png
MinimapException.class
marker2.png
marker.png
KeyInput.class
humidity.png
GuiWaypointScreen.class
GuiWaypointEditorScreen.class
GuiWaypoint.class
GuiTextField.class
GuiSimpleButton.class
GuiScrollbar.class
GuiScreenInterface.class
GuiOptionScreen.class
GuiOptionButton.class
GuiKeyConfigScreen.class
GuiKeyConfigButton.class
GLTextureBufferedImage.class
Environment.class
EnumOptionValue.class
EnumOption.class
e.png
ChunkCache.class
BlockColor.class
BlockColor$TempBlockAccess.class
BlockColor$1.classunfortunately it doesn't appear to have the typical config files most of the other mods I run use.
EDIT: I just fixed it myself, turns out I have to load the minimap before anything else and it works perfectly.
Good news all around, means you don't need to work on a compatibility patch, and means I can have your addon and the minimap afterall -
When I run Minecraft with Rei's Minimap and all other mods/addons I run installed it works perfectly, however when I throw in your addon into the mix I get the following error with the minimap:
--- 2011-11-04 03:43:53 EDT ---
Rei's Minimap v2.6_01 [Beta 1.8.1]
OS: Windows 7 (x86) version 6.1
Java: 1.6.0_26, Sun Microsystems Inc.
VM: Java HotSpot(TM) Client VM (mixed mode, sharing), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: Intel(R) HD Graphics version 2.1.0 - Build 8.15.10.2202, Intel
mainloop runtime exception
java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at java.awt.image.BufferedImage.(Unknown Source)
at reifnsk.minimap.BlockColor.splitImage(BlockColor.java:960)
at reifnsk.minimap.BlockColor.textureColorUpdate(BlockColor.java:530)
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:327)
at mod_ReiMinimap.OnTickInGame(mod_ReiMinimap.java:25)
at BaseMod.OnTickInGame(BaseMod.java:80)
at ModLoader.OnTick(ModLoader.java:1016)
at EntityRendererProxy.b(EntityRendererProxy.java:16)
at net.minecraft.client.Minecraft.run(SourceFile:689)
at java.lang.Thread.run(Unknown Source)When I remove your addon from my mods folder it goes back to working properly, so I know it's not how Rei's Minimap was installed that's causing my particular error
I'll attach my modloader.txt