Skip to content

Commit

Permalink
Adjust some more meta
Browse files Browse the repository at this point in the history
How did I forget 'script:'?!
  • Loading branch information
mcmonkey4eva committed Oct 17, 2013
1 parent 2924601 commit d6a6976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -41,6 +41,7 @@ public ProcedureScriptTag(Denizen denizen) {
// ProcedureTutorial:
// type: procedure
//
// script:
// # The procedure script is much like a task script
// # Except it must end with a Determine command
//
Expand Down
Expand Up @@ -4,8 +4,8 @@

public class SafeBlock {
// Quick util function to decide whether
// A block is 'safe' - air, grass, etc.
// Credit to Mythan for compiling initial list
// A block is 'safe' (Can be spawned inside of) - air, tallgrass, etc.
// Credit to Mythan for compiling the initial list
public static boolean blockIsSafe(Material mat) {
switch (mat) {
case LEVER:
Expand Down

0 comments on commit d6a6976

Please sign in to comment.