File tree Expand file tree Collapse file tree
src/main/java/com/dse/dseMod Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1111// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1212
1313
14- version = " 0.2.0.6 "
14+ version = " 0.2.1.0 "
1515group = " com.bode.dsemod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616archivesBaseName = " dsemod"
1717
Original file line number Diff line number Diff line change 5555@ EventBusSubscriber
5656public class DseMod {
5757 public static final String MODID = "dsemod" ;
58- public static final String VERSION = "0.2.0.6 " ;
58+ public static final String VERSION = "0.2.1.0 " ;
5959 // world generator holder
6060 //public static class WORLD_GEN {
6161 // public static IWorldGenerator dse_flower_generator = new com.dse.dseMod.worldgen.WorldGenDseFlower();
You can’t perform that action at this time.
0 commit comments