ItemListSetting | |
---|---|
Type | Setting |
Source code | net/wurstclient/settings/ItemListSetting.java |
ItemListSetting is a type of setting for managing lists of items.
A list of all features that currently use ItemListSetting.
Version | Changes |
---|---|
Wurst 6.26 (Minecraft 1.8 & 1.12), Wurst 7.0pre7 (Minecraft 1.14+) | Added ItemListSetting. |
Wurst 7.20 | Trying to add an invalid block in a BlockList edit screen or ItemList edit screen will now properly fail instead of adding minecraft:air to the list. |
Pressing the delete key while typing in the text field of a BlockList or ItemList edit screen will now just delete the selected text, rather than also removing a block/item from the list at the same time. | |
Fixed multiple visual glitches in ItemList edit screens. |