Skip to content

Expanding

Max edited this page Oct 27, 2023 · 1 revision

Expanding

The amber configuration library does not have to just be for YAML. We just natively support YAML because it is widely used and is quite simple to understand. If you want to create a custom resource container type, you can just make a new class using the interface ResourceContainer and add your code there.

Clone this wiki locally