Commands - TheAwesomeGem/BlockDropsTweaker GitHub Wiki

List of all the commands:

  • Arguments: [argument] is optional where as <argument> is required
  • Tab Completion: Almost all argument can be tab-completed. It saves time so do it!
  • Note: I didn't have time to document all the different commands as some are self-explanatory. Use the tab-key to check all the sub commands please.

/blockdrops (Aliases: /bd, /bdrops)

Shows the currently selected block or drop.


/bd block

Shows the list of all the blocks that can have drops. If you click an item on the list, you select it.


/bd drop

Shows the list of all the drops the selected block has. If you click an item on the list, you select it.


/bd info [ore]

Shows the information about the block/item you are holding. If your hand is empty, it shows the information about the block/item your cursor is hovered at. Optionally, you can put ore as an argument to see the ore dictionary entries of that block/item.


/bd reload

Reloads all the block drops from the JSON configuration file on the disk. Any unsaved changes will be lost.


/bd save

Saves all the block drops to the JSON configuration file on the disk.


/bd block add <block id> <metadata>

Adds the block to the block drops list so that you can configure it's drops. The first argument block id supports any block/item as well as ore dictionary entries(example ore:logWood). The metadata is the metadata of the block which drops should be effected. Metadata number a specific number or it can be * for wildcard so that block with any metadatas are effected.


/bd block remove

Removes the block from the block drops list so that the drops are reset back to default. You must select the block first by either clicking on the item from the /bd block list or by manually /bd block select selecting it.


/bd block clear

Clears all the blocks from the block drop list so that all the drops are reset back to default. Good to start from fresh slate if you mess up completely.


/bd block dupe <block id> <metadata>

Duplicates the selected block drop settings to a new block. Uses the same argument as /bd block add command. This command is useful if you have different blocks that behave the same or have similar drops.


/bd block get [fortunechance]

Gets some of the properties of the block drop settings.


/bd block set <key> <value> [values...]

Sets some of the properties of the block drop settings. Tip: Use the tab-completion to auto-fill the property.


/bd block select

Selects a block to later edit the settings or just remove it. You can use the command /bd to check for the currently selected block.


/bd block tool

Get the list of all the tools that depends on the block drops. Depending on if toolblacklist is true/false, the list will be used as either a blacklist or a whitelist for all the drops on the block.


/bd block biome

Get the list of all the biomes that depends on the block drops. Depending on if biomeblacklist is true/false, the list will be used as either a blacklist or a whitelist for all the drops on the block.


/bd block tool add <item id> <metadata>

Add a tool to the list of tools that depends on the block drops. The item id can be any item id in the game including tools where as the metadata is the damage value of the item. The metadata can be a number to be specific or can be * for a wildcard so that it supports all the metadata of that item.


/bd block tool remove <item id> <metadata>

Removes the tool from the list of tools that depends on the block drops. The item id must already exists.


/bd block tool clear

Clear the list of tools that depends on the block drops.


/bd block biome add <biome id>

Add a biome to the list of biomes that depends on the block drops. The biome id can be any biome id in the game including modded biomes.


/bd block biome remove <biome id>

Removes the biome from the list of biomes that depends on the block drops. The biome id must already exists.


/bd block biome clear

Clear the list of biomes that depends on the block drops.


/bd block gamestage add <gamestage>

Add a gamestage to the list of gamestages that depends on the block drops. The gamestage can be any game stage.


/bd block gamestage remove <gamestage>

Removes the gamestage from the list of gamestages that depends on the block drops. The gamestage must already exists.


/bd block gamestage clear

Clear the list of gamestages that depends on the block drops.


/bd drop add <item id> <metadata>

Adds the drop to the block's drop list. The first argument item id supports any item (example minecraft:iron_ingot). The metadata is the metadata of the item. Metadata number has to be a specific number. Also you must select the block first before adding drops to it.


/bd drop remove

Removes the drop from the block's drop list. You must select the drop first by either clicking on the item from the /bd drop list or by manually /bd drop select selecting it.


/bd drop clear

Clears all the drops from the block's drop list.


/bd drop dupe <item id> <metadata>

Duplicates the selected drop to a new drop. Uses the same argument as /bd drop add command. This command is useful if you have different drops that behave the same or have similar chances/quantity.


/bd drop get [fortunechance\fortunequantity]

Gets some of the properties of the drop.


/bd drop set <key> <value> [values...]

Sets some of the properties of the drop. Tip: Use the tab-completion to auto-fill the property.


/bd drop select

Selects a drop to later edit the settings or just remove it. You can use the command /bd to check for the currently selected drop.


/bd drop tool

Get the list of all the tools that depends on the drop. Depending on if toolblacklist is true/false, the list will be used as either a blacklist or a whitelist for the drop.


/bd drop biome

Get the list of all the biomes that depends on the drop. Depending on if biomeblacklist is true/false, the list will be used as either a blacklist or a whitelist for the drop.


/bd drop tool add <item id> <metadata>

Add a tool to the list of tools that depends on the drop. The item id can be any item id in the game including tools where as the metadata is the damage value of the item. The metadata can be a number to be specific or can be * for a wildcard so that it supports all the metadata of that item.


/bd drop tool remove <item id> <metadata>

Removes the tool from the list of tools that depends on the block. The item id must already exists.


/bd drop tool clear

Clear the list of tools that depends on the drop.


/bd drop biome add <biome id>

Add a biome to the list of biomes that depends on the drop. The biome id can be any biome id in the game including modded biomes.


/bd drop biome remove <biome id>

Removes the biome from the list of biomes that depends on the drop. The biome id must already exists.


/bd drop biome clear

Clear the list of biomes that depends on the drop.


⚠️ **GitHub.com Fallback** ⚠️