Add mods.toml
This commit is contained in:
parent
d7c4f55e6c
commit
b8f09d29b7
2 changed files with 8 additions and 2 deletions
|
@ -126,8 +126,6 @@ public class TechReborn {
|
|||
}
|
||||
|
||||
|
||||
|
||||
@SubscribeEvent
|
||||
public void postinit() {
|
||||
proxy.postInit();
|
||||
|
||||
|
|
8
src/main/resources/META-INF/mods.toml
Normal file
8
src/main/resources/META-INF/mods.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
modLoader="javafml"
|
||||
loaderVersion="[13,)"
|
||||
|
||||
[[mods]]
|
||||
modId="techreborn"
|
||||
version="${version}"
|
||||
displayName="Tech Reborn"
|
||||
description="Tech Reborn"
|
Loading…
Add table
Reference in a new issue