mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +01:00
Add more notch inventory conversions
This commit is contained in:
parent
d6aa73d16c
commit
962ffda1a8
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…
Reference in a new issue