Sodium/Embeddium Options Mod Compat

Sodium/Embeddium Options Mod Compat

3M Downloads

emf config has invalid key lang

VaporeonScripts opened this issue ยท 2 comments

commented

1.21.1 neoforge .83
latest txnilib, latest sodium options mod compat
image
misc page

commented

I seem to have missed translation keys for the values themselves,

the key config.entity_texture_features.settings_button_loc.title will work for the new setting description

commented

this will be with the boolean option having been changed to an enum for choosing the position of the button on the screen as well as disabling it

new setting https://github.com/Traben-0/Entity_Texture_Features/blob/17d4725a2eed8ca05e12a0c350a80b0c5f46028a/common/src/main/java/traben/entity_texture_features/config/ETFConfig.java#L78

enum values:
OFF,
BOTTOM_RIGHT,
TOP_RIGHT,
TOP_LEFT,
BOTTOM_LEFT