Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Starexify committed Oct 27, 2024
1 parent 003d768 commit 625e12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ neogradle.subsystems.parchment.mappingsVersion=2024.07.28
# Environment Properties
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
# The Minecraft version must agree with the Neo version to get a valid artifact
minecraft_version=1.21
minecraft_version=1.21.1
# The Minecraft version range can use any release version of Minecraft as bounds.
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
# as they do not follow standard versioning conventions.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/nova/nmt/NoMoreThings.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@Mod(MODID)
public class NoMoreThings {
public static final String MODID = "nomorethings";
public static final String MODID = "nmt";
public static final Logger logger = LoggerFactory.getLogger(NoMoreThings.class);

public NoMoreThings(IEventBus bus) {
Expand Down

0 comments on commit 625e12d

Please sign in to comment.