From ae13e8dbcb8fdb3a2ef25a02bd2bec485f6ef20e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 22 Apr 2025 02:01:02 +0100 Subject: [PATCH] hide create's peculiar/haunted bell --- kubejs/startup_scripts/create/constants.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kubejs/startup_scripts/create/constants.js b/kubejs/startup_scripts/create/constants.js index 12131cfa1..9b0263296 100644 --- a/kubejs/startup_scripts/create/constants.js +++ b/kubejs/startup_scripts/create/constants.js @@ -291,5 +291,7 @@ global.CREATE_DISABLED_ITEMS = [ 'create:minecart_contraption', 'create:furnace_minecart_contraption', 'create:chest_minecart_contraption', - 'create:mechanical_pump' + 'create:mechanical_pump', + 'create:peculiar_bell', + 'create:haunted_bell' ];