Merge pull request #79 from AfterRebelion/master

Make IronChest's modid lowercase to match forge's new rule of lowercase ids.
This commit is contained in:
Alexander (alexbegt) 2016-08-06 15:46:48 -04:00 committed by GitHub
commit 9641acc90f
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import net.minecraftforge.fml.common.registry.GameRegistry;
@Mod(modid = IronChest.MOD_ID, name = "Iron Chests", dependencies = "required-after:Forge@[12.17.0.1909,)", acceptedMinecraftVersions = "[1.9.4, 1.11)") @Mod(modid = IronChest.MOD_ID, name = "Iron Chests", dependencies = "required-after:Forge@[12.17.0.1909,)", acceptedMinecraftVersions = "[1.9.4, 1.11)")
public class IronChest public class IronChest
{ {
public static final String MOD_ID = "IronChest"; public static final String MOD_ID = "ironchest";
@Instance(IronChest.MOD_ID) @Instance(IronChest.MOD_ID)
public static IronChest instance; public static IronChest instance;

View File

@ -1,6 +1,6 @@
[ [
{ {
"modid": "IronChest", "modid": "ironchest",
"name": "Iron Chest", "name": "Iron Chest",
"description": "New chests with larger sizes, with in-place upgrade items.\nThe feature chest is the crystal chest, which is transparent - some inventory contents are visible without opening the chest", "description": "New chests with larger sizes, with in-place upgrade items.\nThe feature chest is the crystal chest, which is transparent - some inventory contents are visible without opening the chest",
"version": "${version}", "version": "${version}",