From e2b66b1931d1a6ff0759e35cb3d8695ef41c68b2 Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 16 Jun 2026 22:05:44 +0200 Subject: [PATCH] Explicitly specify reworked consumables --- lovely.toml | 7 ++++++- manifest.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lovely.toml b/lovely.toml index 73f5d18..dfdf112 100644 --- a/lovely.toml +++ b/lovely.toml @@ -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 diff --git a/manifest.json b/manifest.json index 1908580..8bfe8cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "priority": 10000001, - "version": "1.0.10", + "version": "1.0.11", "id": "WalledGarden", "name": "WalledGarden", "icon_path": "icon.png",