Git Product home page Git Product logo

mapwriter's Introduction

mapwriter

MapWriter: A minimap mod for Minecraft

Instructions for development:

  1. Run "gradlew setupDecompWorkspace" in the mapwriter folder.

  2. Run "gradlew eclipse" if using the eclipse IDE. If it does not work you may need to copy the eclipse folder from a Forge src release into the mapwriter folder and retry the command.

  3. Open eclipse and set the workspace directory to mapwriter/eclipse.

  4. You should now be able to modify the code and test by using the "Client" Run Configuration.

Reobfuscation and Packaging:

  1. Edit the version numbers in mapwriter.forge.MwForge and build.gradle. The version numbers in mcmod.info should automatically be set to the same versions as set in the build.gradle file.

  2. Run "gradlew reobf".

  3. The reobfuscated jar should be output to the mapwriter/build/libs folder.

Acknowledgements:

  • Chrixian for the code to get death markers working.
  • ProfMobius for the overlay API.
  • taelnia for extrautils compatibility patch.
  • LoneStar144 for minimap border and arrow textures.
  • jk-5 for updating the mod to be compatible with Minecraft 1.7.

mapwriter's People

Contributors

chrixian avatar daveyliam avatar jeffreykog avatar profmobius avatar taelnia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mapwriter's Issues

Crashes with Forge 1.7.10

Tried to different versions of Forge 1.7.10, crashed with both 1180 and 1208

java.lang.NoSuchMethodError: net.minecraft.client.gui.ScaledResolution.(Lnet/minecraft/client/settings/GameSettings;II)V
at mapwriter.map.mapmode.MapMode.setScreenRes(MapMode.java:101)
at mapwriter.map.MapRenderer.draw(MapRenderer.java:260)
at mapwriter.map.MiniMap.drawCurrentMap(MiniMap.java:96)
at mapwriter.Mw.onTick(Mw.java:619)
at mapwriter.forge.MwForge.renderMap(MwForge.java:67)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_5_MwForge_renderMap_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:176)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at mapwriter.map.mapmode.MapMode.setScreenRes(MapMode.java:101)
at mapwriter.map.MapRenderer.draw(MapRenderer.java:260)
at mapwriter.map.MiniMap.drawCurrentMap(MiniMap.java:96)
at mapwriter.Mw.onTick(Mw.java:619)
at mapwriter.forge.MwForge.renderMap(MwForge.java:67)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_5_MwForge_renderMap_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:176)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['mizar1'/13020, l='MpServer', x=35.53, y=108.62, z=-617.23]]
Chunk stats: MultiplayerChunkCache: 120, 120
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (184,60,-616), Chunk: (at 8,3,8 in 11,-39; contains blocks 176,0,-624 to 191,255,-609), Region: (0,-2; contains chunks 0,-64 to 31,-33, blocks 0,0,-1024 to 511,255,-513)
Level time: 159685072 game time, 160492535 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 1 total; [EntityClientPlayerMP['mizar1'/13020, l='MpServer', x=35.53, y=108.62, z=-617.23]]
Retry entities: 0 total; []
Server brand: Spigot
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.9.4
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 116839728 bytes (111 MB) / 299925504 bytes (286 MB) up to 2138767360 bytes (2039 MB)
JVM Flags: 1 total; -Xmx2G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 4 mods loaded, 4 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{7.10.25.1208} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{10.13.0.1208} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MapWriter{2.1.1} MapWriter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Launched Version: 1.7.10-Forge10.13.0.1208
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 6970M OpenGL Engine GL version 2.1 ATI-1.24.35, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Minecraft crashed while MapWriter trying to save map as PNG-image

Open map on M bind then press P to save map as png, game will crash.
Used mc1.6.2

From log output:

Client> 2013-08-03 01:09:25 [INFO] [MapWriter] merging area (-512,0) -> (0,0)
Client> 2013-08-03 01:09:25 [INFO] [STDERR] java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds!
Client> 2013-08-03 01:09:25 [INFO] [STDERR]     at sun.awt.image.IntegerInterleavedRaster.setDataElements(IntegerInterleavedRaster.java:301)
Client> 2013-08-03 01:09:25 [INFO] [STDERR]     at java.awt.image.BufferedImage.setRGB(BufferedImage.java:1031)
Client> 2013-08-03 01:09:25 [INFO] [STDERR]     at mapwriter.region.MergeToImage.merge(MergeToImage.java:48)
Client> 2013-08-03 01:09:25 [INFO] [STDERR]     at mapwriter.MergeTask.run(MergeTask.java:31)

As a quick solution, replace line at MergeTask.java:28

BufferedImage mergedImage = new BufferedImage(w, h, BufferedImage.TYPE_INT_ARGB);

on this one:

BufferedImage mergedImage = new BufferedImage(
      (Math.abs(rXMax - rXMin) + 1) << Region.SHIFT,
      (Math.abs(rZMax - rZMin) + 1) << Region.SHIFT,
      BufferedImage.TYPE_INT_ARGB
);

Generate images for world

It would be a good feature to have to be able to generate the map images for MapWriter from the world files a bit like the DynMap bukkit plugin does.

This would mean that when MapWriter data gets deleted or old worlds from before MapWriter are loaded up, the mod would be able to generate the map images.

This might even be better to provide as a separate tool if that's preferable by you because then people won't be complaining about lag they might experience while images are generating.

wrong teleport command used

should be tppos not tp when running under mcpc
also tp is only valid for players on vanilla or essentials.

Building on 1.5.2 with latest code

Hey,

Is it just me or does the current mapwriter code not compile using the 1.5.2 MCP?

Do you know how I can get it to compile? I wanted to have a go at adding some new features for use in 1.5.2 (I will be opening a pull request if I get them good enough to be included).

Thanks,

demon012

1.8?

Hi, is this project planning on updating to 1.8? Just curious, 'cause looks great.

Vectron Fork Modded Textures Rendering Improperly

I compiled the latest from Vectron's fork of Mapwriter and am experiencing textures improperly loading in the minimap.
This only seems to happen with modded blocks. The ones on the screenshots are from Natura and Steves Factory Manager. I haven't tried it without a resourcepack yet.
2015-04-14_07 20 46
2015-04-14_07 20 56

request an option to use feet coord instead of eye coord

as i think some of the players like me is used to the feet coordinate,
and might have some confusion between F3 coord and the mini map coord
it might be a minor issue
but i think having such option will make people like me feel a bit more comfortable
it will be great if you can implement this feature
thanks.

Feature Request : Recipe.

I love the mapwriter mod, but would a recipe for it.
You could use the vanilla map recipe for it and replace the vanilla map with the minimap.

A animation could be used to move the vanilla map into the corner and display the minimap configured and pressing 'M' could switch the minimap and vanilla map back and fourth, it would purely be a Clientside animation so wouldn't lag on multiplayer. A option could be added to disable the animation and just switch the two if so desired.

It's a nice thought anyway.

mapwriter source files

I know in this area i am a noob. But which files do i download to be able to view your source code in eclipse? I see a bunch of files, but none seem to match the "gradlew setupDecompWorkspace" from the main page. I'm simply looking to see how some of the minor code works.

Map stops updating

There is a bug in the region clean up code that causes the map to stop updating when too many regions are opened.

It can manifest when flying in creative mode for very long distances.

Too many zoomed regions will be opened and the clean up code will not be able to clean up enough to load new regions.

Could be a problem with the refCount parameter of Region not being decremented correctly.

MP data storage path

In MP sessions the data storage path is constructed from the result of a resolve or host command on the host part and port of the server instead of the users entered name on the server. This results in the map data being lost should the user need to update the host, port or in the case that the resolved value of host changes. This results in in-ability to access the map data until the folder is renamed on the filesystem.

Underground data is not saved

I don't know weather this is intentional or a bug, but it seems like the underground view does not save map data.

This is rather annoying if you live in an underground base, or similar, where you'd like the minimap to save the layout of the place.

Dimension specific waypoints

There should be a way to make waaypoints/markers only show up in specific dimensions. It's kind of annoying to have everything mixed up - some markers have no meaning in other dimensions and are redundant.

Crash on World Load

[14:42:39] [main/INFO]: Setting user: CrazyA
[14:42:40] [Client thread/INFO]: LWJGL Version: 2.9.1
[14:43:13] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:ClothingCraft, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:The Lord of the Rings Mod, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Additional Pipes, FMLFileResourcePack:IC2 Advanced Machines Addon, FMLFileResourcePack:Advanced Solar Panels, FMLFileResourcePack:Adventurer's Amulets, FMLFileResourcePack:Ancient Warfare Automation, FMLFileResourcePack:Ancient Warfare Core, FMLFileResourcePack:Ancient Warfare NEI Plugin, FMLFileResourcePack:Ancient Warfare NPCs, FMLFileResourcePack:Ancient Warfare Structures, FMLFileResourcePack:Ancient Warfare Vehicles, FMLFileResourcePack:Another One Bites The Dust, FMLFileResourcePack:AppleCore, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aquaculture, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:AromaBackup, FMLFileResourcePack:Artifacts, FMLFileResourcePack:asielib, FMLFileResourcePack:Grinder, FMLFileResourcePack:Automagy, FMLFileResourcePack:bcapiHolder, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Title Screen, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BiblioWoods Biomes O'Plenty Edition, FMLFileResourcePack:BiblioWoods ExtraBiomesXL Edition, FMLFileResourcePack:BiblioWoods Forestry Edition, FMLFileResourcePack:BiblioWoods Highlands Edition, FMLFileResourcePack:BiblioWoods Natura Edition, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:Brewcraft, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BuildCraft Compat, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel 2, FMLFileResourcePack:Clienthax's ChocoCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Compact Solar Arrays, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Cookie Core, FMLFileResourcePack:CraftHeraldry, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Decocraft, FMLFileResourcePack:debug, FMLFileResourcePack:Dense Ores, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Enchiridion, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Ender Zoo, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Extra Carts, FMLFileResourcePack:ExtraCells, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Factorization Miscellaneous Nonsense, FMLFileResourcePack:Factorization Notification System, FMLFileResourcePack:Factorization, FMLFileResourcePack:Flat Signs, FMLFileResourcePack:Food Plus, FMLFileResourcePack:Forbidden Magic, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:FoxLib, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Gany's End, FMLFileResourcePack:Gany's Nether, FMLFileResourcePack:Gany's Surface, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Advanced Generators, FMLFileResourcePack:Graviation Suite, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:Headcrumbs, FMLFileResourcePack:HelpFixer, FMLFileResourcePack:Highlands, FMLFileResourcePack:Hardcore Questing Mode, FMLFileResourcePack:Nuclear Control 2, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Iguana Tinker Tweaks, FMLFileResourcePack:In-Game wiki Mod, FMLFileResourcePack:I'm Looking At Blood, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iridium Mod, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:LatCoreMC, FMLFileResourcePack:Legend Gear 2, FMLFileResourcePack:Level Up!, FMLFileResourcePack:Logistics Pipes, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:Mariculture, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:Mekanism, FMLFileResourcePack:MekanismGenerators, FMLFileResourcePack:MekanismTools, FMLFileResourcePack:Metallurgy 4, FMLFileResourcePack:Metallurgy Core, FMLFileResourcePack:Modular Force Field System, FMLFileResourcePack:Minechem, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: RP2, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:MineMenu, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:MineTweakerRecipeMaker, FMLFileResourcePack:MmmMmmMmmMmm, FMLFileResourcePack:Modular Flower Pots, FMLFileResourcePack:MachineMuse's Modular Powersuits, FMLFileResourcePack:More Backpacks, FMLFileResourcePack:Morph, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:NEI Mystcraft Plugin, FMLFileResourcePack:Natura, FMLFileResourcePack:Nearby Mob Finder, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:NEI Plugins Unofficial, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:NoMoreRecipeConflict, FMLFileResourcePack:NotEnoughCodecs, FMLFileResourcePack:NotEnoughKEys, FMLFileResourcePack:Numina, FMLFileResourcePack:ObsidiPlates, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenMods, FMLFileResourcePack:OpenPeripheralAddons, FMLFileResourcePack:OpenPeripheralCore, FMLFileResourcePack:OpenPeripheralIntegration, FMLFileResourcePack:MapWriter, FMLFileResourcePack:Opis, FMLFileResourcePack:Ore Dictionary Converter, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:planetguyLib, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:Power Converters, FMLFileResourcePack:Pressure Pipes, FMLFileResourcePack:ProjectE, FMLFileResourcePack:ProjectRed, FMLFileResourcePack:ProjectRed-Compatibility, FMLFileResourcePack:ProjectRed-Integration, FMLFileResourcePack:ProjectRed-Transmission, FMLFileResourcePack:ProjectRed-Illumination, FMLFileResourcePack:ProjectRed-Expansion, FMLFileResourcePack:ProjectRed-Transportation, FMLFileResourcePack:ProjectRed-Exploration, FMLFileResourcePack:QuarryPlus, FMLFileResourcePack:Yogpstop Library, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Random Things, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Refined Relocation, FMLFileResourcePack:Reliquary, FMLFileResourcePack:Remain In Motion, FMLFileResourcePack:JAKJ_RedstoneInMotion_HollowCarriages, FMLFileResourcePack:Resonant Engine, FMLFileResourcePack:RPGAdvMod, FMLFileResourcePack:RPG Hud, FMLFileResourcePack:Sampler, FMLFileResourcePack:The SecretRoomsMod, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Solar Flux, FMLFileResourcePack:SpACore, FMLFileResourcePack:Soul Shards: Reborn, FMLFileResourcePack:Statues, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Steve's Factory Manager, FMLFileResourcePack:Sync, FMLFileResourcePack:Tails, FMLFileResourcePack:Talismans 2, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft NEI Plugin, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thaumic Exploration, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thermal Smeltery, FMLFileResourcePack:TFox's Mod, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:Torched, FMLFileResourcePack:Translocator, FMLFileResourcePack:Traveller's Gear, FMLFileResourcePack:Tinkers' Steelworks, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:WAILA-features, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Witchery, FMLFileResourcePack:WR-CBE Core, FMLFileResourcePack:WR-CBE Addons, FMLFileResourcePack:WR-CBE Logic, FMLFileResourcePack:Ztones, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:libsandstone, FMLFileResourcePack:MrTJPCore, FMLFileResourcePack:Red Gear Core
[14:43:13] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:43:13] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:43:13] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:43:13] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:43:13] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:43:13] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:43:13] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:43:13] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:43:13] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:44:23] [Sound Library Loader/INFO]: Sound engine started
[14:44:25] [Client thread/WARN]: File customnpcs:sounds/human/female/villager/What Do You Need.ogg does not exist, cannot add it to event customnpcs:human.female.villager.what_do_you_need
[14:44:25] [Client thread/WARN]: File customnpcs:sounds/human/female/villager/Would You Like To Trade.ogg does not exist, cannot add it to event customnpcs:human.female.villager.trade
[14:44:25] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/What do you need.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.what_do_you_need
[14:44:25] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/Would you like to trade.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.trade
[14:44:25] [Client thread/WARN]: File mystcraft:sounds/linking/pop.ogg does not exist, cannot add it to event mystcraft:linking.pop
[14:49:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:ClothingCraft, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:The Lord of the Rings Mod, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Additional Pipes, FMLFileResourcePack:IC2 Advanced Machines Addon, FMLFileResourcePack:Advanced Solar Panels, FMLFileResourcePack:Adventurer's Amulets, FMLFileResourcePack:Ancient Warfare Automation, FMLFileResourcePack:Ancient Warfare Core, FMLFileResourcePack:Ancient Warfare NEI Plugin, FMLFileResourcePack:Ancient Warfare NPCs, FMLFileResourcePack:Ancient Warfare Structures, FMLFileResourcePack:Ancient Warfare Vehicles, FMLFileResourcePack:Another One Bites The Dust, FMLFileResourcePack:AppleCore, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aquaculture, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:AromaBackup, FMLFileResourcePack:Artifacts, FMLFileResourcePack:asielib, FMLFileResourcePack:Grinder, FMLFileResourcePack:Automagy, FMLFileResourcePack:bcapiHolder, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Title Screen, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BiblioWoods Biomes O'Plenty Edition, FMLFileResourcePack:BiblioWoods ExtraBiomesXL Edition, FMLFileResourcePack:BiblioWoods Forestry Edition, FMLFileResourcePack:BiblioWoods Highlands Edition, FMLFileResourcePack:BiblioWoods Natura Edition, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:Brewcraft, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BuildCraft Compat, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel 2, FMLFileResourcePack:Clienthax's ChocoCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Compact Solar Arrays, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Cookie Core, FMLFileResourcePack:CraftHeraldry, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Decocraft, FMLFileResourcePack:debug, FMLFileResourcePack:Dense Ores, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Enchiridion, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Ender Zoo, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Extra Carts, FMLFileResourcePack:ExtraCells, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Factorization Miscellaneous Nonsense, FMLFileResourcePack:Factorization Notification System, FMLFileResourcePack:Factorization, FMLFileResourcePack:Flat Signs, FMLFileResourcePack:§bFood Plus, FMLFileResourcePack:Forbidden Magic, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:FoxLib, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Gany's End, FMLFileResourcePack:Gany's Nether, FMLFileResourcePack:Gany's Surface, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Advanced Generators, FMLFileResourcePack:Graviation Suite, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:Headcrumbs, FMLFileResourcePack:HelpFixer, FMLFileResourcePack:Highlands, FMLFileResourcePack:Hardcore Questing Mode, FMLFileResourcePack:Nuclear Control 2, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Iguana Tinker Tweaks, FMLFileResourcePack:In-Game wiki Mod, FMLFileResourcePack:I'm Looking At Blood, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iridium Mod, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:LatCoreMC, FMLFileResourcePack:Legend Gear 2, FMLFileResourcePack:Level Up!, FMLFileResourcePack:Logistics Pipes, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:Mariculture, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:Mekanism, FMLFileResourcePack:MekanismGenerators, FMLFileResourcePack:MekanismTools, FMLFileResourcePack:Metallurgy 4, FMLFileResourcePack:Metallurgy Core, FMLFileResourcePack:Modular Force Field System, FMLFileResourcePack:Minechem, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: RP2, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:MineMenu, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:MineTweakerRecipeMaker, FMLFileResourcePack:MmmMmmMmmMmm, FMLFileResourcePack:Modular Flower Pots, FMLFileResourcePack:MachineMuse's Modular Powersuits, FMLFileResourcePack:More Backpacks, FMLFileResourcePack:Morph, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:NEI Mystcraft Plugin, FMLFileResourcePack:Natura, FMLFileResourcePack:Nearby Mob Finder, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:NEI Plugins Unofficial, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:NoMoreRecipeConflict, FMLFileResourcePack:NotEnoughCodecs, FMLFileResourcePack:NotEnoughKEys, FMLFileResourcePack:Numina, FMLFileResourcePack:ObsidiPlates, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenMods, FMLFileResourcePack:OpenPeripheralAddons, FMLFileResourcePack:OpenPeripheralCore, FMLFileResourcePack:OpenPeripheralIntegration, FMLFileResourcePack:MapWriter, FMLFileResourcePack:Opis, FMLFileResourcePack:Ore Dictionary Converter, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:planetguyLib, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:Power Converters, FMLFileResourcePack:Pressure Pipes, FMLFileResourcePack:ProjectE, FMLFileResourcePack:ProjectRed, FMLFileResourcePack:ProjectRed-Compatibility, FMLFileResourcePack:ProjectRed-Integration, FMLFileResourcePack:ProjectRed-Transmission, FMLFileResourcePack:ProjectRed-Illumination, FMLFileResourcePack:ProjectRed-Expansion, FMLFileResourcePack:ProjectRed-Transportation, FMLFileResourcePack:ProjectRed-Exploration, FMLFileResourcePack:QuarryPlus, FMLFileResourcePack:Yogpstop Library, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Random Things, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Refined Relocation, FMLFileResourcePack:Reliquary, FMLFileResourcePack:Remain In Motion, FMLFileResourcePack:JAKJ_RedstoneInMotion_HollowCarriages, FMLFileResourcePack:Resonant Engine, FMLFileResourcePack:RPGAdvMod, FMLFileResourcePack:RPG Hud, FMLFileResourcePack:Sampler, FMLFileResourcePack:The SecretRoomsMod, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Solar Flux, FMLFileResourcePack:SpACore, FMLFileResourcePack:Soul Shards: Reborn, FMLFileResourcePack:Statues, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Steve's Factory Manager, FMLFileResourcePack:Sync, FMLFileResourcePack:Tails, FMLFileResourcePack:Talismans 2, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft NEI Plugin, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thaumic Exploration, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thermal Smeltery, FMLFileResourcePack:TFox's Mod, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:Torched, FMLFileResourcePack:Translocator, FMLFileResourcePack:Traveller's Gear, FMLFileResourcePack:Tinkers' Steelworks, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:WAILA Features, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Witchery, FMLFileResourcePack:WR-CBE Core, FMLFileResourcePack:WR-CBE Addons, FMLFileResourcePack:WR-CBE Logic, FMLFileResourcePack:Ztones, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:libsandstone, FMLFileResourcePack:MrTJPCore, FMLFileResourcePack:Red Gear Core, FMLFileResourcePack:Carpenter's Blocks Cached Resources
[14:49:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:49:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:49:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:49:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:49:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:49:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:49:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:49:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:49:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:49:37] [Sound Library Loader/INFO]: Sound engine started
[14:49:37] [Client thread/WARN]: File customnpcs:sounds/human/female/villager/What Do You Need.ogg does not exist, cannot add it to event customnpcs:human.female.villager.what_do_you_need
[14:49:37] [Client thread/WARN]: File customnpcs:sounds/human/female/villager/Would You Like To Trade.ogg does not exist, cannot add it to event customnpcs:human.female.villager.trade
[14:49:37] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/What do you need.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.what_do_you_need
[14:49:37] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/Would you like to trade.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.trade
[14:49:37] [Client thread/WARN]: File mystcraft:sounds/linking/pop.ogg does not exist, cannot add it to event mystcraft:linking.pop
[14:50:08] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[14:50:08] [Server thread/INFO]: Generating keypair
[14:50:17] [Server thread/INFO]: Preparing start region for level 0
[14:50:18] [Server thread/INFO]: Preparing spawn area: 32%
[14:50:25] [Server thread/INFO]: Changing view distance to 8, from 10
[14:50:25] [Server thread/INFO]: CrazyA[local:E:44fb64ce] logged in with entity id 1416 at (821.841548175544, 70.0, 196.33607268785403)
[14:50:25] [Server thread/INFO]: CrazyA joined the game
[14:50:26] [Thread-14/INFO]: [CHAT] §2CustomNpcs§f installed. For more info §9§nClick here
[14:50:27] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2804ms behind, skipping 56 tick(s)
[14:50:29] [AromaBackup/INFO]: [§1AromaBackup§r] Starting Backup. Server may lag for a bit!
[14:50:31] [Client thread/INFO]: [CHAT] Thanks for using SecurityCraft v1.7.3! Tip: Join my IRC channel §o#GeforceMods§r on EsperNet to chat with me for support and discussion on mods I have made.
[14:50:33] [AromaBackup/INFO]: [§1AromaBackup§r] Server Backup Done!
[14:50:33] [AromaBackup/INFO]: [§1AromaBackup§r] Next scheduled backup in 30 minutes.
[14:50:34] [Client thread/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@4d1736cf[id=16e153a1-f018-40b5-bac0-ad3a85bec645,name=CrazyA,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:158) [YggdrasilMinecraftSessionService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:151) [YggdrasilMinecraftSessionService.class:?]
at ichun.common.core.EntityHelperBase.getFullGameProfileFromName(EntityHelperBase.java:58) [EntityHelperBase.class:?]
at morph.common.morph.MorphState.createPlayer(MorphState.java:173) [MorphState.class:?]
at morph.common.morph.MorphState.readTag(MorphState.java:123) [MorphState.class:?]
at morph.common.packet.PacketMorphStates.handleClient(PacketMorphStates.java:83) [PacketMorphStates.class:?]
at morph.common.packet.PacketMorphStates.execute(PacketMorphStates.java:62) [PacketMorphStates.class:?]
at ichun.common.core.network.ChannelHandler$PacketExecuter.channelRead0(ChannelHandler.java:84) [ChannelHandler$PacketExecuter.class:?]
at ichun.common.core.network.ChannelHandler$PacketExecuter.channelRead0(ChannelHandler.java:66) [ChannelHandler$PacketExecuter.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2049) [bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_75]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_75]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_75]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_75]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
[14:50:35] [ProjectE Update Checker Client/INFO]: [CHAT] New update for Project-E is available! Version: 1.7.10-PE1.3.0
[14:50:35] [ProjectE Update Checker Client/INFO]: [CHAT] Get it at https://github.com/sinkillerj/ProjectE
[14:50:35] [ProjectE Update Checker Client/INFO]: [CHAT] Use /projecte_log for update notes.
[14:50:46] [Client thread/INFO]: [CHAT] LatvianModder's mods updated [Download #1.6.7]
[14:50:46] [Client thread/INFO]: [CHAT] Current version: 5-pre4
[14:50:46] [Client thread/INFO]: [CHAT] LatCoreMC: Many important bugfixes, new FriendsGUI!
[14:50:46] [Client thread/INFO]: [CHAT] LatBlocks: Added Crafting Panel, Quartz Chest
[14:50:47] [Client thread/INFO]: [CHAT] This server doesn't have Hardcore Questing Mode enabled.
[14:50:47] [Client thread/INFO]: [CHAT] §bThank you for downloading MrCrayfish's Furniture Mod.
[14:50:47] [Client thread/INFO]: [CHAT] Make sure you check out the wiki! http://mrcrayfishs-furniture-mod.wikia.com/
[14:50:54] [Server thread/INFO]: Stopping server
[14:50:54] [Server thread/INFO]: Saving players
[14:50:54] [Server thread/INFO]: Saving worlds
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/Overworld
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/Nether
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/The End
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/Underdark
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/Spirit World
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/Torment
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/The Outer Lands
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/Bedrock
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/Utumno
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/MiddleEarth
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/Twilight Forest
[14:50:54] [Server thread/INFO]: Saving chunks for level 'Fun'/SpectreWorld
[14:51:04] [Client thread/FATAL]: Unreported exception thrown!
java.lang.IllegalArgumentException
at java.nio.Buffer.position(Buffer.java:236) ~[?:1.7.0_75]
at mapwriter.Texture.getRGB(Texture.java:77) ~[Texture.class:?]
at mapwriter.BlockColourGen.getIconMapColour(BlockColourGen.java:31) ~[BlockColourGen.class:?]
at mapwriter.BlockColourGen.genBlockColours(BlockColourGen.java:145) ~[BlockColourGen.class:?]
at mapwriter.Mw.reloadBlockColours(Mw.java:398) ~[Mw.class:?]
at mapwriter.Mw.load(Mw.java:514) ~[Mw.class:?]
at mapwriter.Mw.onChunkLoad(Mw.java:647) ~[Mw.class:?]
at mapwriter.forge.EventHandler.eventChunkLoad(EventHandler.java:23) ~[EventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_1590_EventHandler_eventChunkLoad_Load.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at net.minecraft.client.multiplayer.ChunkProviderClient.func_73158_c(ChunkProviderClient.java:59) ~[bjd.class:?]
at net.minecraft.client.multiplayer.WorldClient.func_73025_a(WorldClient.java:144) ~[bjf.class:?]
at net.minecraft.client.network.NetHandlerPlayClient.func_147269_a(NetHandlerPlayClient.java:1185) ~[bjb.class:?]
at net.minecraft.network.play.server.S26PacketMapChunkBulk.func_148833_a(S26PacketMapChunkBulk.java:184) ~[gz.class:?]
at net.minecraft.network.play.server.S26PacketMapChunkBulk.func_148833_a(S26PacketMapChunkBulk.java:242) ~[gz.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2049) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_75]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_75]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_75]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_75]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]

Chisel 2's authors said to ask around here
Is there a way to disable the color etc. for chisel 2 blocks only?

Setting it to 4096 makes it crash.

I set it to 4096, and it crashed. It only does it if hosting a LAN World, as far as I've seen.

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 12/29/13 12:51 PM
Description: Updating screen events

java.lang.OutOfMemoryError
at sun.misc.Unsafe.allocateMemory(Native Method)
at java.nio.DirectByteBuffer.(Unknown Source)
at java.nio.ByteBuffer.allocateDirect(Unknown Source)
at mapwriter.MwUtil.allocateDirectIntBuffer(MwUtil.java:88)
at mapwriter.Texture.(Texture.java:20)
at mapwriter.map.MapTexture.(MapTexture.java:40)
at mapwriter.Mw.reloadMapTexture(Mw.java:400)
at mapwriter.Mw.setTextureSize(Mw.java:285)
at mapwriter.gui.MwGuiOptions.func_73875_a(MwGuiOptions.java:30)
at net.minecraft.client.gui.GuiScreen.func_73864_a(SourceFile:69)
at mapwriter.gui.MwGuiOptions.func_73864_a(MwGuiOptions.java:43)
at net.minecraft.client.gui.GuiScreen.func_73867_d(SourceFile:128)
at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:107)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1566)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at sun.misc.Unsafe.allocateMemory(Native Method)
at java.nio.DirectByteBuffer.(Unknown Source)
at java.nio.ByteBuffer.allocateDirect(Unknown Source)
at mapwriter.MwUtil.allocateDirectIntBuffer(MwUtil.java:88)
at mapwriter.Texture.(Texture.java:20)
at mapwriter.map.MapTexture.(MapTexture.java:40)
at mapwriter.Mw.reloadMapTexture(Mw.java:400)
at mapwriter.Mw.setTextureSize(Mw.java:285)
at mapwriter.gui.MwGuiOptions.func_73875_a(MwGuiOptions.java:30)
at net.minecraft.client.gui.GuiScreen.func_73864_a(SourceFile:69)
at mapwriter.gui.MwGuiOptions.func_73864_a(MwGuiOptions.java:43)
at net.minecraft.client.gui.GuiScreen.func_73867_d(SourceFile:128)
at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:107)

-- Affected screen --
Details:
Screen name: mapwriter.gui.MwGuiOptions

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [GCCorePlayerSP['The_Fireplace'/55, l='MpServer', x=150.46, y=83.62, z=315.13]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 12 - BWG4, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (168,64,252), Chunk: (at 8,4,12 in 10,15; contains blocks 160,0,240 to 175,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 420787 game time, 8153 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 8 total; [EntityOtherPlayerMP['SammieMonster227'/220739, l='MpServer', x=176.50, y=70.00, z=255.50], EntityOtherPlayerMP['SammieMonster227'/220739, l='MpServer', x=-38.63, y=72.50, z=205.38], EntityOtherPlayerMP['SammieMonster227'/220739, l='MpServer', x=-38.69, y=68.00, z=204.66], EntityOtherPlayerMP['SammieMonster227'/220739, l='MpServer', x=108.84, y=91.00, z=235.75], EntityOtherPlayerMP['SammieMonster227'/220739, l='MpServer', x=115.78, y=88.00, z=319.66], EntityOtherPlayerMP['SammieMonster227'/220739, l='MpServer', x=2.07, y=71.39, z=239.35], EntityOtherPlayerMP['SammieMonster227'/220739, l='MpServer', x=-29.69, y=68.02, z=209.25], GCCorePlayerSP['The_Fireplace'/55, l='MpServer', x=150.46, y=83.62, z=315.13]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2312)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:856)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 252339312 bytes (240 MB) / 878309376 bytes (837 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024m -XX:MaxPermSize=128m
AABB Pool Size: 57 (3192 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 60
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 AdvanceTime 1.2 76 mods loaded, 76 mods active
mcp{8.09} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.49.965} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.965} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.9.0.7} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PowerCrystalsCore{1.1.8} PowerCrystals Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.9.2.2} [Damage Indicators](1.6.4 DamageIndicatorsv2.9.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{4.2.1} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{4.2.1} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.0.5b} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
betterstorage{0.7.3.38} BetterStorage Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{v5.2(1.6.4)} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Schematica{1.5.3.57} Schematica Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TreeCapitator{Forge 1.6.4.r09} Treecapitator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AdobeInfo.ID{AdobeInfo.VERS} Adobe Blocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
advancedgenetics{v1.1} Advanced Genetics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
advancetime{1.2} AdvanceTime Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Autoutils{1.0.1} Autoutils Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AncientWarfare{1.1.038-beta-MC164} Ancient Warfare Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BCMod{1.6.4 - 2.0.0} [BCMod (Brad16840.Common mod)](bcmod 1.6.4 - 2.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack16840{1.6.4 - 2.1.0} [Backpacks!](backpacks 1.6.4 - 2.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
barrels{3.3.1} [The Barrels Mod](Barrels 3.3.1 - 1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.5.4} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bouncingblockmod{2.1 for 1.6.4 (FORGE 9.11.1.916)} Bouncing Block Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BrainStoneMod{v2.37.1 BETA release} Brain Stone Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{4.2.1} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{4.2.1} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{4.2.1} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{4.2.1} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BWG4{1.1.9} Better World Generation 4 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ComputerCraft{1.58} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CCTurtle{1.58} ComputerCraft Turtles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SKC-Core{1.0.1.0} [SKC Core](SKC Core 1.0.1.0 - MC 1.6.4 - Forge %289.11.0.880%29%283%29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SKC-CraftableHorseArmor{1.0.3.0} [Craftable Horse Armor](CraftableHorseArmor 1.0.3.0 - MC 1.6.4 - Forge %289.10.0.880%29%282%29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
craftguide{1.5.2} CraftGuide Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DungeonCrawler{0.2.5} [Dungeon Crawler](DungeonCrawler 0.2.5 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderIO{0.5.5} Ender IO Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStorage{1.4.3.5} [EnderStorage](EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{2.4.0} iChunUtil Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Grinder{2.0.0} Grinder Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DeathCounter{2.0.0} DeathCounter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Photoreal{2.0.1} Photoreal Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ICBM|Sentry{1.3.4} ICBM Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ICBM|Explosion{1.3.4} ICBM Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftCore{2.0.8} Galacticraft Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftMars{2.0.8} Galacticraft Mars Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
planetguy_Gizmos{2.2} Gizmos Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tonicchevsky{b1} GrowthTonic Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ICBM|Contraption{1.3.4} ICBM Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.56} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
leafchevsky{b1} Leafcutter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MapWriter{2.0} MapWriter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mininghats{1.2} Mining Hats Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
numina{0.1.0-45} Numina Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
powersuits{0.9.0-76} MachineMuse's Modular Powersuits Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NaturalAbsorption{1.1} [Natural Absorption](NaturalAbsorption 1.1 for MC 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NetherOres{1.6.2R2.2.1} Nether Ores Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pixelmon{2.5.7} [Pixelmon](Pixelmon 2.5.7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PortalGun{2.0.2} PortalGun Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
packchevsky{b1} Potion Packs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
quiverchevsky{b24} QuiverBow Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RopesPlus{1.5.0} Ropes+ Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Safe{1.2.0} Safe Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
secretroomsmod{4.6.2} The SecretRoomsMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SecurityCraft{v1.4} [SecurityCraft](SecurityCraft v1.4 for 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmoothBedrock{1.0.8.70} Smooth Bedrock Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SS2{2 (build 2)} Soul Shards 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesCarts{2.0.0.b5} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
modteamcrafted{v1} The Team Crafted Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThaumicTinkerer{2.0} [Thaumic Tinkerer](ThaumicTinkerer 2.0-47.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
camping{1.0.2g} The Camping Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Torched{2.0.0} Torched Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TrailMix{2.0.0} TrailMix Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
UtilityMobs{2.1} [Utility Mobs](UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
weaponmod{1.6.2 v1.13.6} Balkon's WeaponMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
YALSM{2.0.2} Yet Another Leather Smelting Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: GeForce GT 620/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 734 (41104 bytes; 0 MB) allocated, 10 (560 bytes; 0 MB) used

Map only showing area I can see

Hello there,

Yesterday, my map seems to have been reset (or I pressed some button I'm unaware of). The thing is, when I tried to re-explore the area around my base, something weird occurred: When exploring an area, the map only renders the bit I can see, eg: land behind hills don't get rendered, 'cause I'm behind the hills. Also, when I'm moving out of an area that I've discovered, the map unloads everything I can't see.

I've tried the Underground mode switch key "U", but that didn't seem to do it.

Help?

Getting log spam.

Basically I'm getting this message (every tick?):
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.IndexOutOfBoundsException
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.RandomAccessFile.readBytes(Native Method)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.RandomAccessFile.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at javax.imageio.stream.FileImageInputStream.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.imageio.plugins.common.SubImageInputStream.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.imageio.plugins.common.InputStreamAdapter.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.SequenceInputStream.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.InflaterInputStream.fill(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.InflaterInputStream.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.BufferedInputStream.fill(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.BufferedInputStream.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FilterInputStream.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.imageio.plugins.png.PNGImageReader.decodePass(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.imageio.plugins.png.PNGImageReader.decodeImage(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at javax.imageio.ImageIO.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at javax.imageio.ImageIO.read(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.region.SurfacePixels.loadImage(SurfacePixels.java:141)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.region.SurfacePixels.load(SurfacePixels.java:46)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.region.SurfacePixels.getPixels(SurfacePixels.java:65)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.region.SurfacePixels.getOrAllocatePixels(SurfacePixels.java:71)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.region.SurfacePixels.updateScaled(SurfacePixels.java:115)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.region.Region.updateNextZoomLevel(Region.java:143)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.region.Region.updateZoomLevels(Region.java:155)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.region.SurfacePixels.updateChunk(SurfacePixels.java:91)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.region.Region.updateChunk(Region.java:166)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.region.RegionManager.updateChunk(RegionManager.java:123)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mapwriter.tasks.UpdateSurfaceChunksTask.run(UpdateSurfaceChunksTask.java:24)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.concurrent.FutureTask.run(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[16:22:12] [Client thread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Thread.run(Unknown Source)

This is not really an issue but at times my log gets too big (1GB+) and minecraft shuts down.
I'm using the MapWriter mod integrated in Opis at the moment.

License Clarification

A great mod. Thanks!

I'm unable to find a definitive statement of the license of this mod. The closest I see is:

Both MapWriter and AnvilMapper are open-source. Use the code from each in your own mods indiscriminately. You may also redistribute either in your own Mod Packs. I don't care about credit.

This seems to point to some sort of Public Domain or CC0 license. It would be helpful to have this pointed out more explicitly. If that's not your liking, this page has always been helpful to me.

Cheers!

1.7 Support.

Feel free to immediately close this, I was just curious if you were working on 1.7.x support for this mod. This mod is something I've wanted for awhile, but our groups server is on 1.7.

Option to regenerate larger map area

Currently if I press R while in the fullscreen map to regenerate the map, it only does a rectangle of area e.g. 1920x1014

I would like it if there was an option to do all of the map in the config or if you could give me some information on why it only does this amount of area.
I've imported a 6GB world file from my multiplayer server but I can only do the area around where I'm standing.

Feature requests for 1.7

Come Minecraft 1.7 the maps (vanilla) will show borderless when placed in item frames.
In preperation for that, I've got three suggestions for this mod.

Feature 1
As this mod is directly related to viewing maps and adding waypoints, a way to have a "shared" group for an entire server, where one could add waypoints that everyone viewing that group could see.
Think of it as showing shared resources such as mob farms, displaying the location of where a player lives, or just general waypoints for places players would want to share with eachother.

Feature 2
View these waypoints on maps in item frames, and, if possible, when mousing over the waypoint icon, display a tooltip on it with the name of the waypoint.

Feature 3
A laser pointer item (that renders a line from the player, say 2-4 meters distance), which could be used for pointing on a map in an item frame (or for anything, really), which would be awesome both for multiplayer, and for streams/videos, to precisely show a point on the map for the viewer.

Anyways, thanks for making this mod in the first place, it's the best map mod that exists (at least in my eyes)

feature request: maps saved for each player

Right now your map is shared with all users on the same client.
Would it be possible to save it per players? possibly via the server in multiplayer? or would this take up too much bandwidth, as the maps can grow quite large.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.