Skip to content

Commit

Permalink
Fix patch gen failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexModder committed Jan 21, 2025
1 parent 1dc0744 commit a9105e7
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
--- a/net/minecraft/client/renderer/chunk/SectionRenderDispatcher.java
+++ b/net/minecraft/client/renderer/chunk/SectionRenderDispatcher.java
@@ -254,7 +_,7 @@
}

@OnlyIn(Dist.CLIENT)
- public class RenderSection implements net.neoforged.neoforge.client.IRenderableSection {
+ public class RenderSection {
public static final int SIZE = 16;
public final int index;
public final AtomicReference<SectionRenderDispatcher.CompiledSection> compiled = new AtomicReference<>(
@@ -399,9 +_,10 @@

public SectionRenderDispatcher.RenderSection.CompileTask createCompileTask(RenderRegionCache p_295324_) {
Expand Down

0 comments on commit a9105e7

Please sign in to comment.