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

Correctly register argument types with a namespace #8

Closed astei closed 3 years ago

astei commented 3 years ago

As per Dinnerbone when namespaces were first introduced:

Please always use your own namespace for anything new that you add, and only use other namespaces if you're explicitly overriding something else. Try not to add new things in minecraft, basically.

Violating this practice causes the mod to not work with Minecraft proxies such as Velocity which can forward custom argument types from mods with the assistance of CrossStitch.

(Note this will require the client and server to be updated to work.)

OverlordsIII commented 3 years ago

Sorry about not using the correct namespace, I will merge this now.