View last successful build
Branch#StatusChangesFinished
version/7.0.x#2391Tests passed: 177
  • Synchronize YamlRegionFile#saveAll (#2014) (048bd2ad by tomylobo)
    • Synchronize YamlRegionFile#saveAll This prevents multiple invocations of the method from intersecting, which could potentially cause the .tmp file to be overwritten before being renamed, thus corrupting the region storage
    • Synchronize on the class instead of the instance I didn't realize it before, but it looks like there is at least one instance of YamlRegionFile per world, so synchronizing on the instance wouldn't necessarily help.
2 months ago
version/7.0.x#2390Tests passed: 1772 months ago
version/7.0.x#2389Tests passed: 177
  • Filter "standing in" regions list by permission access. Fixes #2262 (#2293) (a156c07a by Maddy Miller)
    • Filter "standing in" regions list by permission access. Fixes #2262
    • Don't filter the actual result, just the output
2 months ago
version/7.0.x#2388Tests passed: 1772 months ago
version/7.0.x#2386Tests passed: 1773 months ago
version/7.0.x#2385Tests passed: 177
  • Add lava-harden flag (#2275) (da6bfb3b by tomylobo)
    • Rename type to newType and extract oldType variable
    • Add lava-harden flag This covers the forming of cobblestone, stone, obsidian and basalt.
3 months ago
version/7.0.x#2380Tests passed: 1773 months ago
version/7.0.x#2379Tests passed: 177
  • perf: avoid unnecessary isNPC checks (#2285) (f310e93a by rvskele)
3 months ago
version/7.0.x#2376Tests passed: 177
  • Migrate to Crankcase (and drop <MC 26.1) (#2291) (ab33d3fd by Maddy Miller)
    • Migrate to Crankcase (and drop <MC 26.1)
    • missed java 21 refs
    • May as well populate the single material flag for 26.1 here
3 months ago
version/7.0.x#2372Tests passed: 1774 months ago