Add model for first item

This commit is contained in:
pjht 2018-02-08 19:14:39 -06:00
parent 4f9fabd4cf
commit 7c33825354
3 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
@Mod(modid = SSSPCore.modId, name = SSSPCore.name, version = SSSPCore.version)
public class SSSPCore {
public static final String modId = "sssp-core";
public static final String modId = "ssspcore";
public static final String name = "SSSP core mod";
public static final String version = "1.0.0";

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "tutorial:items/ingot_copper"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B