-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
186 additions
and
612 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
common/src/api/java/dev/vexor/radium/compat/mojang/minecraft/render/LightTexture.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
common/src/main/java/net/caffeinemc/mods/sodium/client/world/cloned/ChunkRenderContext.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
package net.caffeinemc.mods.sodium.client.world.cloned; | ||
|
||
import dev.vexor.radium.compat.mojang.minecraft.math.SectionPos; | ||
import net.minecraft.util.math.BlockBox; | ||
import net.minecraft.util.math.Box; | ||
|
||
import java.util.List; | ||
|
||
public record ChunkRenderContext(SectionPos origin, ClonedChunkSection[] sections, Box volume) { | ||
public record ChunkRenderContext(SectionPos origin, ClonedChunkSection[] sections, BlockBox volume) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
common/src/main/java/net/irisshaders/iris/layer/BlockEntityRenderStateShard.java
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
common/src/main/java/net/irisshaders/iris/layer/BufferSourceWrapper.java
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
common/src/main/java/net/irisshaders/iris/layer/EntityRenderStateShard.java
This file was deleted.
Oops, something went wrong.
103 changes: 0 additions & 103 deletions
103
common/src/main/java/net/irisshaders/iris/layer/InnerWrappedRenderType.java
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
common/src/main/java/net/irisshaders/iris/layer/IsOutlineRenderStateShard.java
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
common/src/main/java/net/irisshaders/iris/layer/LightningRenderStateShard.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.