Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Dec 15, 2022
1 parent fbb1bc3 commit 3c5cbf2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import com.google.gson.JsonObject;
import com.simibubi.create.foundation.ponder.PonderLocalization;
import com.tterrag.registrate.fabric.GatherDataEvent;

import net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator;
import plus.dragons.createdragonlib.advancement.AdvancementHolder;
Expand All @@ -24,7 +23,7 @@ public static LangFactory create(String name, String modid) {
}

/**
* Register the {@link LangMerger} instance to {@link GatherDataEvent}. <br>
* Register the {@link LangMerger} instance to {@link FabricDataGenerator}. <br>
* Should be called in the mod's main class' constructor. <br>
*/
public void datagen(final FabricDataGenerator datagen) {
Expand Down

0 comments on commit 3c5cbf2

Please sign in to comment.