Skip to content

Commit

Permalink
fix(stonecutter): fix stonecutter statements
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed Dec 25, 2024
1 parent f728e0f commit 4e1e266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
import org.spongepowered.asm.mixin.Shadow;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
import com.llamalad7.mixinextras.injector.v2.WrapWithCondition;
*///? } else {
*///?} else {
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
//? }
//?}

@Mixin(BackgroundRenderer.class)
public abstract class BackgroundRendererMixin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
import net.minecraft.util.math.Vec3d;
*/
*///?}

@Pseudo
@Mixin(value = WorldRenderer.class)
Expand Down

0 comments on commit 4e1e266

Please sign in to comment.