Patbox / TextPlaceholderAPI

Placeholder API for Fabric
GNU Lesser General Public License v3.0
38 stars 17 forks source link

Share more code between Text Parser and Placeholder #11

Closed Patbox closed 2 years ago

Patbox commented 2 years ago

Currently TextParser is rather raw. It doesn't stack well with placeholders (see gradients). It needs to be rewritten with additional configurability and shared backend with placeholders. Ideally by going Raw String -> Nodes Representation -> Vanilla Text should resolve main issues