mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
More fixes
This commit is contained in:
parent
ca228ca23e
commit
013d6625d5
@ -76,5 +76,5 @@ public interface INMSBinding {
|
||||
return false;
|
||||
}
|
||||
|
||||
RegistryBlockID<CompoundTag> computeBlockIDRegistry() throws NoSuchFieldException, IllegalAccessException;
|
||||
RegistryBlockID computeBlockIDRegistry() throws NoSuchFieldException, IllegalAccessException;
|
||||
}
|
||||
|
@ -146,7 +146,7 @@ public class NMSBinding1X implements INMSBinding {
|
||||
}
|
||||
|
||||
@Override
|
||||
public RegistryBlockID<CompoundTag> computeBlockIDRegistry() throws NoSuchFieldException, IllegalAccessException {
|
||||
public RegistryBlockID computeBlockIDRegistry() throws NoSuchFieldException, IllegalAccessException {
|
||||
Iris.error("Cannot use the global data palette! Iris is incapable of using MCA generation on this version of minecraft!");
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user