Skip to content

Commit

Permalink
Register quarry block
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Apr 30, 2014
1 parent 76b52ad commit 771fd4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quarry.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ function QuarryPlugin(game, opts) {
}

QuarryPlugin.prototype.enable = function() {
this.registry.registerBlock('quarry', {texture: 'furnace_top'/* TODO */});
};

QuarryPlugin.prototype.disable = function() {
// TODO: unregister block
};

0 comments on commit 771fd4c

Please sign in to comment.