mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-31 21:52:59 +00:00
Fix a checkstyle warning
This commit is contained in:
@@ -20,7 +20,7 @@ import java.util.function.Consumer;
|
||||
/**
|
||||
* Adapter for recipes which overrides the serializer and adds custom item NBT.
|
||||
*/
|
||||
public class RecipeWrapper implements IFinishedRecipe
|
||||
public final class RecipeWrapper implements IFinishedRecipe
|
||||
{
|
||||
private final IFinishedRecipe recipe;
|
||||
private final CompoundNBT resultData;
|
||||
|
||||
Reference in New Issue
Block a user