mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 13:06:02 +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";
|
return "minecraft:anvil";
|
||||||
case HOPPER:
|
case HOPPER:
|
||||||
return "minecraft:hopper";
|
return "minecraft:hopper";
|
||||||
|
case DROPPER:
|
||||||
|
return "minecraft:dropper";
|
||||||
|
case SHULKER_BOX:
|
||||||
|
return "minecraft:shulker_box";
|
||||||
default:
|
default:
|
||||||
return "minecraft:chest";
|
return "minecraft:chest";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user