Skip to content

Commit

Permalink
make mod not required on client for normal players
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed Feb 29, 2024
1 parent 5dc1a17 commit af5ffeb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
modid = CustomNpcPlusExtras.MODID,
version = Tags.VERSION,
name = "CustomNPC+ Advancements",
acceptedMinecraftVersions = "[1.7.10]")
acceptedMinecraftVersions = "[1.7.10]",
acceptableRemoteVersions = "*")
public class CustomNpcPlusExtras {

public static final String MODID = "customnpcsadvanced";
Expand Down

0 comments on commit af5ffeb

Please sign in to comment.