Skip to content

Commit

Permalink
Fixed checkstyle complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Sep 30, 2023
1 parent b8a2a4b commit cee9439
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

import net.minecraft.enchantment.Enchantments;
import net.minecraft.registry.RegistryWrapper;
import net.minecraft.util.Identifier;

import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput;
import net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider;
import net.fabricmc.fabric.api.tag.convention.v2.ConventionalEnchantmentTags;
import net.minecraft.util.Identifier;

public final class EnchantmentTagGenerator extends FabricTagProvider.EnchantmentTagProvider {
public EnchantmentTagGenerator(FabricDataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) {
Expand Down

0 comments on commit cee9439

Please sign in to comment.