1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
|
[22:29:29] [main/INFO]: Logging in with username & password
[22:29:40] [main/INFO]: Setting user: OnyxDarkKnight
[22:29:44] [Client thread/INFO]: LWJGL Version: 2.9.1
[22:29:45] [Twitch authenticator/ERROR]: Given twitch access token is invalid
[22:29:51] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Jewelrycraft 2, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Tabula
[22:29:54] [Sound Library Loader/INFO]: Sound engine started
[22:29:56] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[22:29:56] [Client thread/ERROR]: Using missing texture, unable to load jewelrycraft2:textures/items/jewelryModifier.png
java.io.FileNotFoundException: jewelrycraft2:textures/items/jewelryModifier.png
at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
at net.minecraft.client.renderer.texture.TextureManager.loadTickableTexture(TextureManager.java:71) [TextureManager.class:?]
at net.minecraft.client.renderer.texture.TextureManager.loadTextureMap(TextureManager.java:58) [TextureManager.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:583) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_71]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_71]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_71]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
[22:29:56] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[22:29:57] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Jewelrycraft 2, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Tabula
[22:29:57] [Client thread/ERROR]: Using missing texture, unable to load jewelrycraft2:textures/items/jewelryModifier.png
java.io.FileNotFoundException: jewelrycraft2:textures/items/jewelryModifier.png
at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:643) [Minecraft.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:586) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_71]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_71]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_71]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
[22:29:57] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[22:29:58] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[22:30:00] [Sound Library Loader/INFO]: Sound engine started
[22:30:08] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[22:30:08] [Server thread/INFO]: Generating keypair
[22:30:09] [Server thread/INFO]: Preparing start region for level 0
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:09] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[22:30:10] [Server thread/INFO]: Preparing spawn area: 57%
[22:30:10] [Server thread/INFO]: Changing view distance to 8, from 10
[22:30:11] [Server thread/INFO]: OnyxDarkKnight[local:E:05731951] logged in with entity id 112 at (-212.76074153577133, 64.0, -748.4109305250627)
[22:30:11] [Server thread/INFO]: OnyxDarkKnight joined the game
[22:55:07] [Server thread/INFO]: Saving and pausing game...
[22:55:07] [Server thread/INFO]: Saving chunks for level 'Test 2'/Overworld
[22:55:07] [Server thread/INFO]: Saving chunks for level 'Test 2'/Nether
[22:55:07] [Server thread/INFO]: Saving chunks for level 'Test 2'/The End
[22:57:20] [Server thread/INFO]: Saving and pausing game...
[22:57:20] [Server thread/INFO]: Saving chunks for level 'Test 2'/Overworld
[22:57:20] [Server thread/INFO]: Saving chunks for level 'Test 2'/Nether
[22:57:20] [Server thread/INFO]: Saving chunks for level 'Test 2'/The End
[22:58:26] [Server thread/INFO]: Stopping server
[22:58:37] [Client thread/INFO]: LWJGL Version: 2.9.1
[22:59:04] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Jewelrycraft 2, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:[23:01:47] [Client thread/INFO]: Connecting to localhost, 25565
[23:01:59] [Client thread/INFO]: Connecting to localhost, 25565
[23:03:14] [Client thread/INFO]: Connecting to localhost, 25565
[23:03:43] [Client thread/INFO]: [CHAT] Player828 has just earned the achievement [Taking Inventory]
[23:03:50] [Client thread/INFO]: [CHAT] Your game mode has been updated
[23:06:07] [Client thread/INFO]: Connecting to localhost, 25565
[23:06:13] [Client thread/INFO]: [CHAT] Player828 left the game
[23:06:19] [Client thread/INFO]: [CHAT] Player828 joined the game
[23:07:42] [Client thread/INFO]: [CHAT] OnyxDarkKnight, Player828
[23:07:42] [Client thread/INFO]: [CHAT] OnyxDarkKnight, Player828
[23:07:42] [Client thread/INFO]: [CHAT] OnyxDarkKnight, Player828
[23:07:43] [Client thread/INFO]: [CHAT] OnyxDarkKnight, Player828
[23:07:45] [Client thread/INFO]: [CHAT] Teleported OnyxDarkKnight to Player828
[23:09:14] [Client thread/INFO]: [CHAT] Changing to clear weather
[23:11:26] [Client thread/INFO]: Stopping!
N]: Skipping Piece with id Jewelrycraft:Jewelry
[23:02:56] [Server thread/INFO]: Preparing spawn area: 0%
[23:02:57] [Server thread/INFO]: Preparing spawn area: 17%
[23:02:57] [Server thread/WARN]: Skipping Entity with id Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Heart
[23:02:57] [Server thread/WARN]: Skipping Entity with id Heart
[23:02:58] [Server thread/WARN]: Skipping Entity with id Heart
[23:02:58] [Server thread/WARN]: Skipping BlockEntity with id jewelrycraft:molder
[23:02:58] [Server thread/WARN]: Skipping BlockEntity with id jewelrycraft:smelter
[23:02:58] [Server thread/WARN]: Skipping Entity with id Heart
[23:02:58] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:58] [Server thread/WARN]: Skipping Entity with id Heart
[23:02:58] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:58] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:58] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:58] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:58] [Server thread/INFO]: Preparing spawn area: 60%
[23:02:58] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:58] [Server thread/WARN]: Skipping Entity with id Half-Heart
[23:02:58] [Server thread/WARN]: Skipping BlockEntity with id jewelrycraft:displayer
[23:02:59] [Server thread/INFO]: Preparing spawn area: 98%
[23:03:00] [Server thread/INFO]: Done (87.983s)! For help, type "help" or "?"
[23:03:06] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4635ms behind, skipping 92 tick(s)
[23:03:13] [Server thread/INFO]: Player828[/127.0.0.1:50191] logged in with entity id 298 at (-25.5, 69.0, 248.5)
[23:03:13] [Server thread/INFO]: Player828 joined the game
[23:03:17] [Server thread/INFO]: OnyxDarkKnight[/127.0.0.1:50193] logged in with entity id 299 at (-42.62400250788223, 71.0, 264.0085974578498)
[23:03:17] [Server thread/INFO]: OnyxDarkKnight joined the game
[23:03:43] [Server thread/INFO]: Player828 has just earned the achievement [Taking Inventory]
[23:03:50] [Server thread/INFO]: [OnyxDarkKnight: Set own game mode to Creative Mode]
[23:03:51] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 28368ms behind, skipping 567 tick(s)
[23:03:58] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 6103ms behind, skipping 122 tick(s)
[23:04:02] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoSuchFieldError: serverPosX
at darkknight.jewelrycraft.item.ItemJewelryModifier.onItemRightClick(ItemJewelryModifier.java:20) ~[ItemJewelryModifier.class:?]
at net.minecraft.item.ItemStack.useItemRightClick(ItemStack.java:162) ~[ItemStack.class:?]
at net.minecraft.server.management.ItemInWorldManager.tryUseItem(ItemInWorldManager.java:345) ~[ItemInWorldManager.class:?]
at net.minecraft.network.NetHandlerPlayServer.processPlayerBlockPlacement(NetHandlerPlayServer.java:575) ~[NetHandlerPlayServer.class:?]
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:74) ~[C08PacketPlayerBlockPlacement.class:?]
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:122) ~[C08PacketPlayerBlockPlacement.cla[23:06:08] [Client thread/INFO]: Connecting to localhost, 25565
[23:06:17] [Client thread/INFO]: Connecting to localhost, 25565
[23:11:22] [Client thread/INFO]: Stopping!
etworkSystem.java:182) ~[NetworkSystem.class:?]
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350) ~[DedicatedServer.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[23:04:03] [Server thread/ERROR]: This crash report has been saved to: H:\Jewelrycraft\1.7.10\eclipse\.\crash-reports\crash-2015-03-28_23.04.03-server.txt
[23:04:03] [Server thread/INFO]: Stopping server
[23:04:03] [Server thread/INFO]: Saving players
[23:04:04] [Server thread/INFO]: Saving worlds
[23:04:04] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[23:04:04] [Server thread/INFO]: Saving chunks for level 'world'/Nether
[23:04:07] [Server thread/INFO]: Saving chunks for level 'world'/The End
[23:05:15] [Server thread/INFO]: Starting minecraft server version 1.7.10
[23:05:38] [Server thread/INFO]: Loading properties
[23:05:38] [Server thread/INFO]: Default game type: SURVIVAL
[23:05:38] [Server thread/INFO]: Generating keypair
[23:05:42] [Server thread/INFO]: Starting Minecraft server on *:25565
[23:05:43] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[23:05:43] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[23:05:43] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[23:05:43] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[23:05:44] [Server thread/INFO]: Preparing level "world"
[23:05:53] [Server thread/INFO]: Preparing start region for level 0
[23:05:53] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[23:05:53] [Server thread/WARN]: Skipping Piece with id Jewelrycraft:Jewelry
[23:05:55] [Server thread/INFO]: Preparing spawn area: 0%
[23:05:56] [Server thread/INFO]: Preparing spawn area: 11%
[23:05:57] [Server thread/INFO]: Preparing spawn area: 15%
[23:05:58] [Server thread/INFO]: Preparing spawn area: 38%
[23:05:59] [Server thread/INFO]: Preparing spawn area: 75%
[23:06:00] [Server thread/WARN]: Skipping BlockEntity with id jewelrycraft:displayer
[23:06:00] [Server thread/INFO]: Preparing spawn area: 98%
[23:06:02] [Server thread/INFO]: Preparing spawn area: 99%
[23:06:02] [Server thread/INFO]: Done (18.421s)! For help, type "help" or "?"
[23:06:08] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4614ms behind, skipping 92 tick(s)
[23:06:10] [Server thread/INFO]: OnyxDarkKnight[/127.0.0.1:50223] logged in with entity id 305 at (-42.62400250788223, 71.0, 264.0085974578498)
[23:06:10] [Server thread/INFO]: OnyxDarkKnight joined the game
[23:06:10] [Server thread/WARN]: Failed to handle packet for /127.0.0.1:50240
java.lang.NullPointerException
at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:110) ~[FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) ~[NetworkManager.class:?]
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) [NetworkSystem.class:?]
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350) [DedicatedServer.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[23:06:10] [Server thread/INFO]: Player828 lost connection: TextComponent{text='Internal server error', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[23:06:10] [Server thread/INFO]: Player828 left the game
[23:06:19] [Server thread/INFO]: Player828[/127.0.0.1:50244] logged in with entity id 307 at (-25.5, 69.0, 248.5)
[23:06:19] [Server thread/INFO]: Player828 joined the game
[23:07:45] [Server thread/INFO]: [OnyxDarkKnight: Teleported OnyxDarkKnight to Player828]
[23:07:51] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 62474ms behind, skipping 1249 tick(s)
[23:07:56] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5049ms behind, skipping 100 tick(s)
[23:08:39] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 21320ms behind, skipping 426 tick(s)
[23:08:43] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4456ms behind, skipping 89 tick(s)
[23:09:09] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 8243ms behind, skipping 164 tick(s)
[23:09:14] [Server thread/INFO]: [OnyxDarkKnight: Changing to clear weather]
[23:09:22] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5682ms behind, skipping 113 tick(s)
[23:09:41] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4518ms behind, skipping 90 tick(s)
[23:09:59] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5854ms behind, skipping 117 tick(s)
[23:10:16] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 7618ms behind, skipping 152 tick(s)
[23:10:27] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2967ms behind, skipping 59 tick(s)
[23:10:46] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4757ms behind, skipping 95 tick(s)
[23:10:59] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2205ms behind, skipping 44 tick(s)
[23:43:26] [main/INFO]: Logging in with username & password
|