promotional bannermobile promotional banner

Dig

Dig through blocks for resources!

File Details

dig-1.0.10_1.10.2.jar

  • R
  • Dec 14, 2016
  • 27.16 KB
  • 240
  • 1.10.2

File Name

dig-1.0.10_1.10.2.jar

Supported Versions

  • 1.10.2

SYNTAX:

    -  A minor change has been made to the syntax to allow increased compatibility with other mods.

    When adding a new resource, the modid's for both the parent block and the drop must be stated.

    -  This applies for vanilla items as well.

    -  To do this, add "(modid)" to the beginning of the parent block section and the beginning of the drop section.

Example:

    Instead of "dirt:0=100|bone:0=100" one would write: "(minecraft)dirt:0=100|(minecraft)bone:0=100"

 

COMMANDS:

    -   3 new commands have been added that allow you to modify your resource list while in-game:

    -   "res_add" which allows you to add a new resource to the registry. This new resource can be dug for immediately and will be saved to the config file upon closing the game.

    -   "res_list" which allows you to list all the resource strings in your resource registry in a "readable" (Still working on it a bit) format. This command accepts three arguments; "all", "drops", and "blocks". "all" will display all your available resource strings, "drops" and "blocks" both accept their own argument which is the full registry name of the block or item that you wish to search for. "drops" will yield all the blocks that drop the given parameter whereas "blocks" will yield all the drops that are provided by the given parameter.

    -   "res_rem" which allows you to remove a specific resource through its index. Used alongside the "res_list" command.