Explicitly specify reworked consumables

This commit is contained in:
Emik 2026-06-16 22:05:44 +02:00
parent fffffd4aa3
commit e2b66b1931
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"priority": 10000001,
"version": "1.0.10",
"version": "1.0.11",
"id": "WalledGarden",
"name": "WalledGarden",
"icon_path": "icon.png",