From 37d175f3810c36059942174b50b0a77e826e97da Mon Sep 17 00:00:00 2001 From: Anand S Date: Sun, 6 Jan 2019 11:52:08 +0530 Subject: [PATCH] Document `gunslinger.disable_builtin` setting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 521ba6c..db9a1c6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ This mod provides an API to add a variety of realistic and enjoyable guns to Min - `gunslinger.lite` [`bool`] (defaults to `false`) - Toggles [lite mode](###Lite-mode) +- `gunslinger.disable_builtin` [`bool`] (defaults to `false`) + - Enables/Disables builtin guns - only the API will be provided. + - Useful if mods/games provide custom guns. ## Architecture