mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-05 13:23:54 +00:00
Fix a checkstyle warning
This commit is contained in:
parent
d6ea3aab1c
commit
03caf9d805
@ -90,14 +90,6 @@ repositories {
|
|||||||
name "SquidDev"
|
name "SquidDev"
|
||||||
url "https://squiddev.cc/maven"
|
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 {
|
maven {
|
||||||
name "CraftTweaker"
|
name "CraftTweaker"
|
||||||
url "https://maven.blamejared.com/"
|
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.
|
* 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 IFinishedRecipe recipe;
|
||||||
private final CompoundNBT resultData;
|
private final CompoundNBT resultData;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user