Skip to content

Commit

Permalink
Meta patch
Browse files Browse the repository at this point in the history
Various metas were messed up
  • Loading branch information
mcmonkey4eva committed Nov 30, 2014
1 parent 9b771ab commit 1df9b1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
Expand Up @@ -77,7 +77,7 @@ public String getAttribute(Attribute attribute) {
// @group properties
// @description
// If the entity can have a rotation, returns the entity's rotation.
// Currently, only Hanging-type entities can have professions.
// Currently, only Hanging-type entities can have rotations.
// -->
if (attribute.startsWith("rotation"))
return new Element(getRotation().name().toLowerCase())
Expand All @@ -95,7 +95,7 @@ public void adjust(Mechanism mechanism) {
// @input Element
// @description
// Changes the entity's rotation.
// Currently, only Hanging-type entities can have professions.
// Currently, only Hanging-type entities can have rotations.
// @tags
// <e@entity.rotation>
// -->
Expand Down
Expand Up @@ -57,16 +57,12 @@ public WorldScriptHelper() {

// <--[event]
// @Events
// player breaks block
// player breaks block in <notable cuboid>
// player breaks <material>
// player breaks <material> in <notable cuboid>
// player breaks block with <item>
// player breaks <material> with <item>
// player breaks <material> with <item> in <notable cuboid>
// player breaks block with <material>
// player breaks <material> with <material>
// player breaks <material> with <material> in <notable cuboid>
// player breaks block (in <notable cuboid>)
// player breaks <material> (in <notable cuboid>)
// player breaks block with <item> (in <notable cuboid>)
// player breaks <material> with <item> (in <notable cuboid>)
// player breaks block with <material> (in <notable cuboid>)
// player breaks <material> with <material> (in <notable cuboid>)
//
// @Triggers when a player breaks a block.
// @Context
Expand Down

0 comments on commit 1df9b1d

Please sign in to comment.