diff options
author | Jake Potrebic <[email protected]> | 2021-11-30 12:27:27 -0800 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2021-11-30 12:27:27 -0800 |
commit | 64dd6f189d4e87c93f05fb00799d4dd279acd084 (patch) | |
tree | c4035951c4f406222b5d2bffeb918f11496d2b85 /build-data/paper.at | |
parent | 257767914b35e70241d0ec78bd21b6553930bad2 (diff) | |
download | Paper-64dd6f189d4e87c93f05fb00799d4dd279acd084.tar.gz Paper-64dd6f189d4e87c93f05fb00799d4dd279acd084.zip |
Fix removing recipes (#6965)
Diffstat (limited to 'build-data/paper.at')
-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 |