Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified build script #7

Merged
merged 2 commits into from
Dec 19, 2021
Merged

Unified build script #7

merged 2 commits into from
Dec 19, 2021

Conversation

SinTh0r4s
Copy link
Member

No description provided.

@SinTh0r4s SinTh0r4s requested a review from a team December 19, 2021 10:26
@Dream-Master Dream-Master requested a review from a team December 19, 2021 13:26
@@ -25,7 +25,7 @@
import cpw.mods.fml.common.event.FMLPreInitializationEvent;
import cpw.mods.fml.common.event.FMLServerStartingEvent;

@Mod(modid = "EnderStorage", dependencies = "required-after:CodeChickenCore@[" + CodeChickenCorePlugin.version + ",)", acceptedMinecraftVersions = CodeChickenCorePlugin.mcVersion)
@Mod(modid = "EnderStorage", name = "EnderStorage", dependencies = "required-after:CodeChickenCore@[" + CodeChickenCorePlugin.version + ",)", acceptedMinecraftVersions = CodeChickenCorePlugin.mcVersion)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the name hard coded here and set in the other file?

@Dream-Master Dream-Master merged commit abfd148 into master Dec 19, 2021
@Dream-Master Dream-Master deleted the unified-build-script branch December 19, 2021 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants