shedaniel / cloth-config

Client-Sided API for Minecraft 1.14
Other
194 stars 71 forks source link

Improved lists with DropdownBox support #265

Open andre111 opened 4 months ago

andre111 commented 4 months ago

Updated Pull Request from #228

Provides default builder methods to easily create Block or Item list config options. Makes minimal adjustments to make DropdownBoxEntry work correctly inside NestedListListEntry and fix other issues related to DropdownBoxEntry.

Example: image results in: image

Should close #184 Also fixes #224, #105 and #112

andre111 commented 4 months ago

@shedaniel sorry to directly tag you. I would greatly appreciate you taking a look at this, as it is basically required for a functional config in my mod and trying to ship a customized but non-conflicting version of cloth-config turned out to be quite a bit trickier than I imagined.