mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-20 19:04:44 -04:00
Fix build.
This commit is contained in:
parent
b2a4a6244a
commit
4a3ec38482
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue