This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://webcache.googleusercontent.com/search?q=cache:xJsqWHBpobAJ:https://github.com/Mojang/Minecraft-API/blob/master/README.md+&cd=10&hl=en&ct=clnk&gl=us | |
Workbench | |
Workbench is the working name of the official Minecraft API, currently in very early stages of development. Its goal is to provide a means of allowing anyone to pick up Minecraft and easily achieve any goal from modifying gameplay to creating utilities to overhauling the client's graphics. | |
Compilation | |
We're currently using Maven to compile the API, and here's how you can too! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update: fixed in 646 - see https://github.com/MinecraftPortCentral/MCPC-Plus-Legacy/issues/1529 | |
client kicked after picking up a Hopper with a Force Wrench (right-click), then placing on top of a Thermal Expansion pulverizer | |
mods/DartCraft Beta 0.1.18.jar | |
mods/ThermalExpansion-2.4.6.0.jar | |
b644 | |
>2013-10-02 19:13:20 [SEVERE] [ForgeModLoader] A critical server error occured handling a packet, kicking 236542 | |
java.lang.NullPointerException |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20:53:19 [WARNING] Unable to find spawn biome | |
... | |
---- Minecraft Crash Report ---- | |
// On the bright side, I bought you a teddy bear! | |
Time: 9/29/13 8:47 PM | |
Description: Exception getting block type in world | |
java.lang.OutOfMemoryError: GC overhead limit exceeded | |
at net.minecraft.world.chunk.NibbleArray.func_76581_a(NibbleArray.java:204) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-09-26 20:54:00 [SEVERE] [fml.ItemTracker] Missing items : { | |
21266=Item 21266, Type biomesoplenty.items.ItemBOP, owned by BiomesOPlenty, ordinal 0, name null, claimedModId null, | |
1972=Item 1972, Type StevenDimDoors.mod_pocketDim.blocks.linkDimDoor, owned by DimensionalDoors, ordinal 0, name Dimensional Door link, claimedModId null, | |
1975=Item 1975, Type StevenDimDoors.mod_pocketDim.blocks.ExitDoor, owned by DimensionalDoors, ordinal 0, name Warp Door, claimedModId null, | |
1092=Item 1092, Type mods.secretroomsmod.blocks.BlockCamoLightDetector, owned by secretroomsmod, ordinal 0, name SecretLightDetector, claimedModId null, | |
1093=Item 1093, Type mods.secretroomsmod.blocks.BlockCamoPlateWeighted, owned by secretroomsmod, ordinal 1, name SecretHeavyPlate, claimedModId null, | |
1094=Item 1094, Type mods.secretroomsmod.blocks.BlockCamoPlateWeighted, owned by secretroomsmod, ordinal 0, name SecretLightPlate, claimedModId null, | |
1095=Item 1095, Type mods.secretroomsmod.blocks.BlockSolidAir, owned by secretroomsmod, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clean-152test-server $ ./go15.sh | |
+ mv coremods/GuiAPI-0.15.6-1.5.2.jar clientmods/ | |
+ mv 'mods/[1.5.2]ReiMinimap_v3.3_06.zip' clientmods/ | |
+ mv 'mods/[1.5.2]StatusEffectHUDv1.10.zip' clientmods/ | |
+ mv mods/HighlightTips-2.0.jar clientmods/ | |
+ mv servermods/Dynmap-1.8-forge-7.8.0.jar mods/ | |
+ cp snapshot.jar /tmp | |
+ mv snapshot-next.jar snapshot.jar | |
mv: snapshot-next.jar: No such file or directory | |
+ java -mx4G -XX:MaxPermSize=256m -jar snapshot.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19:56:52 [INFO] something on tick went wrong: java.lang.NullPointerException | |
19:56:52 [SEVERE] java.lang.NullPointerException | |
19:56:52 [SEVERE] at StevenDimDoors.mod_pocketDim.CommonTickHandler.onTickInGame(CommonTickHandler.java:249) | |
19:56:52 [SEVERE] at StevenDimDoors.mod_pocketDim.CommonTickHandler.tickStart(CommonTickHandler.java:43) | |
19:56:52 [SEVERE] at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28) | |
19:56:52 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:122) | |
19:56:52 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:287) | |
19:56:52 [SEVERE] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:717) | |
19:56:52 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:612) | |
19:56:52 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
onBlockEventReceived TE(1144,249,380),1,0,0 | |
isolated to SecretRoomsMod - removed mod, loaded region (allowed to delete TE's/blocks), saved, no longer reset chunks | |
return "TE(" + this.coordX + "," + this.coordY + "," + this.coordZ + ")," + this.eventID + "," + this.eventParameter + "," + this.blockID; | |
---- Minecraft Crash Report ---- | |
// I'm sorry, Dave. | |
Time: 9/22/13 9:04 PM | |
Description: Exception ticking world |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildcraft-A-3.7.2.jar with converted world | |
2013-09-22 19:30:53 [INFO] [Minecraft-Client] [CHAT] Smart Moving set to 'Medium' | |
2013-09-22 19:30:53 [INFO] [Minecraft-Client] [CHAT] Using Smart Moving server configuration 'Medium' | |
2013-09-22 19:30:59 [INFO] [STDERR] java.lang.NullPointerException | |
2013-09-22 19:30:59 [INFO] [STDERR] at buildcraft.core.render.LiquidRenderer$LiquidCanonException.getMessage(LiquidRenderer.java:69) | |
2013-09-22 19:30:59 [INFO] [STDERR] at java.lang.Throwable.getLocalizedMessage(Throwable.java:267) | |
2013-09-22 19:30:59 [INFO] [STDERR] at java.lang.Throwable.toString(Throwable.java:343) | |
2013-09-22 19:30:59 [INFO] [STDERR] at java.lang.String.valueOf(String.java:2826) | |
2013-09-22 19:30:59 [INFO] [STDERR] at java.io.PrintStream.println(PrintStream.java:771) |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// I blame Dinnerbone. | |
Time: 9/22/13 4:45 PM | |
Description: Exception while updating neighbours | |
java.lang.StackOverflowError | |
at net.minecraft.crash.CrashReportCategoryEntry.<init>(SourceFile:181) | |
at net.minecraft.crash.CrashReportCategory.func_71507_a(CrashReportCategory.java:119) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21:11:23 [INFO] XXX no mapping found for class biomesoplenty.items.projectiles.EntityDart | |
21:11:23 [INFO] XXX no mapping found for class biomesoplenty.items.projectiles.EntityMudball | |
21:11:23 [INFO] XXX no mapping found for class biomesoplenty.items.projectiles.EntityPoisonDart | |
21:11:23 [INFO] XXX no mapping found for class com.xcompwiz.mystcraft.entity.EntityMeteor | |
21:11:23 [INFO] XXX no mapping found for class ic2.core.block.EntityDynamite | |
21:11:23 [INFO] XXX no mapping found for class ic2.core.block.EntityItnt | |
21:11:23 [INFO] XXX no mapping found for class ic2.core.block.EntityNuke | |
21:11:23 [INFO] XXX no mapping found for class ic2.core.block.EntityStickyDynamite | |
21:11:23 [INFO] XXX no mapping found for class ic2.core.item.EntityBoatCarbon | |
21:11:23 [INFO] XXX no mapping found for class ic2.core.item.EntityBoatElectric |
NewerOlder