diff options
author | Jake Potrebic <[email protected]> | 2021-11-30 12:27:27 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-30 12:27:27 -0800 |
commit | bd9c2b75c75941ae9f54fae5c1dd6a8f5e0e8158 (patch) | |
tree | b5b5a4a14dc4ce82308f31fcfee0beb903096557 /build-data | |
parent | 612fc733a57af06fa4dec70ab7a903bab6b86e46 (diff) | |
download | Paper-bd9c2b75c75941ae9f54fae5c1dd6a8f5e0e8158.tar.gz Paper-bd9c2b75c75941ae9f54fae5c1dd6a8f5e0e8158.zip |
Fix removing recipes (#6965)
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/paper.at | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index 5fcbdc2590..0b90f95521 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -271,3 +271,6 @@ public net.minecraft.world.level.chunk.LevelChunkSection states # Player.setPlayerProfile API public-f net.minecraft.world.entity.player.Player gameProfile + +# Fix removing recipes +public net.minecraft.world.item.crafting.RecipeManager byName |