-
Notifications
You must be signed in to change notification settings - Fork 5
/
cofhcore_changelog.txt
478 lines (350 loc) · 17.5 KB
/
cofhcore_changelog.txt
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
CoFH Core
CHANGELOG
====================================================================================================
4.6.3:
----------------------------------------------------------------------------------------------------
GENERAL:
-Localization!
----------------------------------------------------------------------------------------------------
4.6.2:
----------------------------------------------------------------------------------------------------
FIXED:
-Fishing rods properly display in off-hand.
----------------------------------------------------------------------------------------------------
4.6.1:
----------------------------------------------------------------------------------------------------
GENERAL:
-QoL change for Gears.
FIXED:
-Mitigation for mods which do...strange things with block drops.
----------------------------------------------------------------------------------------------------
4.6.0:
----------------------------------------------------------------------------------------------------
ADDED:
-Client-side config option to disable enchantment effects on CoFH items.
-Vorpal now has a visual effect.
----------------------------------------------------------------------------------------------------
4.5.3:
----------------------------------------------------------------------------------------------------
GENERAL:
-Updated for Forge build 2739+.
----------------------------------------------------------------------------------------------------
4.5.2:
----------------------------------------------------------------------------------------------------
CHANGED:
-Shields no longer block (or react to) certain types of damage.
----------------------------------------------------------------------------------------------------
4.5.1:
----------------------------------------------------------------------------------------------------
FIXED:
-Bows now have their proper arrow speed. Sorry about that.
----------------------------------------------------------------------------------------------------
4.5.0:
----------------------------------------------------------------------------------------------------
GENERAL:
-Lots of refactoring and backend changes.
ADDED:
-New filter GUIs for various things.
-New Enchantment - Smashing! It pairs well with Smelting. ;)
CHANGED:
-Multishot arrows are now slightly less accurate. But they can all hit the same target. >:)
-Quiver API has been changed.
-Redstone responsiveness has been changed for many blocks.
FIXED:
-Dye removal recipes have been fixed.
----------------------------------------------------------------------------------------------------
4.4.1:
----------------------------------------------------------------------------------------------------
GENERAL:
-Refactors which make things like standalone Tesseracts much easier. >.>
CHANGED:
-The Soulbound enchant can be configured to be permanent, if so desired.
----------------------------------------------------------------------------------------------------
4.4.0:
----------------------------------------------------------------------------------------------------
GENERAL:
-Lots of work under the hood. Tons of new stuff necessitating that internally, we bump to
a new major.
CHANGED:
-Enchantments and Potions can be disabled entirely, if you so choose.
-Potions are now only created up to Level 4. You may be missing some registry entries in
existing worlds. THIS IS HARMLESS.
----------------------------------------------------------------------------------------------------
4.3.11:
----------------------------------------------------------------------------------------------------
GENERAL:
-Internal refactors and optimizations.
ADDED:
-New Enchantment: Soulbound.
Three levels. Items enchanted with this stay with you when you die. There is a chance of
the Enchantment losing one level when this happens. The higher the level, the lower the
chance. It is expressed mathematically as 1 / (1 + level) of NOT losing the level.
CHANGED:
-Smelting Enchantment has better compatibility with other Enchantments.
----------------------------------------------------------------------------------------------------
4.3.10:
----------------------------------------------------------------------------------------------------
GENERAL:
-Internal refactors and optimizations.
----------------------------------------------------------------------------------------------------
4.3.9:
----------------------------------------------------------------------------------------------------
FIXED:
-Addressed a few potential but highly unlikely NPEs with raytracing.
----------------------------------------------------------------------------------------------------
4.3.8:
----------------------------------------------------------------------------------------------------
CHANGED:
-The killall command no longer kills Item Frame Entities when "item" or "items" is provided as
a parameter.
GENERAL:
-Backend work to support AOE Block Breaking and Filters.
----------------------------------------------------------------------------------------------------
4.3.7:
----------------------------------------------------------------------------------------------------
GENERAL:
-Due to a large number of changes in Forge, 1.12.2 is now a requirement.
-New potions and some backend potion support. Potions do not have recipes, by default.
-Lots of miscellaneous refactors and improvements.
FIXED:
-Adjusted a behavior which prevented modded bows from working properly in some cases.
----------------------------------------------------------------------------------------------------
4.3.6:
----------------------------------------------------------------------------------------------------
GENERAL:
-Optimizations and refactors.
-New enchantments:
-Insight: (Tool/Sword) Increases experience gain when mining blocks and killing mobs.
-Leech: (Sword) Recovers health when killing a mob.
-Smelting: (Tool) This doesn't really need explanation.
-Vorpal: (Sword) Chance to GREATLY increase damage and drop a mob or player head.
----------------------------------------------------------------------------------------------------
4.3.5:
----------------------------------------------------------------------------------------------------
GENERAL:
-Optimizations and refactors.
-New Plugin backend. :)
FIXED:
-Miscellaneous minor bugfixes.
----------------------------------------------------------------------------------------------------
4.3.4:
----------------------------------------------------------------------------------------------------
FIXED:
-Minor fixes for Multishot logic.
----------------------------------------------------------------------------------------------------
4.3.3:
----------------------------------------------------------------------------------------------------
GENERAL:
-Added support for custom quivers. :)
-Some underlying optimizations.
----------------------------------------------------------------------------------------------------
4.3.2:
----------------------------------------------------------------------------------------------------
GENERAL:
-Optimizations and refactors.
----------------------------------------------------------------------------------------------------
4.3.1:
----------------------------------------------------------------------------------------------------
GENERAL:
-Loads of internal refactors.
-Backend support stuff.
----------------------------------------------------------------------------------------------------
4.3.0:
----------------------------------------------------------------------------------------------------
GENERAL:
-Ported to Minecraft 1.12.
CHANGED:
-CoFH World is now a separate mod.
====================================================================================================
4.2.7:
----------------------------------------------------------------------------------------------------
FIXED:
-Miscellaneous minor bugfixes.
----------------------------------------------------------------------------------------------------
4.2.6:
----------------------------------------------------------------------------------------------------
GENERAL:
-Backend support stuff.
----------------------------------------------------------------------------------------------------
4.2.5:
----------------------------------------------------------------------------------------------------
FIXED:
-Corner case crash with German keyboards.
----------------------------------------------------------------------------------------------------
4.2.4:
----------------------------------------------------------------------------------------------------
GENERAL:
-Some textures and minor adjustments to support new features.
FIXED:
-Corrected a corner case issue with ASM not firing.
----------------------------------------------------------------------------------------------------
4.2.3:
----------------------------------------------------------------------------------------------------
GENERAL:
-More backend stuff.
----------------------------------------------------------------------------------------------------
4.2.2:
----------------------------------------------------------------------------------------------------
GENERAL:
-Updates to handle various fixes and optimizations.
----------------------------------------------------------------------------------------------------
4.2.1:
----------------------------------------------------------------------------------------------------
GENERAL:
-Minor updates for optimization and compatibility.
----------------------------------------------------------------------------------------------------
4.2.0:
----------------------------------------------------------------------------------------------------
GENERAL:
-Ported to Minecraft 1.11.2.
====================================================================================================
4.1.11:
----------------------------------------------------------------------------------------------------
FIXED:
-Miscellaneous minor bugfixes.
----------------------------------------------------------------------------------------------------
4.1.10:
----------------------------------------------------------------------------------------------------
GENERAL:
-Backend support stuff.
----------------------------------------------------------------------------------------------------
4.1.9:
----------------------------------------------------------------------------------------------------
FIXED:
-Corner case crash with German keyboards.
----------------------------------------------------------------------------------------------------
4.1.8:
----------------------------------------------------------------------------------------------------
FIXED:
-Corrected a corner case issue with ASM not firing.
----------------------------------------------------------------------------------------------------
4.1.7:
----------------------------------------------------------------------------------------------------
GENERAL:
-More backend stuff.
----------------------------------------------------------------------------------------------------
4.1.6:
----------------------------------------------------------------------------------------------------
GENERAL:
-Updates to handle various fixes and optimizations.
----------------------------------------------------------------------------------------------------
4.1.5:
----------------------------------------------------------------------------------------------------
GENERAL:
-Minor updates for optimization and compatibility.
----------------------------------------------------------------------------------------------------
4.1.4:
----------------------------------------------------------------------------------------------------
GENERAL:
-Minor updates for optimization.
----------------------------------------------------------------------------------------------------
4.1.3:
----------------------------------------------------------------------------------------------------
GENERAL:
-Minor updates to support new TF/TE features.
----------------------------------------------------------------------------------------------------
4.1.2:
----------------------------------------------------------------------------------------------------
GENERAL:
-More refactoring! Lots of little optimizations and improvements.
-Horse armor and saddles are now craftable. This can be toggled in the configuration files.
FIXED:
-Fixed a couple of corner case crash issues.
----------------------------------------------------------------------------------------------------
4.1.1:
----------------------------------------------------------------------------------------------------
GENERAL:
-More refactors and internal optimizations to make the transition to Minecraft 1.11 easier.
FIXED:
-Fixed Bows not working on servers.
-Fixed Hammers causing extra drops in some cases.
----------------------------------------------------------------------------------------------------
4.1.0:
----------------------------------------------------------------------------------------------------
GENERAL:
-Tons of internal refactoring and shifting with Core/Lib. Preparing for eventual removal of
CoFHLib.
ADDED:
-Fluid overlay rendering.
-Backported 1.11 Fluid models so that the blocks look nice. :)
----------------------------------------------------------------------------------------------------
4.0.2:
----------------------------------------------------------------------------------------------------
ADDED:
-Added support for custom shields.
----------------------------------------------------------------------------------------------------
4.0.1:
----------------------------------------------------------------------------------------------------
FIXED:
-Fix bow rendering issues.
----------------------------------------------------------------------------------------------------
4.0.0:
----------------------------------------------------------------------------------------------------
And it's version 4!
GENERAL:
-Everything is awesome! And new. Again.
-Ported to 1.10.2, so tons of refactors and changes. The specifics don't really matter.
====================================================================================================
3.1.4:
----------------------------------------------------------------------------------------------------
FIXED:
-Improved mod compatibility for mods which didn't understand flat bedrock.
-Minor backend adjustments.
-Includes new CoFHLib
----------------------------------------------------------------------------------------------------
3.1.3:
----------------------------------------------------------------------------------------------------
FIXED:
-Fix evaporating water cascading and causing stack overflows
-Fix child mods not being able to depend on APIs as well as mods
-Includes new CoFHLib
----------------------------------------------------------------------------------------------------
3.1.2:
----------------------------------------------------------------------------------------------------
FIXED:
-Includes a new version of CoFHLib which fixes an issue with named items in Containers.
----------------------------------------------------------------------------------------------------
3.1.1:
----------------------------------------------------------------------------------------------------
FIXED:
-The 'G' key can now be bound again.
----------------------------------------------------------------------------------------------------
3.1.0:
----------------------------------------------------------------------------------------------------
Final minor version update for Minecraft 1.7.10.
ADDED:
-New command: /cofh hand
CHANGED:
Help command redone, checks permissions to display appropriately.
FIXED:
-Allow using mouse keys as keybinds.
-Corrected a corner case where chunks were rarely not getting any worldgen.
-Fix various localization issues with Turkish.
-Vanilla shift-click will no longer sometimes destroy items.
----------------------------------------------------------------------------------------------------
3.0.3:
----------------------------------------------------------------------------------------------------
FIXED:
-Corrected a bad interaction with the stencil buffer and starch-based hardware.
-Corrected an issue where non-keyboard key bindings could crash the game.
-Flat bedrock replacement now plays a bit better with mods that add variations of bedrock.
----------------------------------------------------------------------------------------------------
3.0.2:
----------------------------------------------------------------------------------------------------
FIXED:
-Fixes issue with connecting across a LAN.
-Removes an unused transformer entry.
-Removes null checks from the OreDictionaryArbiter. They will be in Forge.
----------------------------------------------------------------------------------------------------
3.0.1:
----------------------------------------------------------------------------------------------------
FIXED:
-Includes a version of CoFHLib which fixes a bad packet issue.
----------------------------------------------------------------------------------------------------
3.0.0:
----------------------------------------------------------------------------------------------------
And it's version 3!
GENERAL:
-Everything is awesome! And new.
-Ported to 1.7.10, so tons of refactors and changes. The specifics don't really matter.
----------------------------------------------------------------------------------------------------