MinecraftForge / SrgUtils

A library for working with SRG, and other mapping variants.
GNU Lesser General Public License v2.1
12 stars 16 forks source link

Update to support `22w13oneblockatatime` #11

Closed SizableShrimp closed 2 years ago

SizableShrimp commented 2 years ago
LexManos commented 2 years ago

The problem with these joke snapshots is that they will then get sorted in the wrong order if two of them are released in the same week. As the suffix is part of the sorting algorithm. Pretty sure this screws up 20w14's april fools, As i think there was a 20w14a.

Better option may be to just cleanup the if switch and use a hardcoded map. Yes it means these weird ones need special case. But i'd prefer that over incorrect sorting. Perhaps we should add a API that days 'I dont care about sorting'. Tho the entire point is to be sortable...