diff options
author | Jake Potrebic <[email protected]> | 2022-02-22 15:00:45 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-22 15:00:45 -0800 |
commit | 501834e57a7a343003c6f81757ec616be95a55dd (patch) | |
tree | da2675e1f54e28806e663c635bb829b6b75eeab9 /build-data | |
parent | db811631ae248803246b97c5953cd1f7ff47bf9b (diff) | |
download | Paper-501834e57a7a343003c6f81757ec616be95a55dd.tar.gz Paper-501834e57a7a343003c6f81757ec616be95a55dd.zip |
Fix custom inventory holders (#6199)
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/paper.at | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index 6f731e0677..2e798b98b6 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -311,3 +311,7 @@ public-f net.minecraft.world.level.chunk.ChunkGenerator strongholdSeed # More Sculk Sensor API public-f net.minecraft.world.level.gameevent.vibrations.VibrationListener listenerRange + +# Fix custom inventory holders +public-f net.minecraft.world.inventory.AbstractContainerMenu dataSlots +public-f net.minecraft.world.inventory.AbstractContainerMenu remoteDataSlots |