updated many things: added forge:pamcrops tag, added rftools pamcrops tag dimlet, added some in config documentation to the wasteland that is rftools docs, mors tuff i forgot i'm sure
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
/**
|
||||
* Whether normal search queries should include the stack's tags.
|
||||
*/
|
||||
search-tags-by-default: false;
|
||||
search-tags-by-default: true;
|
||||
}
|
||||
|
||||
#ui {
|
||||
@@ -425,7 +425,7 @@
|
||||
/**
|
||||
* Delete the stack in the cursor when hovering the index
|
||||
*/
|
||||
delete-cursor-stack: "key.mouse.left";
|
||||
delete-cursor-stack: "key.mouse.right";
|
||||
|
||||
/**
|
||||
* Copies the hovered recipe's ID to the clipboard
|
||||
@@ -448,7 +448,7 @@
|
||||
* Whether development functions should be enabled. Not recommended for general
|
||||
* play.
|
||||
*/
|
||||
dev-mode: true;
|
||||
dev-mode: false;
|
||||
|
||||
/**
|
||||
* Whether editing the index is enabled
|
||||
@@ -481,7 +481,7 @@
|
||||
* Whether stacks in the index should display a highlight if they have a recipe
|
||||
* default.
|
||||
*/
|
||||
highlight-defaulted: true;
|
||||
highlight-defaulted: false;
|
||||
|
||||
/**
|
||||
* Whether to display exclusion areas
|
||||
|
||||
Reference in New Issue
Block a user