Skip to content

Commit b158f66

Browse files
committed
1.1.6 fix fletching table
1 parent 20f9686 commit b158f66

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,12 @@ stonecutter {
9191
fletchingTable {
9292
mixins.create("main") {
9393
// Default matches the default value in the annotation
94-
mixin("default", "${project.property("archives_base_name")}.mixins.json")
94+
mixin("default", "${project.property("archives_base_name")}.mixins.json") {
95+
env("CLIENT",
96+
"survivalblock.crossbow_scoping.mixin.compat.sodium.client",
97+
"survivalblock.crossbow_scoping.mixin.crossbow.client"
98+
)
99+
}
95100
}
96101
mixins.all {
97102
automatic = true

changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Crossbow Scoping 1.1.5
2-
- Port to 1.21.10 and 1.21.11
3-
- In 1.21.11, all Crossbow Scoping game rules now use snake_case instead of the old camelCase
1+
Crossbow Scoping 1.1.6
2+
- Begin fixing #4
3+
- Do not put client mixins in common in mixins.json

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.parallel=true
77
loader_version=0.17.3
88

99
# Mod Properties
10-
mod_version=1.1.5
10+
mod_version=1.1.6
1111
maven_group=survivalblock.crossbow_scoping
1212
archives_base_name=crossbow_scoping
1313

0 commit comments

Comments
 (0)