Skip to content

Commit

Permalink
A beta version
Browse files Browse the repository at this point in the history
[publish beta]

Signed-off-by: Liyan Zhao <[email protected]>
  • Loading branch information
zly2006 committed Jan 31, 2024
1 parent 86303ae commit 9486746
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,15 @@ artifactory {
}
}
}

shadowJar {
zip64 true
exclude('META-INF/**')
exclude('kotlin/**')
exclude('kotlinx/**')
exclude('*.json')
exclude('*.properties')
exclude('*.accesswidener')
exclude('LICENSE*')
exclude('Log4j*')
}
6 changes: 6 additions & 0 deletions src/main/java/com/github/zly2006/reden/render/BlockOutline.kt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ object BlockOutline {
val mc = MinecraftClient.getInstance()
val renderManager = mc.blockRenderManager
val random = Random.create()
// WorldSchematic(
// mc.world!!.levelProperties,
// mc.world!!.dimensionEntry,
// { DummyProfiler.INSTANCE },
// null
// )
synchronized(blocks) {
// Note: ConcurrentModificationException
blocks.toList()
Expand Down

0 comments on commit 9486746

Please sign in to comment.