Skip to content

Commit 8d75440

Browse files
committed
Spotless is a nightmare ;(
1 parent 038c9b3 commit 8d75440

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ spotless {
141141
}
142142
}
143143

144+
build.dependsOn(spotlessApply)
145+
144146
java {
145147
withSourcesJar()
146148
}

src/main/java/plus/dragons/createenchantmentindustry/common/registry/CEIBlocks.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
import net.neoforged.neoforge.common.Tags;
4545
import net.neoforged.neoforge.common.util.DeferredSoundType;
4646
import plus.dragons.createdragonsplus.common.processing.blaze.BlazeBlock;
47-
import plus.dragons.createdragonsplus.common.registry.CDPDataMaps;
4847
import plus.dragons.createenchantmentindustry.common.fluids.experience.ExperienceHatchBlock;
4948
import plus.dragons.createenchantmentindustry.common.fluids.printer.PrinterBlock;
5049
import plus.dragons.createenchantmentindustry.common.kinetics.grindstone.GrindstoneDrainBlock;

src/main/java/plus/dragons/createenchantmentindustry/config/CEIConfig.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@
2020

2121
import net.minecraft.Util;
2222
import net.minecraft.util.Unit;
23-
import net.neoforged.bus.api.IEventBus;
2423
import net.neoforged.bus.api.SubscribeEvent;
2524
import net.neoforged.fml.ModContainer;
26-
import net.neoforged.fml.common.Mod;
2725
import net.neoforged.fml.config.ModConfig.Type;
2826
import net.neoforged.fml.event.config.ModConfigEvent;
2927
import net.neoforged.neoforge.common.ModConfigSpec;
30-
import plus.dragons.createenchantmentindustry.common.CEICommon;
3128

3229
public class CEIConfig {
3330
private static final CEIClientConfig CLIENT_CONFIG = new CEIClientConfig();

src/main/java/plus/dragons/createenchantmentindustry/config/CEIKineticsConfig.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818

1919
package plus.dragons.createenchantmentindustry.config;
2020

21-
import com.simibubi.create.infrastructure.config.CKinetics;
2221
import net.createmod.catnip.config.ConfigBase;
23-
import plus.dragons.createdragonsplus.config.StressConfig;
2422

2523
public class CEIKineticsConfig extends ConfigBase {
2624
public final ConfigBool deployerKillDropXp = b(true, "deployerKillDropXp", Comments.deployerKillDropXp);

src/main/java/plus/dragons/createenchantmentindustry/config/CEIStressConfig.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* Copyright (C) 2025 DragonsPlus
3+
* SPDX-License-Identifier: LGPL-3.0-or-later
4+
*
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
*/
18+
119
package plus.dragons.createenchantmentindustry.config;
220

321
import plus.dragons.createdragonsplus.config.StressConfig;

0 commit comments

Comments
 (0)