-
-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add the bundled data files * feat: add 1.21.4 adapter * Update the XTypes/XCategories files Co-authored-by: Maddy Miller <[email protected]> * chore/fix: update isFullCube to actually check for shape not occlusion * chore: remove forget packet * chore: add block connection fixer to adapter --------- Co-authored-by: Maddy Miller <[email protected]>
- Loading branch information
1 parent
7427665
commit 74bb6e3
Showing
35 changed files
with
8,905 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension | ||
|
||
plugins { | ||
java | ||
} | ||
|
||
applyPaperweightAdapterConfiguration() | ||
|
||
repositories { | ||
gradlePluginPortal() | ||
} | ||
|
||
dependencies { | ||
// url=https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/1.21.4-R0.1-SNAPSHOT/ | ||
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.21.4-R0.1-20241207.191616-8") | ||
compileOnly(libs.paperlib) | ||
} |
Oops, something went wrong.