ForeverZer0

Results 45 comments of ForeverZer0

> It's more a case of "fixing" an unintuitive == implementation I do agree with this. The default equality for compound tags should only be `true` when the objects are...

>As it goes for code I think the best implementation would be removing the IEquality interface from Tag and creating another abstract EqualityTag class to reintroduce the old mechanic I...

>I think the only issue here is that you would need to cast to EqualityTag instead of Tag, no? @Fisch37 Assuming each tag shared a common interface that implemented `IEquality`,...

I am uncertain why you would be getting an array-related error based on the given example. According to [the wiki](https://minecraft.fandom.com/wiki/Java_Edition_level_format#level.dat_format), the key for the seed should be `"seed"`, and not...

I fully support this change, and it would definitely be a minor QoL improvement. * Adding to `.gitignore`, while widely supported by most editors, only works for projects that utilize...