mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-12 19:20:29 +00:00
Fix a checkstyle warning
This commit is contained in:
parent
d6ea3aab1c
commit
03caf9d805
@ -90,14 +90,6 @@ repositories {
|
||||
name "SquidDev"
|
||||
url "https://squiddev.cc/maven"
|
||||
}
|
||||
ivy {
|
||||
name "Charset"
|
||||
artifactPattern "https://asie.pl/files/mods/Charset/LibOnly/[module]-[revision](-[classifier]).[ext]"
|
||||
}
|
||||
maven {
|
||||
name "Amadornes"
|
||||
url "https://maven.amadornes.com/"
|
||||
}
|
||||
maven {
|
||||
name "CraftTweaker"
|
||||
url "https://maven.blamejared.com/"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user