mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-19 23:31:27 +00:00
woops
This commit is contained in:
@@ -200,7 +200,7 @@ public class IrisBiome extends IrisRegistrant implements IRare {
|
|||||||
var key = getLoadKey();
|
var key = getLoadKey();
|
||||||
if (key == null) key = getVanillaDerivative().getKey().getKey();
|
if (key == null) key = getVanillaDerivative().getKey().getKey();
|
||||||
String biomeID = key.replaceAll("\\s", "").replaceAll("[^a-z0-9/._-]", "");
|
String biomeID = key.replaceAll("\\s", "").replaceAll("[^a-z0-9/._-]", "");
|
||||||
setCustomDerivitives(new KList<>(new IrisBiomeReplacement().setId(biomeID)));
|
setCustomDerivitives(new KList<>(new IrisBiomeReplacement().setBiome(getVanillaDerivative()).setId(biomeID)));
|
||||||
}
|
}
|
||||||
return customDerivitives;
|
return customDerivitives;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user