File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/mcmoddev/nethermetals Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- Fixed a silly bug in the last release causing nether ores for vanilla mats not to generate
1+ *Metals family wide bug-fixes and updates. No longer requires BaseMetals - only MMDLib and MMD OreSpawn.
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ bmi_version=2.5.0-beta+
3535fme_version =2.5.0-beta+
3636mme_version =2.5.0-beta+
3737hwyla_version =1.8.23-B38_1.12
38- mmdlib_version =1.0.0-beta +
38+ mmdlib_version =1.0.0-rc +
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public final class NetherMetals {
4747 * is made that has the potential to break compatibility with other mods that depend on this
4848 * one.
4949 */
50- public static final String VERSION = "1.2.0-beta6 " ;
50+ public static final String VERSION = "1.2.0-rc1 " ;
5151
5252 public static final Logger LOGGER = LogManager .getFormatterLogger (NetherMetals .MODID );
5353
You can’t perform that action at this time.
0 commit comments