Make modid lowercase

To comply with
45b299ce06
This commit is contained in:
AfterRebelion 2016-08-06 18:22:04 +02:00
parent 0606cedabe
commit 6ce296701c
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}",