Villager Coin (Coin Currency Library)

Villager Coin (Coin Currency Library)

1.4k Downloads

Clean up and improve code

Closed this issue ยท 0 comments

commented
  • Clean up coinFeature in general.
  • Values for coins might be able to be stored in items as a custom currency DataTypeComponent.
  • The code for crafting is a mess. The relevant pieces of code all use similar code with very minor differences. Try to normalize.
  • Allow addons to add their own coins that are compatible with the "currency conversion crafting".
  • Clean up the item registrations.
  • Evolve coin values and conversion calculations.
  • Clean up trade offers and remove redundancies.