Skip to content

Commit

Permalink
Port legacy-fabric-gamerule-api-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 8, 2024
1 parent e8ba551 commit bfffc61
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions common/legacy-fabric-gamerule-api-v1/build.gradle

This file was deleted.

3 changes: 3 additions & 0 deletions legacy-fabric-gamerule-api-v1/common.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
moduleDependencies(project, [
"legacy-fabric-api-base"
])
Empty file.
3 changes: 3 additions & 0 deletions legacy-fabric-gamerule-api-v1/common/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minVersionIncluded=1.3
maxVersionIncluded=1.13.2
artifactSuffix=
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"Legacy-Fabric"
],
"depends": {
"fabricloader": ">=0.8.2"
"fabricloader": ">=0.8.2",
"minecraft": "${minecraft_version}"
},
"description": "Allows registration of custom game rules.",
"mixins": [
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ loadProject("legacy-fabric-resource-loader-v1")
loadProject("legacy-fabric-lifecycle-events-v1")
loadProject("legacy-fabric-command-api-v1")
loadProject("legacy-fabric-entity-events-v1")
loadProject("legacy-fabric-gamerule-api-v1")

//include("common")
//include("common:legacy-fabric-logger-api-v1")
Expand Down

0 comments on commit bfffc61

Please sign in to comment.