Skip to content

Commit

Permalink
version tags file
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Dec 26, 2024
1 parent 5fc339d commit 53ea4a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ enableGenericInjection = true
# Generate a class with a String field for the mod version named as defined below.
# If generateGradleTokenClass is empty or not missing, no such class will be generated.
# If gradleTokenVersion is empty or missing, the field will not be present in the class.
generateGradleTokenClass =
generateGradleTokenClass = net.blay09.mods.craftingtweaks.Tags

# Name of the token containing the project's current version to generate/replace.
gradleTokenVersion =
gradleTokenVersion = VERSION

# [DEPRECATED]
# Multiple source files can be defined here by providing a comma-separated list: Class1.java,Class2.java,Class3.java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;

@Mod(modid = CraftingTweaks.MOD_ID, name = "Crafting Tweaks", acceptableRemoteVersions = "*")
@Mod(modid = CraftingTweaks.MOD_ID, name = "Crafting Tweaks", version = Tags.VERSION, acceptableRemoteVersions = "*")
public class CraftingTweaks {

public enum ModSupportState {
Expand Down

0 comments on commit 53ea4a3

Please sign in to comment.