File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/fermiummixins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ mixin_extras_version=0.5.0
2121# mod
2222mod_id =fermiummixins
2323mod_name =FermiumMixins
24- mod_version =1.0.10
24+ mod_version =1.0.11
2525mod_author =["fonnymunkey"]
2626mod_description =General purpose Minecraft and Minecraft mod tweaker and fixer.
2727mixin_loader_class =fermiummixins.FermiumMixinsPlugin
Original file line number Diff line number Diff line change 1515public class FermiumMixins {
1616
1717 public static final String MODID = "fermiummixins" ;
18- public static final String VERSION = "1.0.10 " ;
18+ public static final String VERSION = "1.0.11 " ;
1919 public static final String NAME = "FermiumMixins" ;
2020 public static final Logger LOGGER = LogManager .getLogger ();
2121
You can’t perform that action at this time.
0 commit comments