Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bombcar committed Feb 9, 2022
1 parent 04551c8 commit da65d9c
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 @@ -26,10 +26,10 @@ developmentEnvironmentUserName = "Developer"
# The string's content will be replaced with your mods version when compiled. You should use this to specify your mod's
# version in @Mod([...], version = VERSION, [...])
# Leave these properties empty to skip individual token replacements
replaceGradleTokenInFile =
replaceGradleTokenInFile = Avaritia.java
gradleTokenModId =
gradleTokenModName =
gradleTokenVersion =
gradleTokenVersion = GRADLETOKEN_VERSION
gradleTokenGroupName =

# In case your mod provides an API for other mods to implement you may declare its package here. Otherwise, you can
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/fox/spiteful/avaritia/Avaritia.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import net.minecraft.item.Item;
import net.minecraftforge.common.MinecraftForge;

@Mod(modid = "Avaritia", name = "Avaritia", dependencies = "after:Thaumcraft;after:AWWayofTime;after:Botania")
@Mod(modid = "Avaritia", name = "Avaritia", version = "GRADLETOKEN_VERSION" dependencies = "after:Thaumcraft;after:AWWayofTime;after:Botania")
public class Avaritia {
@Instance
public static Avaritia instance;
Expand Down

0 comments on commit da65d9c

Please sign in to comment.