minor forge modinfo fix

This commit is contained in:
James Seibel
2024-04-14 21:17:02 -05:00
parent 8a9bfa3d33
commit da72f783ed
2 changed files with 3 additions and 2 deletions
@@ -70,7 +70,7 @@ import java.util.function.Consumer;
* If you are looking for the real start of the mod
* check out the ClientProxy.
*/
@Mod("distanthorizons") // TODO: Change it back to ModInfo.ID when forge works
@Mod(ModInfo.ID)
public class ForgeMain extends AbstractModInitializer
{
public ForgeMain()
+2 -1
View File
@@ -4,7 +4,8 @@ minecraft_version=1.20.4
parchment_version=1.20.2:2023.12.10
compatible_minecraft_versions=["1.20.3", "1.20.4"]
accessWidenerVersion=1_20_2
builds_for=fabric,neoforge,forge
builds_for=fabric,forge
# neoforge can be added once the issue with mixins has been resolved
# Fabric loader
fabric_loader_version=0.15.1