File tree Expand file tree Collapse file tree 4 files changed +1
-43
lines changed
src/main/java/com/falsepattern/lib Expand file tree Collapse file tree 4 files changed +1
-43
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ mixinPreinitConfig =
7373# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
7474# This parameter is for legacy compatability only
7575# Example value: coreModClass = asm.FMLPlugin + modGroup = com.myname.mymodid -> com.myname.mymodid.asm.FMLPlugin
76- coreModClass = internal.CoreLoadingPlugin
76+ coreModClass =
7777# If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod ( = some class
7878# that is annotated with @Mod) you want this to be true. When in doubt: leave it on false!
7979containsMixinsAndOrCoreModOnly = false
Original file line number Diff line number Diff line change 11package com .falsepattern .lib .config ;
22
33import com .falsepattern .lib .StableAPI ;
4- import com .falsepattern .lib .internal .CoreLoadingPlugin ;
54import com .falsepattern .lib .internal .FalsePatternLib ;
65import com .falsepattern .lib .util .FileUtil ;
76import cpw .mods .fml .client .config .IConfigElement ;
2726import lombok .SneakyThrows ;
2827import lombok .val ;
2928import lombok .var ;
30- import net .minecraft .launchwrapper .Launch ;
3129import net .minecraftforge .common .config .ConfigElement ;
3230import net .minecraftforge .common .config .Configuration ;
3331
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11package com .falsepattern .lib .mixin ;
22
33import com .falsepattern .lib .StableAPI ;
4- import com .falsepattern .lib .internal .CoreLoadingPlugin ;
54import java .io .File ;
65import java .io .FileNotFoundException ;
76import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments