nightmarefuel are storable now

This commit is contained in:
Mestima 2021-10-08 05:26:23 +03:00
parent 441582f980
commit 8562c269df
No known key found for this signature in database
GPG Key ID: 30B59EB1D7F18807
2 changed files with 13 additions and 2 deletions

View File

@ -54,6 +54,16 @@ configuration_options = {
},
default = true
},
{
name = "nightmarefuel",
label = "Nightmare Fuel storable",
hover = "Can store Nightmare Fuel or not",
options = {
{ description = "you can", data = true },
{ description = "you can't", data = false }
},
default = true
},
{
name = "key_binds",
label = "Enable Keybinds",
@ -93,6 +103,6 @@ local function filltable(tbl)
end
end
for i=5,7 do
for i=6, 8 do
filltable(configuration_options[i].options)
end

View File

@ -2,7 +2,8 @@ local containers = require("containers")
local storable = {
["pocketwatch_dismantler"] = GetModConfigData("clock_tools"),
["pocketwatch_parts"] = GetModConfigData("time_pieces")
["pocketwatch_parts"] = GetModConfigData("time_pieces"),
["nightmarefuel"] = GetModConfigData("nightmarefuel")
}
local bpMode = {