Skip to content

Commit cd57706

Browse files
committed
Fix setup
1 parent 0928fa5 commit cd57706

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ minecraft {
5454
property 'forge.logging.console.level', 'debug'
5555

5656
mods {
57-
pluginexample {
57+
highwaytools {
5858
source sourceSets.main
5959
}
6060
}

src/main/resources/mcmod.info

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
[
22
{
3-
"modid": "PluginExample",
4-
"name": "PluginExample",
5-
"description": "does absolutely nothing",
3+
"modid": "highwaytools",
4+
"name": "HighwayTools",
5+
"description": "Build highways with ease",
66
"version": "${version}",
77
"mcversion": "${mcversion}",
88
"url": "lambda-client.com",
99
"updateUrl": "",
1010
"authorList": [
11-
"me",
12-
"you"
11+
"Constructor"
1312
],
14-
"credits": "",
13+
"credits": "HWU, MEG",
1514
"logoFile": "",
1615
"screenshots": [],
1716
"dependencies": [],

0 commit comments

Comments
 (0)