sort of working Forge project

This commit is contained in:
dfsek
2021-04-29 01:55:24 -07:00
parent 59b655ce5d
commit 54bb4ef109
4 changed files with 68 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
package com.dfsek.terra.forge;
import net.minecraftforge.fml.common.Mod;
@Mod("Terra")
public class TerraForgePlugin {
}