Skip to content

Commit fe3f953

Browse files
committed
Use Mojang Mappings + Entity Tracker finer locking, fixed ghost blocks caused by chunk cache
1 parent bca424d commit fe3f953

File tree

2 files changed

+1515
-1866
lines changed

2 files changed

+1515
-1866
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ version = '1.0.1-alpha'
2424
ext {
2525
minecraft_version = '1.16.5'
2626
mcp_version = '20210115.111550'
27-
mappings_channel = 'snapshot'
28-
mappings_version = '20201028-1.16.3'
27+
mappings_channel = 'official'
28+
mappings_version = '1.16.5'
2929
}
3030

3131
repositories {

0 commit comments

Comments
 (0)