====== BlockListSetting ====== ^ BlockListSetting ^^ |{{ setting:blocklistsetting.webp?500x280 |The "Edit BlockList" screen that appears when clicking on the "Edit..." button of a BlockListSetting.}}|| ^Type|[[:Setting]]| ^Source code|[[w7src>net/wurstclient/settings/BlockListSetting.java]]| BlockListSetting is a type of setting for managing lists of [[mc>blocks]]. ===== Features using BlockListSetting ===== A list of all features that currently use BlockListSetting. {{topic>has_blocklistsetting&simplelist}} ===== Changes ===== ^Version^Changes^ |[[update:Wurst 7.0pre4]]|Added BlockListSetting.((This isn't listed in the changelog for some reason, but the [[https://github.com/Wurst-Imperium/Wurst7/commit/882300cfd2c9f03950694abe525b1ca164799340#diff-65119a7460b147ac0db567d915b54d1af5ebf9c254698b632ea33fd7ff539d18|commit history]] clearly shows that this is when it was added.))| |[[update:Wurst 7.20]]|Trying to add an invalid block in a BlockList edit screen or [[ItemListSetting|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 [[ItemListSetting|ItemList edit screen]] will now just delete the selected text, rather than also removing a block/item from the list at the same time.|