mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-22 18:26:08 +01:00
Fix materials in 1.12- being completely busted
This commit is contained in:
parent
344911bfca
commit
662c248656
@ -1147,8 +1147,6 @@ public enum Materials {
|
|||||||
|
|
||||||
// Try 1.12- names
|
// Try 1.12- names
|
||||||
for (Materials mat : Materials.values()) {
|
for (Materials mat : Materials.values()) {
|
||||||
if (name.equalsIgnoreCase(mat.name()))
|
|
||||||
|
|
||||||
if (name.equalsIgnoreCase(mat.old12Mat)) {
|
if (name.equalsIgnoreCase(mat.old12Mat)) {
|
||||||
if (pmat == null) {
|
if (pmat == null) {
|
||||||
pmat = mat;
|
pmat = mat;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
allprojects {
|
allprojects {
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
group = 'com.goodandevil.skyblock'
|
group = 'com.goodandevil.skyblock'
|
||||||
version = 'Build-78.3'
|
version = 'Build-78.4'
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
Loading…
Reference in New Issue
Block a user