Skip to content

Commit

Permalink
make it compilable
Browse files Browse the repository at this point in the history
  • Loading branch information
wdog5 committed Feb 2, 2024
1 parent 173ebb6 commit 25e6bfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,15 @@ remapSpigotJar {
includes.add('net/minecraft/world/level/block/ChestBlock$2$1')
includes.add('net/minecraft/world/level/block/entity/LecternBlockEntity$1')
excludes.add('org/bukkit/craftbukkit/v1_20_R3/CraftServer.class')
excludes.add('org/bukkit/craftbukkit/v1_20_R3/CraftServer$1.class')
excludes.add('org/bukkit/craftbukkit/v1_20_R3/CraftServer$2.class')
excludes.add('org/bukkit/craftbukkit/v1_20_R3/CraftServer$3.class')
excludes.add('org/bukkit/craftbukkit/v1_20_R3/CraftServer$4.class')
excludes.add('org/bukkit/craftbukkit/v1_20_R3/CraftServer$5.class')
excludesApi.add('org/bukkit/event/block/BlockCookEvent.class')
excludesApi.add('org/bukkit/event/Event$Result.class')
excludesApi.add('org/bukkit/plugin/java/JavaPluginLoader$1.class')
excludesApi.add('org/bukkit/plugin/java/LibraryLoader$1.class')
excludesApi.add('org/bukkit/event/inventory/FurnaceSmeltEvent.class')
}

Expand Down

0 comments on commit 25e6bfe

Please sign in to comment.