mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
Add more notch inventory conversions
This commit is contained in:
parent
d6aa73d16c
commit
962ffda1a8
@ -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 New Issue
Block a user