mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-03-13 19:27:56 +01:00
Fix #3619
This commit is contained in:
parent
323394d2b5
commit
a7c04d5323
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ public class ItemRegistryPopulator {
|
|||
Set<String> javaOnlyItems = new ObjectOpenHashSet<>();
|
||||
Collections.addAll(javaOnlyItems, "minecraft:spectral_arrow", "minecraft:debug_stick",
|
||||
"minecraft:knowledge_book", "minecraft:tipped_arrow", "minecraft:bundle");
|
||||
javaOnlyItems.add("minecraft:decorated_pot"); // TODO 1.19.80 resolve probs?
|
||||
if (!customItemsAllowed) {
|
||||
javaOnlyItems.add("minecraft:furnace_minecart");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue