-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
64 lines (49 loc) · 2.2 KB
/
CHANGELOG
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
1.9-1.2.2:
* Update to java 8.
* Update to Forge 12.16.1.1894.
* Fix the bed placement tracking not persisting through restarts.
1.9-1.2.1:
* Update to Forge 12.16.0.1811.
1.9-1.2.0:
* Remove the food healing mechanic and replace it with regeneration that consumes a lot more saturation/hunger.
* Update to minecraft 1.8.9.
1.8-1.1.4:
* Added config to modify foods values and saturation.
* Added config to limit the break speed of blocks, fixes #3.
* Fixed a performance issue when loading classes, fixes #2.
* Fix the sleep prevention tweak not working.
1.8-1.1.3:
* Fixed sometimes crashing when using beds, fixes #1.
1.8-1.1.2:
* Added tweak to prevent being able to sleep in recently placed beds.
* Added tweak to prevent creepers from spawning on blocks with direct sky access.
* Added config option for zombie's knockbackResistance attribute.
* Update to minecraft 1.8.
1.1.4:
* Added config to modify foods values and saturation.
* Added config to limit the break speed of blocks, fixes #3.
* Fixed a performance issue when loading classes, fixes #2.
1.1.3:
* Fixed sometimes crashing when using beds, fixes #1.
1.1.2:
* Added tweak to prevent being able to sleep in recently placed beds.
* Added tweak to prevent creepers from spawning on blocks with direct sky access.
* Added config option for zombie's knockbackResistance attribute.
1.1.1:
* Added tweak to make leaves blocks non-solid (like vines).
* Added tweak to prevent boats from breaking.
1.1.0:
* Added config to make the day longer/shorter than the night.
* Added config gui, config file was reestructured.
* Added tweaks to spiders. * Removed tweaks to the mobs damage.
1.0b4:
* Added config option for arrows to ignore armor. * Added tweak for animals to run away from attacker instead of randomly.
* Prevent healing when eating if the food has a negative effect.
1.0b3:
* Added damage config options for endermen, ghasts and silverfish.
* Fixed typo error on the dayLengthMultiplier option.
1.0b2:
* Added extra config options for the eating regen.
* Added config options for the damage of monsters.
1.0b1:
* initial release.