PictureSign

PictureSign

13.4k Downloads

PictureSign references internal Iris interfaces

coderbot16 opened this issue ยท 2 comments

commented

Please use the Iris API (net.irisshaders.api) instead.

if (FabricLoader.getInstance().isModLoaded("iris") && Iris.getIrisConfig().areShadersEnabled() && Iris.getCurrentPack().isPresent()) {

commented

Please use the Iris API (net.irisshaders.api) instead.

if (FabricLoader.getInstance().isModLoaded("iris") && Iris.getIrisConfig().areShadersEnabled() && Iris.getCurrentPack().isPresent()) {

You can close now
That is in 1.3.0 update

commented

Please use the Iris API (net.irisshaders.api) instead.

if (FabricLoader.getInstance().isModLoaded("iris") && Iris.getIrisConfig().areShadersEnabled() && Iris.getCurrentPack().isPresent()) {

69cf564