Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-27 08:30:12 +01:00
Use load for sniffer_food because of ViaVersion
Dieser Commit ist enthalten in:
Ursprung
5cf5225c0c
Commit
4d8cb709da
@ -102,7 +102,7 @@ public class TagCache {
|
|||||||
this.foxFood = IntList.of(itemTags.get("minecraft:fox_food"));
|
this.foxFood = IntList.of(itemTags.get("minecraft:fox_food"));
|
||||||
this.piglinLoved = IntList.of(itemTags.get("minecraft:piglin_loved"));
|
this.piglinLoved = IntList.of(itemTags.get("minecraft:piglin_loved"));
|
||||||
this.smallFlowers = IntList.of(itemTags.get("minecraft:small_flowers"));
|
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
|
// Hack btw
|
||||||
boolean emulatePost1_13Logic = itemTags.get("minecraft:signs").length > 1;
|
boolean emulatePost1_13Logic = itemTags.get("minecraft:signs").length > 1;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren