OverlordsIII / VillagerNames

A mod that adds names to villagers and golems
https://www.curseforge.com/minecraft/mc-mods/villager-names-for-fabric/
Creative Commons Zero v1.0 Universal
8 stars 7 forks source link

Mod Issues #10

Closed OverlordsIII closed 2 years ago

OverlordsIII commented 3 years ago

The mod from a coding standpoint is now at the point that there have been some obvious problems. VillagerUtil is assuming things relating to a villager's name via string util, which is very dangerous and also quite annoying. Eventually, this mod should store data using a duck approach and store the villager names on the villager itself, allowing for more seamless transactions with less hicups and unsafe code.