Skip to content

Commit

Permalink
feat: Update Forge and NeoForge to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Jun 14, 2024
1 parent b95e4da commit 71c5ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class JEIAddon implements IModPlugin {

@Override
public ResourceLocation getPluginUid() {
return new ResourceLocation("trashslot", "trashslot");
return ResourceLocation.fromNamespaceAndPath("trashslot", "trashslot");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class JEIAddon implements IModPlugin {

@Override
public ResourceLocation getPluginUid() {
return new ResourceLocation("trashslot", "trashslot");
return ResourceLocation.fromNamespaceAndPath("trashslot", "trashslot");
}

@Override
Expand Down

0 comments on commit 71c5ece

Please sign in to comment.