Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PowerNukkit/PowerNukkit

A Nukkit fork which supports new Minecraft Bedrock features
https://github.com/PowerNukkit/PowerNukkit

Make getSafeSpawn() account for non-generated chunks (#1634)

* Make getSafeSpawn() account for non-generated chunks

* move to Level.initLevel()

37e6075e2c17ed31758f0686779babc352b84839 authored over 4 years ago
Implement vine growth (#1645)

825ece715df461668310c83846301d2db4f976ac authored over 4 years ago
Bucket fixes and improvements (#1644)

6952b281d6a04189dbffc3734b4ebb1d58926884 authored over 4 years ago
Add TimeSinceRest to Player (#693)

* Add TimeSinceRest Data

* Add timeSinceRest if the player is not sleeping, reset timeSinceRe...

1b60a583de4da88cf74e5a14bdf77c0e107ba49f authored over 4 years ago
Merge pull request #695 from good777LUCKY/add-option-checkmovement

Add new option that enable or disable checkMovement

df4c2f74a3c610066972decf7d3dd3e2f74ecb0d authored over 4 years ago
Adds getSignedBigDamage() and updates usages of getBigDamage()

a7ae45ad117b409817ef6c1ddb27e6786f9db8de authored over 4 years ago
Creates a test with 128 bits of block data

baf485816f7972b42501263e681bf687f8f26eee authored over 4 years ago
Fixes numeric overflow when loading huge block data

b23c062341df182a17441292227fff2ba18bf93f authored over 4 years ago
Negative block-id and data are new strictly forbitten in BlockState

30be82aeecf07f2b0657627c3d2581683256c422 authored over 4 years ago
Fix: Block data 0x01_00_00_00_0_0L being saved as 0

f4e3f50fd6b8e943d9657204f16f156be084f1ae authored over 4 years ago
Improve sponge placement (#1640)

e43947e608ca5d7763780538d9084432b9e47199 authored over 4 years ago
Implement netherite items (#1641)

b46045e2f549fa4226de9ef1c5fca2305280a0a9 authored over 4 years ago
Enhancement: LayerStorage.getOrSetStorage grows to Single when getting layer 0

07f9ae9e22768d168e09ff4095b8de62072236bd authored over 4 years ago
Remove unnecessary packet broadcasts (#1639)

0d871643ce113f6be208444bbd8df954ff6de3ce authored over 4 years ago
Fix beacons giving too high effect levels (#1638)

a2c7da48991f6985e39eea1b657f0cfa6426c7c0 authored over 4 years ago
Fix: ChunkSection.allocateBlob() IndexOutOfBoundsException: Index: 3, Size: 3

623f2c44c07da1dac26218f62f880355a4c73ed6 authored over 4 years ago
Fixes crop drops when it's on age 6 (and fixes tests)

1073964b0293fcd3a73224689330109f7b3bf535 authored over 4 years ago
Updates the banners to the block state system

f3c3430b643d2e310e5aff77539e3ab0b60f5f78 authored over 4 years ago
Upgrade bell to the new block state system

f08a78f3477008806c446d891252881fabe1a0f6 authored over 4 years ago
Upgrade all crops to block state system and fixes drop rates

375856c98e0de0dc5e9fd8af61a73723e5d3eb94 authored over 4 years ago
Fix: Seed drop rate for pumpkin stem and melon stem

03511d6f7469f475d2f3fc22eccbfa2a5782bc7e authored over 4 years ago
Implement API necessary to upgrade anvil to block state system

d21f78e1a73306088fe5089068aa5455dca7985a authored over 4 years ago
Upgrade the small flowers to the block property system

8f996d9432017b0a18ea1707a15919041eec2ba5 authored over 4 years ago
Upgrade the rails to the block property system

a480b2b2d8aeeac26fbe15b2d2d5689e5d6304d6 authored over 4 years ago
Upgrade saplings to the block state system

d7579b04506643cab9637f62b7cbe5473a9dfdaf authored over 4 years ago
Implemnents bedrock's infiniburn property

fe41ab01b948b868d85a3366d084ce30c8d4c783 authored over 4 years ago
Implement multiple snow layers (#1633)

1080beb53f12c7eb0b321cf86e44c731a3b92a38 authored over 4 years ago
Add enable or disable checkMovement things

12f3c157c5c8ba974a3fb9fac6c846e441fb81ff authored over 4 years ago
Add option that enable or disable check movement

bdab709a4ab428e15e1cde6a96e12c0e9656a071 authored over 4 years ago
Add option that enable or disable check movement

f80c7cbce843117b4a43e0aadaf48bca6c6889dc authored over 4 years ago
Fix facing

690dd0e597d128f22ca190a0ed7c4699e8a67a47 authored over 4 years ago
Fix Pumpkin Lit

8ea2296a2899961394d3aa596b6153cba310b7db authored over 4 years ago
Rename Caved Pumpkin to Carved Pumpkin

3ac50ca9969e739ef48abe30103b3b4c70e58ff9 authored over 4 years ago
Oops

197937ba6c722457f9bcee772308a728c459e1c2 authored over 4 years ago
Merge branch 'bleeding' into update-pumpkins

eac5310afe726a54fb7b98595a2a1e532152f94a authored over 4 years ago
Merge pull request #682 from PowerNukkit/v1.0/enchantment/soul-speed

Adds the Soul Speed Enchantment

e2ea620bc9ef683a1365258fc933b1eba81e5469 authored over 4 years ago
Merge branch 'bleeding' into v1.0/enchantment/soul-speed

5907177aba3e9d0759c167b324b85af6496fd51b authored over 4 years ago
Use the correct multiplier formula

80cc4bd2f6d85e63c16a4dd9189d180214119ef8 authored over 4 years ago
Merge pull request #689 from PowerNukkit/roridev/generalized-colision-detection

Adds generic method to check if an entity collides with any given block type.

1c1ef2f7c32ee58d500f052e083761dd7b4116d5 authored over 4 years ago
Fix: ulimit -a not working in Linux

1ed3b5a8396c34da6e5b4c4aed084f063750ad1d authored over 4 years ago
Adds generic method to check if an entity collides with any given block type.

Usage : collideWithBlock(Block.class)

248acfadbaf3a8f0498cf0a7735f0c6f17514854 authored over 4 years ago
Merge pull request #688 from PowerNukkit/v1.x/hopper/fix-tick-error

Fix: Property facing_direction not found while ticking entity hopper

14948b4d6daac229610c6419c18fdf7dc4465fb8 authored over 4 years ago
Fixes #686 Property facing_direction not found while ticking entity hopper

5f3804513a1bd58a6f6a03900fbf768a47a4cf37 authored over 4 years ago
No need to parse all the input if the debug isn't enabled

c5ecd7fb9585f7bf368933d09b658c13ddf484bc authored over 4 years ago
Update the /debugpaste command to match the endpoint expectations

9105981aa5f04e9d0e24a2aea41fde3705c9e9d1 authored over 4 years ago
Event for dragon egg teleporting (#1632)

262525a82331527ac8b910cdfa080117b156d5f5 authored over 4 years ago
Merge branch 'bleeding' into add-cauldron-behavior

6ff4cbc6fab5c57945a210c0523c78bead5834cc authored over 4 years ago
Merge branch 'bleeding' into update-pumpkins

9da4e8fdda522e8abc82604be86519ead447358e authored over 4 years ago
Merge pull request #684 from PowerNukkit/v1.0/fix/item-not-burning

Fixes all blocks having lava resistance and non-netherite items not burning

d4504bd72ae61db610165afce27b8a6bd8d1afa0 authored over 4 years ago
Merge branch 'bleeding' into v1.0/fix/item-not-burning

0d7e0f1563451bb9c2d14f47efd569401abdefae authored over 4 years ago
Merge branch 'bleeding' into update-pumpkins

6df3640155269c9fd61e9c1756b96e8d1e2a752f authored over 4 years ago
Merge pull request #685 from PowerNukkit/fix-redundant-weather

Fixes reduntant sendWeather call being sent to client.

9f0ae84fdb8a2402836c7a078e0f7f81d4065b28 authored over 4 years ago
Using a more automatic way to detect lava and fire blocks

df3efb1e4de3fe70193f308fb9987026d1f57855 authored over 4 years ago
Adds speed multiplier while moving

32164e1c0fa45481ee2c104b2b56344720b24df8 authored over 4 years ago
Adds the Soul Speed Enchantment

db59cb30e4c0f5e04adeaeac81dafb0f672500c8 authored over 4 years ago
Fixes reduntant sendWeather call being sent to client.

The client defaults to `clear` when no weather is sent, an optimization was done long ago but fo...

70f2b59f39dbe0ee68523b75eb1006b2575c115b authored over 4 years ago
Adds soul fire and still lava to the considered hot blocks

5b56fc867d89fcb8701f2cc6fa08d40f53a13d20 authored over 4 years ago
Fixes all blocks having lava resistance and non-netherite items not burning

78f987bfe14b6cc2dfce7cec9a8264a95a8a0162 authored over 4 years ago
Update fuels (#1631)

0ed5fac647f82642652a9f46f67038636dcf6199 authored over 4 years ago
Merge branch 'bleeding' into add-cauldron-behavior

859d78a6c716d4720684d0f114af901b6774bc9e authored over 4 years ago
rename

b48d1efe7736201e98c4753d3f3bfb774b348729 authored over 4 years ago
Rename hasPatterns() to hasPattern()

20625971daf73bcce0996569f027845617151242 authored over 4 years ago
Merge branch 'bleeding' into respawn-anchor

629ede42aeee41b397f4a4abb0e5e1f2a82e5e89 authored over 4 years ago
Added curse enchantments

c1a5eb8c6e417f1dbeca30d44f08379815d541aa authored over 4 years ago
Improves /debugpaste

4ef7ccdff18cbd763aa5ff51e1a26096aa1df2c8 authored over 4 years ago
Implement curse of binding

56726c85848561f5c1c7e753a212692b60de5a32 authored over 4 years ago
Implement curse of vanishing

804bfc672995fd23f2c444ba3b10badb105bc4ad authored over 4 years ago
Merge branch 'bleeding' into patch1

ddcecf5157a36a35ac603356b938ec327535869e authored over 4 years ago
Merge branch 'bleeding' into add-potion-slownessIV

a7961e3f52a2ea9423734752239bb004ad2dc513 authored over 4 years ago
Merge branch 'bleeding' into update-pumpkins

bbb931bc79f143ebb1eb117c63f782496d0303ec authored over 4 years ago
Merge branch 'bleeding' into add-cauldron-behavior

bd587bf85629f3fd97ba03e5de4a84ea8f4763fe authored over 4 years ago
Merge branch 'bleeding' into v1.x/fix/empty-strings

0e4705d02905f7643d0b025918a24fa73e885075 authored over 4 years ago
Merge branch 'bleeding' into respawn-anchor

ca5220784accd091401897b3efa8212a29684c43 authored over 4 years ago
Fix: LayerStorage.size() and create some unit tests

6148ccd4abcb32e22626cef29b1f44fddc42f697 authored over 4 years ago
Potted plants can now be removed from the pot by clicking on it (#1629)

33890e20bf933619f975becfab2d1ded4e7a9d8f authored over 4 years ago
Fix: UnsupportedOperation: This BlockStorage is immutable

92533b6c61a087527101941f8dc9c9a65e854b78 authored over 4 years ago
Fix: Player.spawnBlockPosition was not persisting

4370e601a5a575cc116b316a0c3dbdf01001e849 authored over 4 years ago
Register the respawn anchor block

3d791ed75e55e534f907eeaca0d492827f4819fd authored over 4 years ago
Implement respawn anchor, block explosions, fix bed explosion

Add new events.

5cb26b00dbe162b3e7cd11f767d51a50cd78fd21 authored over 4 years ago
Memory Optimization: Reduce the creation of empty arrays (#675)

* Optimization: Reduce the creation of empty arrays

* Optimization: Reduce the creation of em...

c5fc5c9e064be0e9f1c9f33cd4283d8184e14a63 authored over 4 years ago
Merge pull request #658 from PowerNukkit/memory-optimization

Optimize memory usage

f9a5542ab3547f3355ca58e8d56a13f70f493623 authored over 4 years ago
Merge branch 'bleeding' into memory-optimization

7e496f108c905adf0bf5bc5f43f5bb6405037acb authored over 4 years ago
Merge pull request #674 from PowerNukkit/fix-netherite

Fix netherite tools and adds a convenience method

ceb81fc03c5deba721988e6faa4068ed87dd5eb0 authored over 4 years ago
Fix netherite tools and adds a convenience method

71ee5d912f9c39aef6ab247611272a4b163cfce2 authored over 4 years ago
Optimize RegionLoader

7a0e4a7d1b3ce22fffedf0d732b3290abe743981 authored over 4 years ago
Creates a test unit for the chunks, fixes simple constructor

be05024b75de1e8bb8dff2122a39d1d6bd2906bd authored over 4 years ago
Max stack size in BE is 64 (#1627)

b81e1dd5a046e583c9acb0cf5a29efacd09de886 authored over 4 years ago
Merge pull request #423 from ghost/patch-4

Update KillCommand.java

af7560b231651ebec5f598b79e2f6d7baebfa5a5 authored over 4 years ago
Add option that set players skin trusted (#647)

* Add force-skin-trusted to default-nukkit.yml

* Add force-skin-trusted option

* Add force...

bc88a5d27d263054cba63c6400e311e14e0e8467 authored over 4 years ago
Zoglin is undead (#653)

Co-authored-by: joserobjr <[email protected]>

03201de4fa052db7b04d6f1110245ae4ba1ad39b authored over 4 years ago
Add more bed behavior (#635)

* Bed is only for Overworld dimension

* Add checkMonsterArea

* Add checking mobs

* fix
...

903506cfa9a641b4ceeca4d374ba88d33fd00ab2 authored over 4 years ago
fix

684062c4d05dd3b9480d5cdc24383be34c0272b6 authored over 4 years ago
Make able to remove dye from leather armors

9dd2d0737ba0a4d45c8a589c63c86b45970e929c authored over 4 years ago
Update BlockCauldron.java

1a6378f142650247aa6917d3b927674d54091ef3 authored over 4 years ago
Fix

9f6f52dce5d9fc50dce10a4d836648b0998c3605 authored over 4 years ago
Fix

a0c22248539da341778df6c3b184aafaa1da5c7b authored over 4 years ago
Add a new behavior that remove the top-most pattern layer of a banner to the cauldron

f059b3b066027b07a9eb8575bd8549efd7bea864 authored over 4 years ago
Add new method ItemBanner.hasPatterns()

bbb7306845333d301908eb6dec4c4ae85c24c674 authored over 4 years ago
Merge pull request #665 from PowerNukkit/fix-roots

Fix: Nether Sprout, Crimson/Warped Roots not showing

cf4dcd429a5deba891a78c210c7972490390fc5d authored over 4 years ago
Fix: Nether Sprout, Crimson/Warped Roots not showing

f3dcd5423a02335383723778c8a59021c4c932d7 authored over 4 years ago