File tree Expand file tree Collapse file tree
src/main/java/com/falsepattern/falsetweaks/mixin
mixins/client/vertexapi/swansong Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 * along with FalseTweaks. If not, see <https://www.gnu.org/licenses/>.
2121 */
2222
23- package com .falsepattern .falsetweaks .mixin .mixins .client .triangulator .swansong ;
23+ package com .falsepattern .falsetweaks .mixin .mixins .client .vertexapi .swansong ;
2424
2525import com .falsepattern .falsetweaks .Compat ;
2626import com .falsepattern .falsetweaks .api .triangulator .VertexAPI ;
Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ public enum Mixin implements IMixins {
8585 () -> !ModuleConfig .BSP_SORTING ,
8686 mods (require (FoamFix ), avoid (SwanSong )),
8787 client ("vertexapi.TessellatorMixin_RequireFoamFix" )),
88+ VertexAPI_Swansong (Phase .EARLY ,
89+ require (SwanSong ),
90+ client ("vertexapi.swansong.ShaderTessMixin" )),
8891
8992 Triangulator (Phase .EARLY ,
9093 () -> ModuleConfig .TRIANGULATOR ,
@@ -117,10 +120,6 @@ public enum Mixin implements IMixins {
117120 () -> ModuleConfig .TRIANGULATOR ,
118121 require (RedstonePaste ),
119122 client ("triangulator.redstonepaste.RedstonePasteHighlighterMixin" )),
120- Triangulator_Swansong (Phase .EARLY ,
121- () -> ModuleConfig .TRIANGULATOR ,
122- require (SwanSong ),
123- client ("triangulator.swansong.ShaderTessMixin" )),
124123
125124 CrackFix (Phase .EARLY ,
126125 () -> ModuleConfig .blockCrackFix ,
You can’t perform that action at this time.
0 commit comments