Skip to content
This repository was archived by the owner on Apr 25, 2021. It is now read-only.

Commit fa7804f

Browse files
committed
Fix mod info resources
- Fix modid in mcmod.info - Remove pack.mcmeta
1 parent 5338f87 commit fa7804f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/main/resources/mcmod.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"modid": "OpenPython",
3+
"modid": "openpython",
44
"name": "OpenPython",
55
"description": "Micropython for OpenComputer",
66
"version": "${version}",
@@ -12,4 +12,4 @@
1212
"logoFile": "",
1313
"screenshots": []
1414
}
15-
]
15+
]

src/main/resources/pack.mcmeta

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)