Skip to content

Commit

Permalink
(minor) meta fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 19, 2022
1 parent e0d3db5 commit 972c657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -35,6 +35,7 @@ public StrikeCommand() {
// lightning do no damage to the player or any other entities, and means creepers struck will not activate.
//
// Use 'silent' to remove the sound of the lightning strike.
// NOTE: The 'silent' option appears to have been removed in a Minecraft update and thus lightning will be audible until/unless Mojang re-adds it.
//
// @Tags
// None
Expand Down
Expand Up @@ -2316,7 +2316,7 @@ else if ((attribute.matches("plugins_handling_event") || attribute.matches("list
// CAUTION: Invalid loot table IDs will generate an empty list rather than an error.
//
// @example
// <server.generate_loot_table[id=chests/spawn_bonus_chest;killer=<player>;location=<player.location>]>
// - give <server.generate_loot_table[id=chests/spawn_bonus_chest;killer=<player>;location=<player.location>]>
// -->
else if (attribute.startsWith("generate_loot_table") && attribute.hasParam()) {
MapTag map = attribute.paramAsType(MapTag.class);
Expand Down

0 comments on commit 972c657

Please sign in to comment.