Add model for first item
This commit is contained in:
parent
4f9fabd4cf
commit
7c33825354
@ -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";
|
||||
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tutorial:items/ingot_copper"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 600 B |
Loading…
x
Reference in New Issue
Block a user