-
Notifications
You must be signed in to change notification settings - Fork 7
/
changelog.txt
77 lines (63 loc) · 2.07 KB
/
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
Build: 1.18-38.0.15 - Sun Dec 05 19:40:15 GMT 2021
xfacthd:
Fix ChunkWatchEvent not being fired (#8253)
=========
Build: 1.18-38.0.14 - Sat Dec 04 01:30:30 GMT 2021
git:
Call handleUpdateTag for BlockEntities again (#8237)
=========
Build: 1.18-38.0.13 - Fri Dec 03 22:10:25 GMT 2021
commoble:
Fix test worldgen data (#8248)
=========
Build: 1.18-38.0.12 - Thu Dec 02 20:16:47 GMT 2021
lexmanos:
Allow Forge Registries to return key information for overridden objects. Fixes #8230
=========
Build: 1.18-38.0.11 - Thu Dec 02 19:17:12 GMT 2021
curle:
Save Chunk capabilities to the chunk, rather than recursively to the capabilities.
=========
Build: 1.18-38.0.10 - Thu Dec 02 15:24:47 GMT 2021
gigaherz:
Make HandshakeConsumer public again.
Fixes #8241
gigaherz:
Fix LevelChunk capability attach crash.
Fix client chunks not having capability providers attached.
Add capability attach tests.
=========
Build: 1.18-38.0.8 - Thu Dec 02 00:44:15 GMT 2021
curle:
Add missing biomes back to the BiomeDictionary
curle:
Complete TODO in ShapedRecipe patch causing logspam related to minecraft:air
=========
Build: 1.18-38.0.6 - Wed Dec 01 22:12:05 GMT 2021
curle:
Readd Mixin 0.8.5 to fix modules issues.
=========
Build: 1.18-38.0.5 - Wed Dec 01 16:56:24 GMT 2021
curle:
Readd PoseStack field to RenderTooltipEvent.
=========
Build: 1.18-38.0.4 - Wed Dec 01 01:29:57 GMT 2021
curle:
Fix custom loot serializers using wrong registry names
=========
Build: 1.18-38.0.3 - Wed Dec 01 01:15:13 GMT 2021
lexmanos:
Fix DungeonHooks not returning correct values. Fixes dungeons in world spawning pigs.
=========
Build: 1.18-38.0.2 - Wed Dec 01 00:23:23 GMT 2021
lexmanos:
Fix dedicated server install. Closes #8226
Fix example mod
Fix obf issue with records. Closes #8228
Fix dependencies beingg out of sync from vanilla. Closes #8227
Disable mixin due to module incompatibility.
=========
Build: 1.18-38.0.1 - Tue Nov 30 20:56:52 GMT 2021
gigaherz:
Fix mod resources not loading.
Add BreakingItemParticle.java.patch which I forgot to commit during the porting.