File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,12 @@ stonecutter {
9191fletchingTable {
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ org.gradle.parallel=true
77loader_version =0.17.3
88
99# Mod Properties
10- mod_version =1.1.5
10+ mod_version =1.1.6
1111maven_group =survivalblock.crossbow_scoping
1212archives_base_name =crossbow_scoping
1313
You can’t perform that action at this time.
0 commit comments