Skip to content

Commit

Permalink
fix meta typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 11, 2024
1 parent e85051d commit c3da9d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -12,7 +12,7 @@ public class EntityStepHeight extends EntityProperty<ElementTag> {
// @name step_height
// @input ElementTag(Decimal)
// @description
// Sets the entity's step height, which controls how many blocks can it walk over.
// Controls the entity's step height, which controls how many blocks can it walk over.
// As this is based on an internal value, it has some edge-cases, for example:
// - most (but not all) living entities can still step over 1 block tall things as usual, even if this is set to 0.
// - this doesn't apply to vehicles when the player is controlling them.
Expand Down
Expand Up @@ -11,7 +11,7 @@ public class TradeDemand extends TradeProperty<ElementTag> {
// @name demand
// @input ElementTag(Number)
// @description
// Sets the demand level of the trade.
// Controls the demand level of the trade.
// -->

public static boolean describes(TradeTag recipe) {
Expand Down
Expand Up @@ -11,7 +11,7 @@ public class TradeHasXp extends TradeProperty<ElementTag> {
// @name has_xp
// @input ElementTag(Boolean)
// @description
// Sets whether this trade will reward XP upon successful trading.
// Controls whether this trade will reward XP upon successful trading.
// -->

public static boolean describes(TradeTag recipe) {
Expand Down
Expand Up @@ -11,7 +11,7 @@ public class TradeMaxUses extends TradeProperty<ElementTag> {
// @name max_uses
// @input ElementTag(Number)
// @description
// Sets the maximum amount of times that the trade can be used.
// Controls the maximum amount of times that the trade can be used.
// -->

public static boolean describes(TradeTag recipe) {
Expand Down
Expand Up @@ -11,7 +11,7 @@ public class TradeSpecialPrice extends TradeProperty<ElementTag> {
// @name special_price
// @input ElementTag(Number)
// @description
// Sets the special price for this trade.
// Controls the special price for this trade.
// -->

public static boolean describes(TradeTag recipe) {
Expand Down

0 comments on commit c3da9d0

Please sign in to comment.