aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/example/ExampleMod.java
diff options
context:
space:
mode:
authorILikePlayingGames <22475143+ILikePlayingGames@users.noreply.github.com>2023-07-01 23:41:16 -0400
committernea <nea@nea.moe>2023-07-02 14:16:32 +0200
commit8c46698f97bb22e3b16061912a34a03fe52da08b (patch)
treee790da034ee4fa2c90995d41dee92df027752bf9 /src/main/java/com/example/ExampleMod.java
parent3d719d9224023b0b97e9e7cdc20904367f27d269 (diff)
downloadForge1.8.9Template-8c46698f97bb22e3b16061912a34a03fe52da08b.tar.gz
Forge1.8.9Template-8c46698f97bb22e3b16061912a34a03fe52da08b.tar.bz2
Forge1.8.9Template-8c46698f97bb22e3b16061912a34a03fe52da08b.zip
Update dependencies and fix bugs
- Update Gradle to 8.2-bin - Update Shadow to 8.1.1 - Update DevAuth to 1.1.2 - Update Mixin to 0.8.5 - Add some missed property substitutions
Diffstat (limited to 'src/main/java/com/example/ExampleMod.java')
-rw-r--r--src/main/java/com/example/ExampleMod.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/example/ExampleMod.java b/src/main/java/com/example/ExampleMod.java
index 0e6967a..c18b591 100644
--- a/src/main/java/com/example/ExampleMod.java
+++ b/src/main/java/com/example/ExampleMod.java
@@ -4,7 +4,7 @@ import net.minecraft.init.Blocks;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
-@Mod(modid = "examplemod", version = "1.0.0")
+@Mod(modid = "examplemod", useMetadata=true)
public class ExampleMod {
@Mod.EventHandler
public void init(FMLInitializationEvent event) {