mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 17:22:55 +01:00
Add more notch inventory conversions
By: md_5 <git@md-5.net>
This commit is contained in:
parent
862f4e6c0d
commit
0df899a244
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ public class CraftContainer extends Container {
|
|||
return "minecraft:anvil";
|
||||
case HOPPER:
|
||||
return "minecraft:hopper";
|
||||
case DROPPER:
|
||||
return "minecraft:dropper";
|
||||
case SHULKER_BOX:
|
||||
return "minecraft:shulker_box";
|
||||
default:
|
||||
return "minecraft:chest";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue