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