Skip to content

Commit

Permalink
minor meta corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 8, 2020
1 parent 168365f commit 020f567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3069,7 +3069,7 @@ else if (attribute.startsWith("vertical", 2)) {
// @returns LocationTag
// @description
// Returns the block this block is attached to.
// (Only if it is a lever or button!)
// (For buttons, levers, signs, etc).
// -->
registerTag("attached_to", (attribute, object) -> {
BlockFace face = BlockFace.SELF;
Expand Down
Expand Up @@ -97,7 +97,7 @@ public class ItemScriptContainer extends ScriptContainer {
// # You are allowed to have non-3x3 shapes (can be any value 1-3 x 1-3, so for example 1x3, 2x1, and 2x2 are fine).
// # For an empty slot, use "air".
// # By default, items require an exact match. For a material-based match, use the format "material:MaterialNameHere" like "material:stick".
// # To make multiple different items match for any slot, use "multi:a/b/c", like "multi:stick/stone". To match multiple materials, use "material:multi:a/b/c".
// # To make multiple different items match for any slot, just separate them with slashes, like "stick/stone". To match multiple materials, use "material:a/b/c".
// input:
// - ItemTag|ItemTag|ItemTag
// - ItemTag|ItemTag|ItemTag
Expand Down

0 comments on commit 020f567

Please sign in to comment.