We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0928fa5 commit cd57706Copy full SHA for cd57706
2 files changed
build.gradle
@@ -54,7 +54,7 @@ minecraft {
54
property 'forge.logging.console.level', 'debug'
55
56
mods {
57
- pluginexample {
+ highwaytools {
58
source sourceSets.main
59
}
60
src/main/resources/mcmod.info
@@ -1,17 +1,16 @@
1
[
2
{
3
- "modid": "PluginExample",
4
- "name": "PluginExample",
5
- "description": "does absolutely nothing",
+ "modid": "highwaytools",
+ "name": "HighwayTools",
+ "description": "Build highways with ease",
6
"version": "${version}",
7
"mcversion": "${mcversion}",
8
"url": "lambda-client.com",
9
"updateUrl": "",
10
"authorList": [
11
- "me",
12
- "you"
+ "Constructor"
13
],
14
- "credits": "",
+ "credits": "HWU, MEG",
15
"logoFile": "",
16
"screenshots": [],
17
"dependencies": [],
0 commit comments