Skip to content

Commit

Permalink
chore: Adjust subproject info
Browse files Browse the repository at this point in the history
null2264 committed May 18, 2023
1 parent c8f35c1 commit 0017688
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cobblegen-1.19-compat/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"schemaVersion": 1,
"id": "cobblegen-1_19_2-compat",
"id": "cobblegen-1_19-compat",
"version": "${version}",
"name": "CobbleGen 1.19 Compat",
"description": "1.19 Compatibility Layer for CobbleGen",
"name": "CobbleGen 1.19-1.19.2 Compat",
"description": "1.19-1.19.2 Compatibility Layer for CobbleGen",
"environment": "*",
"entrypoints": {
"cobblegen-compat": [
6 changes: 3 additions & 3 deletions cobblegen-1.19.3-compat/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@
"schemaVersion": 1,
"id": "cobblegen-1_19_3-compat",
"version": "${version}",
"name": "CobbleGen 1.19.3 Compat",
"description": "1.19.3 Compatibility Layer for CobbleGen",
"name": "CobbleGen 1.19.3+ Compat",
"description": "1.19.3+ Compatibility Layer for CobbleGen",
"environment": "*",
"entrypoints": {
"cobblegen-compat": [
@@ -22,4 +22,4 @@
"fabricloader": "*",
"minecraft": ">=1.19.3"
}
}
}

0 comments on commit 0017688

Please sign in to comment.