You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you want to allow the user to choose something multiple times. This is why there are option lists, but sometimes you need the user to select multiple things this is what a list category is for. Those would look something like this
I implemented this already in my mod camera tweaks for adding custom third persons but the code is extremely cursed and incompatible so an official API would be great.
Sometimes you want to allow the user to choose something multiple times. This is why there are option lists, but sometimes you need the user to select multiple things this is what a list category is for. Those would look something like this
![Image](https://private-user-images.githubusercontent.com/60808107/404966886-a3b4280c-39e7-43e0-924e-98306ebae005.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzYxODEsIm5iZiI6MTczOTY3NTg4MSwicGF0aCI6Ii82MDgwODEwNy80MDQ5NjY4ODYtYTNiNDI4MGMtMzllNy00M2UwLTkyNGUtOTgzMDZlYmFlMDA1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAzMTgwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFmZTgwZTQwZGUzYzA4ZDY4NDkxYzQ2NjhlZjgxODgxMDFjYzFjZGJhMTBiYTVkNjE2OWE1NzE5Mjg0MWExODAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-IGt03dUvrsRiEVwE9j9YNkf168Q3fTMRNPncr0dvuM)
I implemented this already in my mod camera tweaks for adding custom third persons but the code is extremely cursed and incompatible so an official API would be great.
If you would like to implement this here is my mixin spagetti for reference:
https://github.com/ItsFelix5/CameraTweaks/blob/master/src/main/java/cameratweaks/Config.java
https://github.com/ItsFelix5/CameraTweaks/blob/master/src/main/java/cameratweaks/ThirdPerson.java
https://github.com/ItsFelix5/CameraTweaks/blob/master/src/main/java/cameratweaks/mixin/YACLScreenMixin.java
https://github.com/ItsFelix5/CameraTweaks/blob/master/src/main/java/cameratweaks/mixin/OptionListWidgetMixin.java
The text was updated successfully, but these errors were encountered: