1ad08e2432
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/13488997706
2025-02-24 01:26:36 +00:00
19425e35ea
Merge 'stable' into 'minor-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/13488997706
2025-02-24 01:26:36 +00:00
3df2bdb879
Fixed door facing
...
this was broken in 1.21.60 update.
should've known better to expect a blockstate upgrade to mean a
blockstate fix...
2025-02-24 01:04:52 +00:00
694aa17cc9
Merge branch 'minor-next' into major-next
2025-02-16 23:18:56 +00:00
fd04894a7b
Merge branch 'stable' of github.com:pmmp/PocketMine-MP into minor-next
2025-02-16 23:18:34 +00:00
788ee9a008
Allow overriding deserializers for block and item IDs
...
there's no technical reason not to support this, since it doesn't violate any assumptions and the type returned is a base anyway.
this enables implementing stuff like snow cauldrons in a plugin, which previously would require reflection due to the minecraft:cauldron deserializer being registered already.
it also enables overriding IDs to map to custom blocks, which might be useful for overriding some functionality (although this is inadvisable - and won't alter the usage of stuff like VanillaBlocks::WHATEVER()).
we do *not* allow overriding serializers, since type IDs are expected to be paired to block implementations, and allowing them to be reassigned could lead to crashes if the new class was incorrect. So the correct approach for overriding nether portals would be to create a custom type ID as if you were adding a fully custom item. This will also allow other plugins to distinguish between your implementation and the built-in one.
2025-02-16 22:49:40 +00:00
91ac64783f
Bedrock 1.21.60 ( #6627 )
...
Co-authored-by: Dylan K. Taylor <dktapps@pmmp.io >
2025-02-16 20:51:53 +00:00
f82c8dd3d3
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/12307996607
2024-12-13 01:40:43 +00:00
42094e6768
Implement resin blocks & items ( #6571 )
2024-12-12 23:21:41 +03:00
b341078765
Implement new pale oak blocks ( #6570 )
2024-12-12 17:53:52 +03:00
85de28d6c3
Merge branch 'minor-next' into major-next
2024-11-03 14:02:06 +00:00
3c96e72f7d
Merge remote-tracking branch 'origin/stable' into minor-next
2024-11-03 14:01:47 +00:00
4814db4fe7
Assemble 1.21.40 ( #6471 )
2024-10-25 14:21:51 +01:00
7e343617b9
Rename ICopper to CopperMaterial ( #6470 )
2024-10-23 11:34:42 +01:00
1ef854f2d1
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/11392123557
2024-10-17 19:59:15 +00:00
4e6b34f573
Implement new 1.21 copper blocks ( #6366 )
...
Added the following new blocks:
- All types of Copper Bulb
- All types of Copper Door
- All types of Copper Trapdoor
- All types of Chiseled Copper
- All types of Copper Grate
2024-09-24 21:25:10 -05:00
83a91634c3
Merge branch 'minor-next' into sync-major-next
2024-09-22 21:44:31 -05:00
a4a07a8e5a
Merge 'stable' into 'minor-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/10986731877
2024-09-23 02:36:00 +00:00
60cac18104
Assemble 1.21.30 ( #6453 )
2024-09-20 18:47:25 -05:00
0e1824451b
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/10442250915
2024-08-18 16:50:43 +00:00
92f380bb9c
Merge branch 'stable' into sync-minor-next
2024-08-17 11:17:48 -05:00
0f365886e0
Assemble 1.21.20 ( #6423 )
...
Co-authored-by: Dylan T. <dktapps@pmmp.io >
Co-authored-by: IvanCraft623 <ivancraft623@gmail.com >
2024-08-16 11:26:49 +01:00
c9e8d382c5
Merge branch 'minor-next' of github.com:pmmp/PocketMine-MP into major-next
2024-08-09 13:33:07 +01:00
787afb6b00
Implement all new 1.21 tuff blocks ( #6391 )
2024-07-23 11:34:46 -05:00
accaa0acce
Implement ICopper interface for blocks with common properties ( #6390 )
2024-07-10 11:15:06 -05:00
2ffc38c835
Implement campfire & soul campfire ( #4696 )
2024-07-07 15:01:34 -05:00
f121654452
Assemble 1.21.0
2024-06-13 18:41:41 +01:00
4c418b4318
Remove unnecessary return statement ( #6350 )
2024-05-31 16:54:50 +01:00
12179aa03a
Merge branch 'minor-next' into major-next
2024-05-06 15:42:49 +01:00
6077748caa
Changes for 1.20.80
2024-04-25 11:31:41 +01:00
e31fd122d9
BlockStateReader: micro optimize unread properties check
...
this has a pretty much insignificant performance impact, but reduces the cost of this check to basically 0.
2024-03-14 17:54:26 +00:00
e781c64540
Merge branch 'minor-next' into major-next
2024-03-14 12:47:18 +00:00
c11c0679e3
Fix CS
2024-03-13 14:55:54 +00:00
ba48f258f3
Support for 1.20.70
2024-03-13 14:53:27 +00:00
644693ffee
Merge branch 'minor-next' into major-next
2024-02-12 11:55:36 +00:00
fe06bfcda0
Import alias cleanup courtesy of newest php-cs-fixer
2024-02-07 12:50:37 +00:00
6492e7f4a2
1.20.60 support
2024-02-07 12:33:44 +00:00
4d337add7c
Merge branch 'minor-next' into major-next
2023-12-14 14:03:09 +00:00
25cca1b63f
Changes for 1.20.50
2023-12-06 14:29:23 +00:00
15aae721cd
Merge branch 'minor-next' into major-next
2023-10-26 12:57:24 +01:00
b41960dfec
Merge branch 'stable' into minor-next
2023-10-26 12:55:47 +01:00
53a740433f
Changes for 1.20.40
2023-10-26 12:32:59 +01:00
d4d7d02067
Merge branch 'minor-next' into major-next
2023-10-16 21:29:11 +01:00
628d77f8d7
Implemented pitcher plants, crops and podsÂ
2023-09-29 12:30:52 +01:00
31cd096b4b
Implement torchflower, its seeds and its crop
2023-09-28 17:13:33 +01:00
d94391af57
Implement Chiseled Bookshelf ( #5827 )
2023-09-28 15:56:46 +01:00
56d7039086
Implemented budding amethyst and amethyst clusters
2023-09-27 17:02:37 +01:00
6ec340359b
Implemented crimson and warped roots
2023-09-27 13:07:46 +01:00
05981d2669
Merge branch 'minor-next' into major-next
2023-09-20 19:15:08 +01:00
fe3e2cc90a
Merge branch 'stable' into minor-next
2023-09-20 19:14:34 +01:00