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.
Shows the currently selected block or drop.
Shows the list of all the blocks that can have drops. If you click an item on the list, you select it.
Shows the list of all the drops the selected block has. If you click an item on the list, you select it.
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.
Reloads all the block drops from the JSON configuration file on the disk. Any unsaved changes will be lost.
Saves all the block drops to the JSON configuration file on the disk.
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(exampleore: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.
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.
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.
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.
Gets some of the properties of the block drop settings.
Sets some of the properties of the block drop settings. Tip: Use the tab-completion to auto-fill the property.
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.
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.
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.
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.
Removes the tool from the list of tools that depends on the block drops. The
item id
must already exists.
Clear the list of tools that depends on the block drops.
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.
Removes the biome from the list of biomes that depends on the block drops. The
biome id
must already exists.
Clear the list of biomes that depends on the block drops.
Add a gamestage to the list of gamestages that depends on the block drops. The
gamestage
can be any game stage.
Removes the gamestage from the list of gamestages that depends on the block drops. The
gamestage
must already exists.
Clear the list of gamestages that depends on the block drops.
Adds the drop to the block's drop list. The first argument
item id
supports any item (exampleminecraft: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.
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.
Clears all the drops from the block's drop list.
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.
Gets some of the properties of the drop.
Sets some of the properties of the drop. Tip: Use the tab-completion to auto-fill the property.
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.
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.
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.
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.
Removes the tool from the list of tools that depends on the block. The
item id
must already exists.
Clear the list of tools that depends on the drop.
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.
Removes the biome from the list of biomes that depends on the drop. The
biome id
must already exists.
Clear the list of biomes that depends on the drop.