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 =
73
73
# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
74
74
# This parameter is for legacy compatability only
75
75
# Example value: coreModClass = asm.FMLPlugin + modGroup = com.myname.mymodid -> com.myname.mymodid.asm.FMLPlugin
76
- coreModClass = internal.CoreLoadingPlugin
76
+ coreModClass =
77
77
# If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod ( = some class
78
78
# that is annotated with @Mod) you want this to be true. When in doubt: leave it on false!
79
79
containsMixinsAndOrCoreModOnly = false
Original file line number Diff line number Diff line change 1
1
package com .falsepattern .lib .config ;
2
2
3
3
import com .falsepattern .lib .StableAPI ;
4
- import com .falsepattern .lib .internal .CoreLoadingPlugin ;
5
4
import com .falsepattern .lib .internal .FalsePatternLib ;
6
5
import com .falsepattern .lib .util .FileUtil ;
7
6
import cpw .mods .fml .client .config .IConfigElement ;
27
26
import lombok .SneakyThrows ;
28
27
import lombok .val ;
29
28
import lombok .var ;
30
- import net .minecraft .launchwrapper .Launch ;
31
29
import net .minecraftforge .common .config .ConfigElement ;
32
30
import net .minecraftforge .common .config .Configuration ;
33
31
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
package com .falsepattern .lib .mixin ;
2
2
3
3
import com .falsepattern .lib .StableAPI ;
4
- import com .falsepattern .lib .internal .CoreLoadingPlugin ;
5
4
import java .io .File ;
6
5
import java .io .FileNotFoundException ;
7
6
import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments