Fix build.

This commit is contained in:
modmuss50 2022-06-13 20:17:00 +01:00
parent b2a4a6244a
commit 4a3ec38482

View file

@ -92,7 +92,7 @@ public class VillagerInteractionRegistries {
Identifier oldValue = GiveGiftsToHeroTaskAccessor.fabric_getGifts().put(profession, lootTable);
if (oldValue != null) {
LOGGER.info("Overriding previous gift loot table of {} profession, was: {}, now: {}", profession.getId(), oldValue, lootTable);
LOGGER.info("Overriding previous gift loot table of {} profession, was: {}, now: {}", profession.id(), oldValue, lootTable);
}
}