Skip to content

Commit

Permalink
Merge branch '1.18.2' into 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Aug 5, 2023
2 parents fff3ae1 + a890848 commit cca9bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/net/coderbot/iris/shaderpack/ShaderPack.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public ShaderPack(Path root, Map<String, String> changedConfigs, Iterable<String
if (Files.exists(root.resolve("world0"))) {
dimensionIdCreator.add("world0");
dimensionMap.putIfAbsent(DimensionId.OVERWORLD, "world0");
dimensionMap.putIfAbsent(new NamespacedId("*", "*"), "world0");
}
if (Files.exists(root.resolve("world-1"))) {
dimensionIdCreator.add("world-1");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "iris",
"version": "1.6.5-development-environment",
"version": "1.6.6-development-environment",

"name": "Iris",
"description": "A modern shaders mod for Minecraft intended to be compatible with existing OptiFine shader packs",
Expand Down

0 comments on commit cca9bae

Please sign in to comment.