Use load for sniffer_food because of ViaVersion

This commit is contained in:
Konicai 2023-05-17 16:43:42 -04:00
parent 5cf5225c0c
commit 4d8cb709da
1 changed files with 1 additions and 1 deletions

View File

@ -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;