minor forge modinfo fix
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user