Ecosyste.ms: OpenCollective

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

github.com/PrismarineJS/mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://github.com/PrismarineJS/mineflayer

refactor inventory window clicking

41af589ea109345404b97b44da65310fb7e42dbe authored almost 12 years ago
add furnace API

1b57cfe0c71dc4a9bd373ea67952910b5e2f666b authored almost 12 years ago
fix openChest assertion. closes #112

49cd32606ce6c7fc62d2cdf3dc87e93cd3a302d0 authored almost 12 years ago
Release 0.0.18

0d721534833604e030bd27aaaf5cff58b057800e authored almost 12 years ago
blockUpdate: watch out for old and new block both being null. closes #110

b85f78ade4e902bfb2ea09622d7cc0eded20abc3 authored almost 12 years ago
Release 0.0.17

164f19e0a215f86ac9ac3c4d7405f797b7ff2e3e authored almost 12 years ago
blockUpdate event: fix crash when oldBlock is null. closes #110

d614600f724a4e86fa70567cecb4bf30c018fa57 authored almost 12 years ago
update docs

fb83c1fdf2fda8e5c5243b39f692e2e06969bcb9 authored almost 12 years ago
better docs for Recipe

78205e7ffa9f5a422e875a5bae8235a7de5f62a6 authored almost 12 years ago
Release 0.0.16

139fc3d56b1cab9e917f2a3115fe643d700fb182 authored almost 12 years ago
Merge branch 'chest'

75a3e1bcc1c04f68e68820926a12a4fc5f839cb9 authored almost 12 years ago
update README

013d313727084f5266d70710763239eba8b5c87e authored almost 12 years ago
remove debug statements

4416ade7c3ec4d1895337c0b785fcb9f723b22e6 authored almost 12 years ago
chest: don't emit redundant update events

f42682743afa0fd8d9f1474951dc303764232a0e authored almost 12 years ago
chest example: print messages on end and kicked

9f76eb1e0e6e9eeafae6a1b62c19b5451a35c7e9 authored almost 12 years ago
rename meta to metadata

* block.meta -> block.metadata
* item.meta -> item.metadata

415408cefed8374459c176fde99734737a00f2c6 authored almost 12 years ago
fix crash when player causes entityGone message

c0edcb99c2bd8f7d7eda7db4fdbf12a35e495f4c authored almost 12 years ago
chests kinda working.

Problems to fix before merging:

* withdraw breaks for more than 1 item
* deposit breaks for m...

970484966b43b54d9aa1a84ca6a10ce894bb4c93 authored almost 12 years ago
fix crash when player causes entityGone message

466b1ee75cc57138abf34b57fb5b5345bc409c3e authored almost 12 years ago
*WIP* chest API

31dea61dd1f2363dc1b2e6f0f275da32b688e8af authored almost 12 years ago
update to minecraft-protocol 0.6.6

0833908c0d0ab98f264ea1f0a7241252e38b8430 authored almost 12 years ago
Release 0.0.15

84874dcc5e883c8efda40bde82183d939afa35ab authored almost 12 years ago
sleeping update. fixes #98

326b17749152b00d604466c08b96d2ed1473f029 authored almost 12 years ago
expose Recipe

14823a260010471cc9553d35c4bf2a6eea566dbd authored almost 12 years ago
rename camel example to inventory

0adc05c46a03c3dc694d93f82d108c4e6447248d authored almost 12 years ago
update README

7b7e122bfdf5f0d74bdd6d0939ad0643b934d09f authored almost 12 years ago
Release 0.0.14

3881ae9dcaa6942c6f47e8524e7cd37c1d3cf10b authored almost 12 years ago
Merge branch 'diggingTimeout' of github.com:vogonistic/mineflayer

Conflicts:
lib/plugins/digging.js

1fb3c8702deb1a96f987ed13451922021029869a authored almost 12 years ago
Merge branch 'crafting'

8374baaec2f36da70068da5fc6b74cc7c2b1d0db authored almost 12 years ago
remove log statements

ee35737b372007daca231f598e0027dac2031635 authored almost 12 years ago
bot.craft "count" argument works

ea26dac18d071ca608d5b38b84c4c3c9a84f1024 authored almost 12 years ago
crafting is working

e1dad743863c4a8f21cc449763021989f76811b6 authored almost 12 years ago
don't emit windowOpen until we get set window items

5c8d2ca82aafd33340a9d19c0f61a13c29e95a15 authored almost 12 years ago
Recipe class

38d0ba7efb6d1a93e718f2007c484b88e600febb authored almost 12 years ago
allow window.count itemType to be a string

52f896ea2f6c636b8acb3f6de9da39b7fa15b535 authored almost 12 years ago
add type to recipes enum. fix recipesFor returning false positives

d8342d9bf8d01fc140cb2fd926723eaf4d7d7991 authored almost 12 years ago
Merge branch 'master' into crafting

Conflicts:
lib/plugins/inventory.js

be66b2d690910868911f2692e0c70e830e55b587 authored almost 12 years ago
refactor inventory clicking

c2b472aadc10f6d2fd154026c5df496940b36095 authored almost 12 years ago
fix blocks and recipes enum

4c0954fae7a1bbf9d024816047191b18d5c6e91a authored almost 12 years ago
fix bot.recipesFor

47cac99665532bc53709fdfada1149431dcf7dc5 authored almost 12 years ago
fix handling shift window click transactions

* fix bot.unequip
* remove window.count map
* add window.count(itemType, [metadata]) function...

5543a3f777561669a8d89c8c3572fb6556b112c4 authored almost 12 years ago
Merge pull request #105 from vogonistic/patch-2

Fixed position calculation for multi block updates

6eac0585eb5d2e64c5982bf4fe520a3aacbcdae1 authored almost 12 years ago
add bot.unequip and fix bot.equip

079ae740768ba84687727701e35c6ee29250eab5 authored almost 12 years ago
Fixed position calculation for multi block updates

Finally figured out why my bot sometimes saw that the block broke and sometimes not. 

d8e5c89eecd95dca889d8380ced4a53f5ed65bd5 authored almost 12 years ago
bot.toss works

ab43220c4c95971d0438b0e3721a3069a0a0a771 authored almost 12 years ago
*WIP*

5ddb5eebf7914802f1f4c6abeb96edb6c0717434 authored almost 12 years ago
fix bot.tossStack

c60d3209b61dd28efc67d5704f884624b4c22bb0 authored almost 12 years ago
*WIP*

86e15d88404b01973223c7977f85196fc76bf474 authored almost 12 years ago
Merge pull request #104 from vogonistic/patch-1

Ensured lookAt takes entity.height into account

2d0350275caa0178ac6e3d126420f944fffe2240 authored almost 12 years ago
Ensured lookAt takes entity.height into account

Without it, the bot will always look 1.62 too high.

Verification bot here: https://gist.githu...

a80499f70e1fd3c75d5f46e32112ead9c5b4912f authored almost 12 years ago
block.pos renamed to block.position

sorry I'll try to avoid this in the future. I just wanted this to be
consistent with entity.posi...

65b3996085462ca6ca2e896d42f89b9430c0e3ed authored almost 12 years ago
Merge pull request #103 from vogonistic/issue-99

Added the block as a second argument to blockUpdate

28c85538ce7ad3d64a043de6f526e212c4dcb66f authored almost 12 years ago
Updated blockUpdated signature to pass (oldBlock, newBlock)

10328054cb4b4867e40b1a971df3c68ea8309913 authored almost 12 years ago
add vogonistic's repl example gist to readme

6936cd36d4d3467337196193779e491b2f26e050 authored almost 12 years ago
Added the block as a second argument to blockUpdate

closes #99

ac97b87a8d2e97f697476568067029dc57bcaa76 authored almost 12 years ago
added timeout to startDigging and err argument to event

* sends out event with err=true if block is whole after 5 sec
* added optional callback parame...

5fb8a9f0201739fbd3a4ac66de1d681c616fcaad authored almost 12 years ago
update README

67b69ff6e7b9a46289d4d414cf6734954d141a02 authored about 12 years ago
add link to mineflayer-radar project

e5475250c9dc7093f2fec19050075590bbdcbf92 authored about 12 years ago
set bot.players[player].entity to null when player is far away

closes #96

1b7786d81c86e8f37a3bdc71d572e63852d1109d authored about 12 years ago
*WIP*

498946d86c26e908d298061fddf20677130250ea authored about 12 years ago
Release 0.0.13

42f901ceefc994ee3457c30196256e4158a616ea authored about 12 years ago
update minecraft-protocol to 0.6.3. closes #95

34dc3ac57c91d5697836a5df804e33b9c02afb6f authored about 12 years ago
expose recipes enum

5bd3f1ccc45228bba68da76ddda9912304404f63 authored about 12 years ago
add recipes enum

b9a380612903c18e4e1d521fe36226d35cfb4fb3 authored about 12 years ago
considering blocks solid if they're above a fence. closes #94.

ab9e13419ddabc64e872445b541acb227a449a34 authored about 12 years ago
documenting block.boundingBox

225dd33c3dd766079898bd1c8465d2123a760635 authored about 12 years ago
fixing some block boundingBox properties

7c21be07fc4784c623b3cff054798af7dd40def6 authored about 12 years ago
fixing bot.players api doc

28f4510ba9465067672592a3cbb7839317fea249 authored about 12 years ago
add rom1504's bot to README

38e09a4fbc40ba49cd0a74103227295d50bb2dc0 authored about 12 years ago
equip simply changes quick bar slot if possible

expose `bot.setQuickBarSlot(slot)`

8f4ecca6fadf5bd8213bedf90122634bf2a80b90 authored about 12 years ago
bot.equip works when you're already equipping the item

bb7ef610bfd87c4e860ff25f76d31a35719b10c2 authored about 12 years ago
Release 0.0.12

d418e5259e71d4364e30158cef1f3f0046fd84ff authored about 12 years ago
update README

f82d7b4e1a50a99f00dc88c3e8793544d60ef29d authored about 12 years ago
ability to place blocks

also fix `bot.equip`.

e543db17a1fd928112c3a776765fd44f6d39c793 authored about 12 years ago
look at the block you are digging

7539cdd5379bbb9e79b040d072e8791f04b5506c authored about 12 years ago
basic digging support

da5449882998c3f540e74d921d2931a657112c9e authored about 12 years ago
get rid of those sneaky tabs from copying from the wiki

81788a74f34901ca9c07f55fb9c992eb355b945c authored about 12 years ago
inventory: ability to toss an item stack

b9d2775e8b27cbdbaa984e9d9f48dad92c735559 authored about 12 years ago
basic inventory support

ability to find out what items you have and equip things.

5d1c797bb213ce6db417f8292a81beaf9c134c22 authored about 12 years ago
update docs

761e8c61ade90b07c4426ec8463329598c0274bf authored about 12 years ago
add support for experience orbs

018962332f0e734b9895e3a2fdeab9b75f947406 authored about 12 years ago
add paintings support

00faa6a1832cba78511dea9f2159425c6d3cde19 authored about 12 years ago
Release 0.0.11

a14e7657ba982755793846b904cc021edabb47fd authored about 12 years ago
physics: skip frames instead of glitching out

165d995cc4df9ef6f18c952c7e03aa1b3c0a5df3 authored about 12 years ago
update README

53463e96da422b31c5336cf049b0fd0c8d71e5b0 authored about 12 years ago
default username to 'Player'

86f83ee2b5dadc612660a2e8f4fabdad24d9a30e authored about 12 years ago
Release 0.0.10

370577e019c76324ed7d9e5fdf5f63be85b23d19 authored about 12 years ago
physics: fix bug: walking too slowly on Z axis

b04d5d8196111dc2f00be58340787e2ff7d24953 authored about 12 years ago
update README

664b5f11402f4979fd0845c874c7b460afb9a110 authored about 12 years ago
Release 0.0.9

cc592d5052de24d7d93bbb97e5168c51260d6a35 authored about 12 years ago
fix effects crash and add test that would have caught it. closes #87

e7a75bfb88011b0ee939c6f901d06234a1b8c427 authored about 12 years ago
Merge branch 'sprint'

3fb1ee77644741bfc68e5bc56acecd7638b735fc authored about 12 years ago
update sprinting

* document it
* refactor the code

2464ecab62a0884b0ddbacac2f37c3197f42841b authored about 12 years ago
Merge branch 'patch-1' of github.com:ruan942/mineflayer into sprint

7913051175e32c84e369c61e99ccd281e4c43777 authored about 12 years ago
chat updates

* refactor chat
* add test to cover color codes stripping
* rename `onNonSpokenChat` to `mess...

b5246aaf6f05221ff3c39aa6a94fc31da7acb957 authored about 12 years ago
fix color codes

6606d7b52f49ed580412a4f7a86b7031dc11f9af authored about 12 years ago
Add sprinting support

usage: bot.setControlState('sprint', true)
TODO: Stop sprinting when hunger < 5

7d3060003694af7a4957fdaad8261365ea115827 authored about 12 years ago
Release 0.0.8

107ae1d20ce0b5bdecba5ca97b7956eff3e5603e authored about 12 years ago
support for signs

* add sign painter example
* add `block.signText` property
* add `bot.updateSign(block, text)...

c0422ba8dcb0b6ed889c03338c8567c996bf226a authored about 12 years ago
entities: update players' heights when they crouch. closes #82

0fbb5d49943ab604bc36c15cdbe53c3e5ec0ef76 authored about 12 years ago