Skip to content

Commit

Permalink
Fix some meta
Browse files Browse the repository at this point in the history
Add, not sub. Identify what move is for.
  • Loading branch information
mcmonkey4eva committed Dec 20, 2014
1 parent b2a8354 commit 192ab36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -69,7 +69,7 @@ public void breakDown() {
// <item> moves from inventory (to <inventory type>)
// <item> moves from <inventory type> (to <inventory type>)
//
// @Triggers when an entity or block moves an item from one inventory to another.
// @Triggers when an entity or block moves an item from one inventory to another. (Hopper-style movement, not player-induced movement).
// @Context
// <context.origin> returns the origin dInventory.
// <context.destination> returns the destination dInventory.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/aufdemrand/denizen/objects/Duration.java
Expand Up @@ -431,7 +431,7 @@ public String getAttribute(Attribute attribute) {
}

// <--[tag]
// @attribute <d@duration.sub[<duration>]>
// @attribute <d@duration.add[<duration>]>
// @returns Element(Number)
// @description
// returns this duration plus another.
Expand Down

0 comments on commit 192ab36

Please sign in to comment.