Skip to content

Commit

Permalink
build: updated takenaka, added mojang mappings, disabled paper's Plug…
Browse files Browse the repository at this point in the history
…inRemapper
  • Loading branch information
Misat11 committed May 4, 2024
1 parent f833424 commit 08cdd06
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.screamingsandals.plugin-builder' version '1.0.85' apply false
id 'me.kcra.takenaka.accessor' version '1.1.2' apply false
id 'me.kcra.takenaka.accessor' version '1.1.3-SNAPSHOT' apply false
id 'com.github.gmazzo.buildconfig' version '3.0.0' apply false
}

Expand Down
2 changes: 1 addition & 1 deletion nms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ accessors {
}*/

basePackage 'org.screamingsandals.bedwars.lib.nms.accessors'
accessedNamespaces 'spigot'
accessedNamespaces 'mojang', 'spigot'
accessorType 'reflection'

var CompoundTag = mapClass('net.minecraft.nbt.CompoundTag') {
Expand Down
8 changes: 8 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ processResources {
]
}

jar {
manifest {
attributes([
'paperweight-mappings-namespace': 'mojang'
])
}
}

buildConfig {
className('VersionInfo')
packageName('org.screamingsandals.bedwars')
Expand Down

0 comments on commit 08cdd06

Please sign in to comment.