nvb-uy / Item_Obliterator

Remove unwanted items
Other
4 stars 4 forks source link

Deletion does not work for large items IDs #40

Closed xboct02 closed 1 month ago

xboct02 commented 2 months ago

In a regular expression of the type "Iminecraft:._sword" will take into account only one variation of the subject. For large identifiers of the type "!minecraft:._copper" deleting all variations of copper blocks does not work. I tried writing "!minecraft:..._copper." only minecraft:copperblock was deleted. The last prepositions of the copper'block type are also ignored'

nvb-uy commented 1 month ago

A dot will only match the next character, please use .*