Skip to content

Commit

Permalink
Port legacy-fabric-networking-api-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 8, 2024
1 parent 6f99227 commit cd2d50c
Show file tree
Hide file tree
Showing 94 changed files with 19 additions and 38 deletions.
8 changes: 0 additions & 8 deletions 1.12.2/legacy-fabric-networking-api-v1/build.gradle

This file was deleted.

8 changes: 0 additions & 8 deletions 1.7.10/legacy-fabric-networking-api-v1/build.gradle

This file was deleted.

8 changes: 0 additions & 8 deletions 1.8.9/legacy-fabric-networking-api-v1/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions common/legacy-fabric-networking-api-v1-common/build.gradle

This file was deleted.

Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-networking-api-v1/1.12.2/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionExcluded=1.8.9
maxVersionIncluded=1.12.2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FabricMC"
],
"depends": {
"minecraft": "<=1.7.10"
"minecraft": "${minecraft_version}"
},
"description": "Low-level, vanilla protocol oriented networking hooks.",
"mixins": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
]
},
"depends": {
"minecraft": ">=1.8 <=1.8.9"
"minecraft": "${minecraft_version}"
}
}
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-networking-api-v1/1.7.10/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionExcluded=1.6.4
maxVersionIncluded=1.7.10
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FabricMC"
],
"depends": {
"minecraft": ">1.8.9 <=1.12.2"
"minecraft": "${minecraft_version}"
},
"description": "Low-level, vanilla protocol oriented networking hooks.",
"mixins": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
]
},
"depends": {
"minecraft": ">1.8.9 <=1.12.2"
"minecraft": "${minecraft_version}"
}
}
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-networking-api-v1/1.8.9/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.8
maxVersionIncluded=1.8.9
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FabricMC"
],
"depends": {
"minecraft": ">=1.8 <=1.8.9"
"minecraft": "${minecraft_version}"
},
"description": "Low-level, vanilla protocol oriented networking hooks.",
"mixins": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
]
},
"depends": {
"minecraft": "<=1.7.10"
"minecraft": "${minecraft_version}"
}
}
3 changes: 3 additions & 0 deletions legacy-fabric-networking-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.
2 changes: 2 additions & 0 deletions legacy-fabric-networking-api-v1/common/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionExcluded=1.6.4
maxVersionIncluded=1.12.2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FabricMC"
],
"depends": {
"minecraft": ">1.6.4 <=1.12.2"
"minecraft": "${minecraft_version}"
},
"description": "Low-level, vanilla protocol oriented networking hooks.",
"mixins": [
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ loadProject("legacy-fabric-entity-events-v1")
loadProject("legacy-fabric-gamerule-api-v1")
loadProject("legacy-fabric-item-groups-v1")
loadProject("legacy-fabric-keybindings-api-v1")
loadProject("legacy-fabric-networking-api-v1")

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

0 comments on commit cd2d50c

Please sign in to comment.