Skip to content

Commit 7de32d9

Browse files
committed
Exclude lexicon porting README from jars
1 parent 1027040 commit 7de32d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

buildSrc/src/main/groovy/multiloader-common.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jar {
9393
exclude "**/unused"
9494

9595
exclude ".cache"
96+
exclude 'assets/botania/patchouli_books/lexicon/en_us/README'
9697

9798
manifest {
9899
attributes([

web/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ of time the maintainers are able to spend on this effort. For the time being, up
2222

2323
* Add: Several missing Forge tags for blocks, items, and entities
2424
* Internal: Optimized texture file compression
25+
* Internal: An old to-do list for the lexicon migration to Patchouli is no longer included in the compiled jars (this caused a harmless log error on startup)
2526

2627
---
2728

0 commit comments

Comments
 (0)