mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-03 08:26:11 +00:00
woops
This commit is contained in:
parent
19c6f4f2ba
commit
7b80eb1c06
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user