文件最后提交记录最后更新时间
Implement Azalea and Flowering Azalea blocks with tree generation (#6925) 4 个月前
Implemented bamboo material blocks this required a hack for all-sided logs, since bamboo doesn't have any such block 4 个月前
Added 1.21 banner patterns. 1 年前
Use PHP-CS-Fixer to enforce file header presence 3 年前
data: Use statically analyzable ways of ensuring all cases are registered PHPStan will verify that these matches cover all cases, which guarantees that all cases will be covered. In addition, if PHPStan is not used, the constructors will immediately bail out when they hit a case that isn't covered. The only downside is the extra indentation :( 2 年前
CS 2 年前
Implemented darkness effect (#5402) 3 年前
Implement frost walker enchantment (#5497) Co-authored-by: Dylan T. <dktapps@pmmp.io>1 年前
Implemented the swift sneak enchantment (#5404) Co-authored-by: Dylan T <dktapps@pmmp.io> closes #5301 3 年前
Implement firework rocket & firework star (#5455) Co-authored-by: Dylan T <dktapps@pmmp.io> Co-authored-by: ipad54 <63200545+ipad54@users.noreply.github.com>7 个月前
Implement firework rocket & firework star (#5455) Co-authored-by: Dylan T <dktapps@pmmp.io> Co-authored-by: ipad54 <63200545+ipad54@users.noreply.github.com>7 个月前
Implement Goat horns (#5232) Co-authored-by: ipad54 <63200545+ipad54@users.noreply.github.com> Co-authored-by: Dylan T. <dktapps@pmmp.io>1 年前
Implement Goat horns (#5232) Co-authored-by: ipad54 <63200545+ipad54@users.noreply.github.com> Co-authored-by: Dylan T. <dktapps@pmmp.io>1 年前
CS 2 年前
Deal with a whole lot of PHPStan suppressed key casting errors closes #6534 1 年前
Merge branch 'next-minor' into next-major 3 年前
Merge branch 'next-minor' into next-major 3 年前
Deal with a whole lot of PHPStan suppressed key casting errors closes #6534 1 年前
data: Use statically analyzable ways of ensuring all cases are registered PHPStan will verify that these matches cover all cases, which guarantees that all cases will be covered. In addition, if PHPStan is not used, the constructors will immediately bail out when they hit a case that isn't covered. The only downside is the extra indentation :( 2 年前
Implement Medicine (from Education Edition) (#5450) 3 年前
data: Use statically analyzable ways of ensuring all cases are registered PHPStan will verify that these matches cover all cases, which guarantees that all cases will be covered. In addition, if PHPStan is not used, the constructors will immediately bail out when they hit a case that isn't covered. The only downside is the extra indentation :( 2 年前
Unify block serializers (#6769) This has several advantages: Easier to implement new blocks (one less file to modify) Easier to adjust serialization of existing blocks Guaranteed consistency between serializers and deserializers Potentially, exposes more metadata for programmatic analysis, instead of having everything baked inside opaque Closures There are some exceptions which still use the old approach: big dripleaf, cauldrons, mushroom stems, and pitcher crops. These all have multiple PM block types for a single ID, with relatively complex logic to select which to use. These weren't worth the effort to unify due to their small number. I may revisit this in the future, but I already spent a lot of brainpower on it.8 个月前
Noteblock instrument changes from 1.21.50 (#6596) Good thing this isn't saved on disk :|1 年前
data: Use statically analyzable ways of ensuring all cases are registered PHPStan will verify that these matches cover all cases, which guarantees that all cases will be covered. In addition, if PHPStan is not used, the constructors will immediately bail out when they hit a case that isn't covered. The only downside is the extra indentation :( 2 年前
Implemented strong slowness potion (#5888) 2 年前
data: Use statically analyzable ways of ensuring all cases are registered PHPStan will verify that these matches cover all cases, which guarantees that all cases will be covered. In addition, if PHPStan is not used, the constructors will immediately bail out when they hit a case that isn't covered. The only downside is the extra indentation :( 2 年前
Implement Suspicious Stew (#5224) 3 年前
Bump world format version to 26.0 3 个月前