Skip to content

Commit

Permalink
Add voxel-quarry, an automated mining quarry + Update inventory-windo…
Browse files Browse the repository at this point in the history
…w, voxel-artpacks, voxel-blockdata, voxel-chest, voxel-drop, voxel-furnace, voxel-inventory-crafting, voxel-inventory-creative, voxel-inventory-hotbar, voxel-mine, voxel-workbench

voxel/voxel-quarry@1a00ecb 0.1.0
voxel/voxel-quarry@8baf67f Add documentation
voxel/voxel-quarry@096977e Give the mined items to the player inventory via voxel-carry
voxel/voxel-quarry@100fdce Add completion
voxel/voxel-quarry@90320ac Store progress in blockdata, add mining delay
voxel/voxel-quarry@4bd6bdb Clear out a cubic area instantaneously
voxel/voxel-quarry@771fd4c Register quarry block
voxel/voxel-quarry@76b52ad Add plugin stub
deathcap/inventory-window@8db8328 0.3.0
deathcap/inventory-window@d42b638 Update screenshot: add 3D cube, fixed fuzziness
voxel/voxel-artpacks@3739ecb 0.1.1
voxel/voxel-artpacks@2dde783 Fix typo setting button disabled state
voxel/voxel-artpacks@43a1cd8 0.1.0
voxel/voxel-artpacks@b1a3656 Update to voxel-modal-dialog ^0.2.1
voxel/voxel-artpacks@eb2a037 Re-stitch on refresh if voxel-stitch loaded. Closes voxel/voxel-artpacks#2?
voxel/voxel-artpacks@1e25b2e Update to voxel-modal-dialog ^0.2.0 for game-shell support. Ref voxel/voxel-artpacks#2
voxel/voxel-blockdata@b4c2f7f 0.2.0
voxel/voxel-chest@6240f4d 0.2.0
voxel/voxel-chest@67e629e Update to inventory-dialog ^0.4.1 for inventory-window ^0.3.0
voxel/voxel-chest@ce59a00 Update one of the screenshots for inventory-window ^0.3.0
voxel/voxel-chest@c4b4ade Update to inventory-window ^0.3.0
voxel/voxel-drop@ca1f0f8 0.1.2
voxel/voxel-drop@070e2dc Add missing loadAfter: voxel-stitch, for game-shell-voxel
voxel/voxel-furnace@e5360d3 Update to inventory-window ^0.3.0
voxel/voxel-inventory-crafting@20cd393 0.3.0
voxel/voxel-inventory-crafting@9457569 Update screenshot + update to voxel-inventory-dialog ^0.4.1, which includes inventory-window ^0.3.0
voxel/voxel-inventory-crafting@44e86e5 Update to inventory-window ^0.3.0
voxel/voxel-inventory-creative@d7071a9 Update to inventory-window ^0.3.0
voxel/voxel-inventory-hotbar@178a56b 0.3.0
voxel/voxel-inventory-hotbar@bd4d91e Update screenshot, now using inventory-window ^0.3.0
voxel/voxel-inventory-hotbar@fe592dd Update to inventory-window ^0.3.0
voxel/voxel-mine@1b95ee4 0.2.0
voxel/voxel-workbench@875e107 Update to inventory-window ^0.3.0

Commit message generated by https://github.com/deathcap/lmno-cl
  • Loading branch information
deathcap committed Apr 30, 2014
1 parent 91f9d2e commit 4fad9d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
2 changes: 2 additions & 0 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require 'voxel-fluid'
require 'voxel-virus'
require 'voxel-skyhook'
require 'voxel-recipes'
require 'voxel-quarry'
require 'voxel-webview'
require 'voxel-workbench'
require 'voxel-furnace'
Expand Down Expand Up @@ -111,6 +112,7 @@ main = () ->
'voxel-registry': {}
'voxel-artpacks': {}
'voxel-recipes': {}
'voxel-quarry': {}
'voxel-webview': {onDemand: true} # disabled by default until https://github.com/deathcap/voxel-webview/issues/3
'voxel-carry': {inventoryWidth:10, inventoryRows:5}
'voxel-bucket': {fluids: ['water', 'lava']}
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"voxel-fuel": "git://github.com/deathcap/voxel-fuel.git#fd7a8a2795edc6dd2545d1170f400a7be030e89f",
"voxel-texture": "0.5.8",
"voxel-texture-shader": "git://github.com/deathcap/voxel-texture-shader.git#ccf1e4a370802372f9704046ffe5b2106d976a7a",
"voxel-artpacks": "git://github.com/deathcap/voxel-artpacks.git#fc5fb44f6dcf47dae51fb88fe4f553c0f172f9fa",
"voxel-drop": "git://github.com/deathcap/voxel-drop.git#987ccf7efc4e0dffe1f671df7091a419a79692ee",
"voxel-artpacks": "git://github.com/deathcap/voxel-artpacks.git#3739ecb25fdac20095f444715ca52e6ac353883a",
"voxel-drop": "git://github.com/deathcap/voxel-drop.git#ca1f0f8a5d7ea3e589ad7a3a19dee7b4a42aaea0",
"voxel-start": "git://github.com/deathcap/voxel-start.git#4c3356db85e29763cf7d46b432145fd6c454234b",
"voxel-zen": "git://github.com/deathcap/voxel-zen.git#55694c83f3be6e88df9bb4438efc7b9be664697c",
"voxel-plugins": "git://github.com/deathcap/voxel-plugins.git#b348bedc135a8ac12b6508429a3dbdef6c30b5f3",
Expand All @@ -30,7 +30,7 @@
"voxel-walk": "git://github.com/deathcap/voxel-walk.git#5480af3d7fc7fed78df59827b97870ab42043e45",
"voxel-sprint": "git://github.com/deathcap/voxel-sprint.git#ff1ce86c20d8f2f0d5a83103f600979d440d55f7",
"voxel-reach": "git://github.com/deathcap/voxel-reach.git#6984c7e2f2cc14a38a889d706d6bbe9f375815e8",
"voxel-mine": "git://github.com/deathcap/voxel-mine.git#d610b72ee18c74784421ff881297e8a5c3c7b436",
"voxel-mine": "git://github.com/deathcap/voxel-mine.git#1b95ee401dacb7b73522efe3359223566e49f651",
"voxel-harvest": "git://github.com/deathcap/voxel-harvest.git#e143b3cd1553631a25807e5520012c670eaac005",
"voxel-use": "git://github.com/deathcap/voxel-use.git#449c571a2052a73cd7a07e8ed44e13541724a2e4",
"voxel-debug": "git://github.com/deathcap/voxel-debug.git#c9d038dc66597eab446b248f138711dc3ba2fe11",
Expand All @@ -39,28 +39,29 @@
"voxel-fluid": "git://github.com/deathcap/voxel-fluid.git#402a81f07ab8ff36d14c82130b205a842fd5903d",
"voxel-virus": "git://github.com/deathcap/voxel-virus.git#d133c3f3e81ba48d99c50e5bbdebb06da297a269",
"voxel-skyhook": "git://github.com/deathcap/voxel-skyhook.git#c9b78a496bed8828269f8a8e5582ec0bf8dee942",
"voxel-inventory-hotbar": "git://github.com/deathcap/voxel-inventory-hotbar.git#2eac76d20d78a6bdfea6571dcdcd9534fae18c49",
"voxel-inventory-crafting": "git://github.com/deathcap/voxel-inventory-crafting.git#6aa1b05d6d8c0cc0f7d141ff9a59e2c866ccb83f",
"voxel-chest": "git://github.com/deathcap/voxel-chest.git#967713f722ea61641c9567d3f70358739a58d6bb",
"voxel-blockdata": "git://github.com/deathcap/voxel-blockdata.git#fd5dd5427b469a9b6c82c3956aa790e486c42003",
"voxel-inventory-hotbar": "git://github.com/deathcap/voxel-inventory-hotbar.git#178a56b0e398492670512245965c57fd5d00a4d2",
"voxel-inventory-crafting": "git://github.com/deathcap/voxel-inventory-crafting.git#20cd393c48afb4b87e12e88945d401b8b9322e0c",
"voxel-chest": "git://github.com/deathcap/voxel-chest.git#6240f4dd5ac454c13a95459fd4d1e3b44c28145d",
"voxel-blockdata": "git://github.com/deathcap/voxel-blockdata.git#b4c2f7f2feb59d121fae067c9390f0229a3e570d",
"voxel-recipes": "git://github.com/deathcap/voxel-recipes.git#efb2042b97eebfe75c0009a1cf072d771012fd14",
"voxel-webview": "git://github.com/deathcap/voxel-webview.git#b1540610fdc0550e93065283e7df2e2be3f55cc0",
"voxel-quarry": "git://github.com/deathcap/voxel-quarry.git#1a00ecb50a42a7f631580d9f0f8f6ed20b0ebd40",
"voxel-keys": "git://github.com/deathcap/voxel-keys.git#5da22ebcea756a4b6721cb51683e628fe03e0d22",
"kb-bindings-ui": "git://github.com/deathcap/kb-bindings-ui.git#a2548b6d66599b97372bb7bda19dd15522438060",
"itempile": "git://github.com/deathcap/itempile.git#0e90820649ec3f95a74f97007153a63a80eb8c0e",
"inventory": "git://github.com/deathcap/inventory.git#ec9e6a7e41c7682f941a6eee680d5fbd8f614e4a",
"inventory-window": "git://github.com/deathcap/inventory-window.git#e06dfe2d30ebfd00ca8f45eb443e01df21469b50",
"inventory-window": "git://github.com/deathcap/inventory-window.git#8db8328ff5f21ae72b6280172c59f8d6f7976190",
"voxel-gamemode": "git://github.com/deathcap/voxel-gamemode.git#d61d0f834772251d4cff63f37601799612629139",
"voxel-workbench": "git://github.com/deathcap/voxel-workbench.git#94113fbdf36c490d4a445d6cf7a4f2b413601139",
"voxel-furnace": "git://github.com/deathcap/voxel-furnace.git#8dbbf92151987c6a954e99663ec8ce12bc4766f0",
"voxel-workbench": "git://github.com/deathcap/voxel-workbench.git#875e1072d9882e102ee8cdd56764f18258c59f0b",
"voxel-furnace": "git://github.com/deathcap/voxel-furnace.git#e5360d326559848f23a995bf9fad975f8046a946",
"voxel-pickaxe": "git://github.com/deathcap/voxel-pickaxe.git#65b2a9b5be910154a654d9931aa249c5a7f215ae",
"voxel-wool": "git://github.com/deathcap/voxel-wool.git#c33cb8827353acbd26069442bcba1c6485ffb11c",
"voxel-pumpkin": "git://github.com/deathcap/voxel-pumpkin.git#62784c34ddf6684b60caa1452cfc77a4509c62cd",
"voxel-registry": "git://github.com/deathcap/voxel-registry.git#6e59ce8ecbc6277595a3776ff8b6a0396c161d86",
"voxel-daylight": "git://github.com/deathcap/voxel-daylight.git#8c2929068a62e0454a01cc1c129e9fae60450b7c",
"voxel-land": "git://github.com/deathcap/voxel-land.git#ed95bae12bc5a31178df8a6824b6e9e3d6fbf6d8",
"voxel-decorative": "git://github.com/deathcap/voxel-decorative.git#9859e7683e860afd09592bb823a39462a3880f09",
"voxel-inventory-creative": "git://github.com/deathcap/voxel-inventory-creative.git#05455f4b87e4d173ae184628a03b90c57418afa6",
"voxel-inventory-creative": "git://github.com/deathcap/voxel-inventory-creative.git#d7071a9873425cb55103604a3f274b3237d5a268",
"voxel-clientmc": "git://github.com/deathcap/voxel-clientmc.git#5d2fb6f5fb07b429eb3972b600f65b12013d4751",
"voxel-console": "git://github.com/deathcap/voxel-console.git#2f219a83bb27f29957d135367a9a819b8e090540",
"voxel-commands": "git://github.com/deathcap/voxel-commands.git#4914f9bb355c598b5c5398324ebf6e14da9797d8"
Expand Down

0 comments on commit 4fad9d4

Please sign in to comment.