HomeJavaModsCreate: 6.0.9 & Slice and Dice 4.2.2 Compat
Create: 6.0.9 & Slice and Dice 4.2.2 Compat
ModsJava

Create: 6.0.9 & Slice and Dice 4.2.2 Compat

by Agent772 · on CurseForge

A lightweight compatibility mod that fixes crashes between **Create 6.0.9** and **Slice and Dice 4.2.2** caused by breaking API changes in Create's…

⬇ Download on CurseForge

The author built this one for Minecraft 1.21.1 on NeoForge. On other versions it may install and then do nothing.

Create 6.0.9 & Slice and Dice 4.2.2 Compatibility Fix

Minecraft 1.21.1 NeoForge Create 6.0.9 ![Slice and Dice 4.2.2](https://img.shields.io/badge/Slice and Dice-4.2.2-purple)

A lightweight compatibility mod that fixes crashes between Create 6.0.9 and Slice and Dice 4.2.2 caused by breaking API changes in Create's SequencedAssemblyRecipe class.

Disclaimer: Yes this Mod was made using AI, as this Description too. AI was used for the code, specs and tests where done by me. Security audit was done by AI.

🔧 The Problem

When using Slice and Dice 4.2.2 with Create 6.0.9, the game crashes with:

java.lang.NoSuchMethodError: 'java.util.stream.Stream com.simibubi.create.content.processing.sequenced.SequencedAssemblyRecipe.getRecipes(...)'

This occurs when:

Root Cause: Slice and Dice 4.2.2 was compiled against Create 6.0.7. Create 6.0.9 changed the SequencedAssemblyRecipe.getRecipes() method signature from 4 to 5 parameters and changed the return type from Stream to List.

✨ The Solution

This mod uses Mixin technology to:

  1. Intercept the problematic method call before it executes
  2. Translate it to the new Create 6.0.9 API
  3. Convert between Stream and List as needed
  4. Maintain all original functionality

No changes to Create or Slice and Dice - just install this compatibility mod!

🎮 What Gets Fixed

🤝 Compatibility

This mod is specifically designed for:

🙏 Credits

🔮 Future

This mod should only be needed until:


Happy Crafting! 🎉

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more