Skip to content

Commit

Permalink
change iris comapt version to 1.6.10 and misc changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed Oct 20, 2023
1 parent df8c35d commit 1d01131
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ modmenu_version=8.0.0
cloth_config_version=12.0.109
mixin_extras_version=0.2.0
sodium_path=maven.modrinth:sodium:mc1.20.2-0.5.3
iris_path=maven.modrinth:iris:1.6.9+1.20.2
iris_path=maven.modrinth:iris:1.6.10+1.20.2
gravity_changer_version=cd4e3377
pehkui_version=3.7.5
enable_sodium=true
enable_iris=false
enable_iris=true
enable_pehkui=false
enable_gravity_changer=true
enable_test_mod=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,14 @@ public static <T extends Portal> EntityType<T> createPortalEntityType(
public static final UUID nullUUID = Util.NIL_UUID;
private static final AABB nullBox = new AABB(0, 0, 0, 0, 0, 0);

// TODO 3D portal
public boolean isFlat = true;

/**
* The portal area length along axisW
*/
public double width = 0;
public double height = 0;

// TODO 3D portal
public double depth = 0;
public double thickness = 0;

/**
* axisW and axisH define the orientation of the portal
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"resolutioncontrol": "*",
"canvas": "*",
"cardboard": "*",
"iris": ["<1.6.9", ">1.6.9"],
"iris": ["<1.6.10", ">1.6.10"],
"sodium": ["<0.5.3", ">0.5.3"],
"gravity_api": "*"
},
Expand Down

0 comments on commit 1d01131

Please sign in to comment.