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:
commit
9641acc90f
|
@ -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)")
|
||||
public class IronChest
|
||||
{
|
||||
public static final String MOD_ID = "IronChest";
|
||||
public static final String MOD_ID = "ironchest";
|
||||
|
||||
@Instance(IronChest.MOD_ID)
|
||||
public static IronChest instance;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[
|
||||
{
|
||||
"modid": "IronChest",
|
||||
"modid": "ironchest",
|
||||
"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",
|
||||
"version": "${version}",
|
||||
|
|
Loading…
Reference in New Issue