Skip to content

Commit

Permalink
Add dep warning
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Nov 27, 2024
1 parent b60c044 commit 73688d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@Construct(modid = UCoreMod.MODID, priority = 2000)
public class UCoreForgeCommonConstruct implements ModConstruct {

@SuppressWarnings("removal") // TODO remove code later
@Override
public void construct() {
final String version = ModLoadingContext.get().getActiveContainer().getModInfo().getVersion().toString();
Expand Down

0 comments on commit 73688d9

Please sign in to comment.