Skip to content

Commit

Permalink
Merge pull request #25 from GTNewHorizons/glowredman-patch-1
Browse files Browse the repository at this point in the history
Set coremod as childmod
  • Loading branch information
Dream-Master authored Jan 16, 2023
2 parents 9412931 + df27528 commit 6b6b6f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ public class ThaumicTLoaderContainer extends DummyModContainer implements IFMLLo
private final ModMetadata md = new ModMetadata();

public ThaumicTLoaderContainer() {
md.autogenerated = true;
md.credits = "nekosune, Pixlepix, and all thanks to Vazkii";
md.modId = getModId();
md.version = getVersion();
md.name = getName();
md.authorList = Arrays.asList("nekosune", "Pixlepix", "Vazkii");
md.parent = "ThaumicTinkerer";
}

@Override
Expand Down

0 comments on commit 6b6b6f1

Please sign in to comment.