From b0b59965a2651166707897b9ba72f7ce6388e68e Mon Sep 17 00:00:00 2001 From: Gerry Date: Sat, 19 Sep 2026 23:07:48 +0200 Subject: [PATCH] Add Quark's glass item frame to sable:wall_entities --- .../resources/data/sable/tags/entity_type/wall_entities.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/data/sable/tags/entity_type/wall_entities.json b/common/src/main/resources/data/sable/tags/entity_type/wall_entities.json index f90f73e11..4911d2af9 100644 --- a/common/src/main/resources/data/sable/tags/entity_type/wall_entities.json +++ b/common/src/main/resources/data/sable/tags/entity_type/wall_entities.json @@ -11,6 +11,7 @@ { "id": "immersive_paintings:painting", "required": false }, { "id": "immersive_paintings:glow_painting", "required": false }, { "id": "immersive_paintings:graffiti", "required": false }, - { "id": "immersive_paintings:glow_graffiti", "required": false } + { "id": "immersive_paintings:glow_graffiti", "required": false }, + { "id": "quark:glass_frame", "required": false } ] } \ No newline at end of file