mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
V+
This commit is contained in:
parent
4445121023
commit
8a5e1cd4f1
@ -5,7 +5,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'com.volmit.iris'
|
group 'com.volmit.iris'
|
||||||
version '1.3.9'
|
version '1.3.10'
|
||||||
def apiVersion = '1.14'
|
def apiVersion = '1.14'
|
||||||
def name = 'Iris'
|
def name = 'Iris'
|
||||||
def main = 'com.volmit.iris.Iris'
|
def main = 'com.volmit.iris.Iris'
|
||||||
|
@ -70,6 +70,7 @@ public class IrisEngineCompound implements EngineCompound {
|
|||||||
engineMetadata.setLastVersion(Iris.instance.getDescription().getVersion());
|
engineMetadata.setLastVersion(Iris.instance.getDescription().getVersion());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(engineMetadata.getStrongholdPositions() == null || engineMetadata.getStrongholdPositions().size() == 0)
|
if(engineMetadata.getStrongholdPositions() == null || engineMetadata.getStrongholdPositions().size() == 0)
|
||||||
{
|
{
|
||||||
if(!(world instanceof FakeWorld || world instanceof HeightedFakeWorld))
|
if(!(world instanceof FakeWorld || world instanceof HeightedFakeWorld))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user