Explicitly specify reworked consumables
This commit is contained in:
parent
fffffd4aa3
commit
e2b66b1931
2 changed files with 7 additions and 2 deletions
|
|
@ -91,7 +91,12 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset..
|
|||
},
|
||||
}
|
||||
|
||||
local ruleset = {key = "walledgarden", layers = {"standard"}, multiplayer_content = true}
|
||||
local ruleset = {
|
||||
key = "walledgarden",
|
||||
layers = {"standard"},
|
||||
multiplayer_content = true,
|
||||
reworked_consumables = {"c_mp_ouija_standard"},
|
||||
}
|
||||
|
||||
for k, v in pairs(banned) do
|
||||
ruleset["banned_" .. k] = v
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"priority": 10000001,
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"id": "WalledGarden",
|
||||
"name": "WalledGarden",
|
||||
"icon_path": "icon.png",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue