From c4ddfe5ac3c62a2094a6cc891b5e0d0e631aad72 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 6 Jan 2024 21:21:10 +0700 Subject: [PATCH] pari pari pari --- defaultconfigs/create-server.toml | 4 ++-- kubejs/startup_scripts/create/constants.js | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/defaultconfigs/create-server.toml b/defaultconfigs/create-server.toml index 1c59815bc..9fa8c2c49 100644 --- a/defaultconfigs/create-server.toml +++ b/defaultconfigs/create-server.toml @@ -341,10 +341,10 @@ bottomlessFluidMode = "ALLOW_ALL" #. #Whether hose pulleys should be allowed to place fluid sources. - fluidFillPlaceFluidSourceBlocks = true + fluidFillPlaceFluidSourceBlocks = false #. #Whether open-ended pipes should be allowed to place fluid sources. - pipesPlaceFluidSourceBlocks = true + pipesPlaceFluidSourceBlocks = false #. #Tweaks for logistical components diff --git a/kubejs/startup_scripts/create/constants.js b/kubejs/startup_scripts/create/constants.js index fe0b3964f..c9e7d270c 100644 --- a/kubejs/startup_scripts/create/constants.js +++ b/kubejs/startup_scripts/create/constants.js @@ -464,5 +464,9 @@ global.CREATE_DISABLED_ITEMS = [ 'create:wooden_bracket', 'create:blaze_burner', 'create:sand_paper', - 'create:red_sand_paper' + 'create:red_sand_paper', + 'create:empty_blaze_burner', + 'create:minecart_contraption', + 'create:furnace_minecart_contraption', + 'create:chest_minecart_contraption' ]; \ No newline at end of file