mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Use load for sniffer_food because of ViaVersion
This commit is contained in:
parent
5cf5225c0c
commit
4d8cb709da
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public class TagCache {
|
|||
this.foxFood = IntList.of(itemTags.get("minecraft:fox_food"));
|
||||
this.piglinLoved = IntList.of(itemTags.get("minecraft:piglin_loved"));
|
||||
this.smallFlowers = IntList.of(itemTags.get("minecraft:small_flowers"));
|
||||
this.snifferFood = IntList.of(itemTags.get("minecraft:sniffer_food"));
|
||||
this.snifferFood = load(itemTags.get("minecraft:sniffer_food"));
|
||||
|
||||
// Hack btw
|
||||
boolean emulatePost1_13Logic = itemTags.get("minecraft:signs").length > 1;
|
||||
|
|
Loading…
Reference in a new issue